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:
authorsgiehl <stefan@piwik.org>2017-02-26 21:54:07 +0300
committersgiehl <stefan@piwik.org>2017-02-26 21:54:07 +0300
commit04785f3f5a76789aa1e1b60f61b09f756497f6dc (patch)
treeb5cf7184f730a3de3ca58e9930a30e398aafcf6f /CHANGELOG.md
parentfdc59c517dd0350c5324815f3bdeeb244924c8fa (diff)
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85edaadcc9..6059a10291 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,6 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
### New Features
* A new SMS provider for sms reports has been added: [ASPSMS.com](http://www.aspsms.com/en/?REF=227830)
-### Breaking Changes
-* SMS provider now need to define their credential fields by overwriting `getCredentialFields()`. This allows to have SMS providers that require more than only an API key.
-* Therefor the MobileMessaging API method `setSMSAPICredential()` now expects the second parameter to be an array filled with credentials (instead of a string containing an API key)
-
### New APIs
* The JavaScript Tracker now supports CrossDomain tracking. The following tracker methods were added for this: `enableCrossDomainLinking`, `disableCrossDomainLinking`, `isCrossDomainLinkingEnabled`
* Added JavaScript Tracker method `getLinkTrackingTimer` to get the value of the configured link tracking time
@@ -21,6 +17,10 @@ The Product Changelog at **[piwik.org/changelog](http://piwik.org/changelog)** l
* Added a new method `Piwik\Plugin\Report::getMetricNamesToProcessReportTotals()` that lets you define which metrics should show percentages in the table report visualization on hover. If defined, these percentages will be automatically calculated.
* New HTTP API method `UserCountry.getCountryCodeMapping` to get a list of used country codes to country names
+### Changes
+* SMS provider now can define their credential fields by overwriting `getCredentialFields()`. This allows to have SMS providers that require more than only an API key.
+* Therefor the MobileMessaging API method `setSMSAPICredential()` now takes the second parameter as an array filled with credentials (instead of a string containing an API key)
+
## Piwik 3.0.1
### New APIs