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:
authorMichiel De Mey <de.mey.michiel@gmail.com>2014-09-05 19:01:46 +0400
committerMichiel De Mey <de.mey.michiel@gmail.com>2014-09-05 19:01:46 +0400
commit140fd73f8deab8819eee60bd30bb3c0426dcbb18 (patch)
treef335b606a722f17564768ace7a19573e7f0f8ee0 /CHANGELOG.md
parent0fe96f76ddf27d343bfc4b0d7e62ea9547e389c2 (diff)
Fixed typo for Piwik 2.6.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c6720e9fc..e2c786682a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,7 +14,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'
* If an API returns an indexed array, it is now possible to use `filter_limit` and `filter_offset`. This was before only possible if an API returned a DataTable.
* The Live API now returns only visitor information of activated plugins. So if for instance the Referrers plugin is deactivated a visitor won't contain any referrers related properties. This is a bugfix as the API was crashing before if some core plugins were deactivated. Affected methods are for instance `getLastVisitDetails` or `getVisitorProfile`. If all core plugins are enabled as by default there will be no change at all except the order of the properties within one visitor.
-### New commmands
+### New commands
* `core:run-scheduled-tasks` Let's you run all scheduled tasks due to run at this time. Useful for instance when testing tasks.
#### Internal change