Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-11-17 23:46:07 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-11-17 23:46:07 +0300
commitf1b97e2dd6ded63749e2668543b66aabab809e8f (patch)
treea0c12d340052e37d9e7de3a87e6adfbab61ff6e0 /CHANGELOG.md
parente90d8e45336809867bb84b1efd297e5dc748f96f (diff)
refs #9208 new API to create custom SMS providers
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
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