From 07adf0ac04dfb8f35be41d9add1855b6e646f8db Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 11 Jan 2018 12:23:40 +1300 Subject: Show Matomo instead of Piwik in the user interface in more places (#12421) * Replace all occurences of Piwik in english translations of Actions plugin * translation update * Replace all occurences of Piwik in english translations of API plugin * translation update * Replace all occurences of Piwik in english translations of core * replace Piwik occurrences * Rename widget piwik.org blog => matomo.org blog * fix widget name * replaced some more piwik mentions * Renamed to Matomo a few strings * Replaced more strings to Matomo in JSON files, twig templates * Replaced more strings to Matomo in INI file * Replaced more strings to Matomo in API docs, error messages, feedback forms * introduce API.getMatomoVersion and ExampleAPI.getMatomoVersion API + deprecate old ones --- plugins/ExampleUI/plugin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/ExampleUI/plugin.json') diff --git a/plugins/ExampleUI/plugin.json b/plugins/ExampleUI/plugin.json index 8a39e0a2a2..898fe7d5d6 100644 --- a/plugins/ExampleUI/plugin.json +++ b/plugins/ExampleUI/plugin.json @@ -1,6 +1,6 @@ { "name": "ExampleUI", - "description": "Piwik Platform showcase: how to display data tables, graphs, and the UI framework.", + "description": "Matomo Platform showcase: how to display data tables, graphs, and the UI framework.", "version": "1.0.1", "keywords": [ "example", @@ -13,12 +13,12 @@ "license": "GPL v3+", "authors": [ { - "name": "Piwik", - "email": "hello@piwik.org", - "homepage": "http:\/\/piwik.org" + "name": "Matomo", + "email": "hello@matomo.org", + "homepage": "http:\/\/matomo.org" } ], "require": { - "piwik": ">=2.13.1" + "piwik": ">=3.3.0" } } \ No newline at end of file -- cgit v1.2.3