From f1b97e2dd6ded63749e2668543b66aabab809e8f Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 17 Nov 2015 20:46:07 +0000 Subject: refs #9208 new API to create custom SMS providers --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e95ce368..077ece7ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API' ### Internal change * When generating a new plugin skeleton via `generate:plugin` command, plugin name must now contain only letters and numbers. * JavaScript Tracker tests no longer require `SQLite`. The existing MySQL configuration for tests is used now. In order to run the tests make sure Piwik is installed and `[database_tests]` is configured in `config/config.ini.php`. - + +### New APIs + * Add your own SMS/Text provider by creating a new class in the `SMSProvider` directory of your plugin. The class has to extend `Piwik\Plugins\MobileMessaging\SMSProvider` and implement the required methods. ## Piwik 2.15.0 -- cgit v1.2.3