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:
authordiosmosis <diosmosis@users.noreply.github.com>2018-09-10 04:48:38 +0300
committerGitHub <noreply@github.com>2018-09-10 04:48:38 +0300
commita977e87ecf20b075c8e9c0daf53469d8b6d075db (patch)
tree8cba4713957f8fc85c34c3644c02379c0ef916a6 /CHANGELOG.md
parentf8a2bdee05e97978d08a31aac7c5a58e530c45c9 (diff)
New events + some other misc changes (#13388)
* Add Access.modifyUserAccess event. * Add some template events & use request::process for LanguagesManager API. * Use the result of Sites.setSites in SitesManager API. * More comments for Site::setSitesFromArray(). * fixing plugin test.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22253064a6..44c9cb987f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ The Product Changelog at **[matomo.org/changelog](https://matomo.org/changelog)*
## Matomo 3.6.1
+### New APIs
+
+* Added new event `Access.modifyUserAccess` which lets plugins modify current user's access levels/permissions.
+
### New Developer Features
* Logging to a file can now be easily enabled during tests. A new `[tests] enable_logging` INI option has been added, which you can set to `1` to enable logging for all tests. The `tests:run` and `tests:run-ui` commands now both have an `--enable-logging` option to enable logging for a specific run.