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:
authorFabian Becker <halfdan@xnorfz.de>2014-09-07 19:59:29 +0400
committerFabian Becker <halfdan@xnorfz.de>2014-09-07 19:59:29 +0400
commit80c67d23aabbb327d8e114f5417ac9e8ef23605a (patch)
tree8c5ddb7c2d2cfaf2b0341932fddb7336b0588dd2 /CHANGELOG.md
parent5fcebed377fb54a2471f091bb128ebc6cee9388d (diff)
parent140fd73f8deab8819eee60bd30bb3c0426dcbb18 (diff)
Merge pull request #6136 from MichielDeMey/patch-1
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 63e889c118..ae84cc3597 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,7 +23,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