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 <tsteur@users.noreply.github.com>2016-11-14 14:40:30 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-11-14 14:40:29 +0300
commit9ad7d38049f02c8d65bff5da4db25335ef296ff9 (patch)
tree4eff1ae818cfbd3e49dba97374dca076286360fe /CHANGELOG.md
parent7c1590b47f4e51340df5dd36d459f7d3221a8768 (diff)
new method that lets us know if we segment will be archived (#10845)
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 dcc9e4c4d7..4c9afee655 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -70,6 +70,7 @@ Read more about migrating a plugin from Piwik 2.X to Piwik 3 on our [Migration g
* The JavaScript AjaxHelper has a new method `ajaxHelper.withTokenInUrl()` to easily send a token along a XHR. Within the Controller the existence of this token can be checked via `$this->checkTokenInUrl();` to prevent CSRF attacks.
* The new class `Piwik\Updater\Migration\Factory` lets you easily create migrations that can be executed during an update. For example database or plugin related migrations. To generate a new update with migrations execute `./console generate:update`.
* The new method `Piwik\Updater::executeMigration` lets you execute a single migration.
+* The new method `Piwik\Segment::willBeArchived` lets you detect whether a segment will be archived or not.
* The following events have been added:
* `ViewDataTable.filterViewDataTable` lets you filter available visualizations
* `Dimension.addDimension` lets you add custom dimensions