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:
authorMatthieu Aubry <matt@piwik.org>2015-11-06 05:33:43 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-06 05:33:43 +0300
commitfe9cdefdb2b60cf09f589b9364e5427b9bce2e71 (patch)
treed43ca77c04a95a17b39d43ad5f55519a1993905a /CHANGELOG.md
parent034972842bd3747a33aaed73d4375956b88f368f (diff)
Added note in changelog about plugin name rules https://github.com/piwik/piwik/pull/9173
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2fce96ad8f..13e95ce368 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
## Piwik 2.15.1
### 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`.