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:
authorPeter Boehlke <project-management@media-proweb.de>2017-11-13 21:46:32 +0300
committerStefan Giehl <stefan@piwik.org>2017-11-13 21:46:32 +0300
commit4fc3de649fbab314a920687634d9d365f64ccb2e (patch)
tree34bf1a93eea7930689d495055271f271326ec307 /CHANGELOG.md
parent3fc7101005c4432d35404072b9eb3c7044a6c9e4 (diff)
Show update notification to super users only (#12224)
* Introduce config setting to show update notifications to superusers only. Fixes #7930 * By default, all users should see the update notification * Changed description of config param * Updates changelog
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 d78c03c8db..e3773969fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,6 @@ The Product Changelog at **[piwik.org/changelog](https://piwik.org/changelog)**
* New Segment added: `visitEndServerMinute` for Server time - minute (End of visit)
* New events added to add and filter visitor details: `Live.addVisitorDetails` and `Live.filterVisitorDetails`
-
### New APIs
* Reports and visualizations can now hide the export icons with a new property `$view->config->show_export`.
* Reports and visualizations can now show a message above the report with a new property `$view->config->show_header_message`.
@@ -24,6 +23,9 @@ The Product Changelog at **[piwik.org/changelog](https://piwik.org/changelog)**
* `Piwik\Columns\ComputedMetricFactory` Can be used to create computed metrics
* `Piwik\Columns\DimensionMetricFactory` Can be used to create metrics directly within a dimension
+### New Features
+* New config.ini.php setting `show_update_notification_to_superusers_only` makes it possible to hide update notifications for all users except of superusers
+
## Piwik 3.1.0
### Breaking Changes