From ffdba42616825fd5c0c0aa89906b7892e2687a69 Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 20 Jan 2020 18:59:24 +0100 Subject: [PATCH] update: Class Name --- GoogleAnalyticsTheme.php => GoogleTheme.php | 4 ++-- README.md | 2 +- plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename GoogleAnalyticsTheme.php => GoogleTheme.php (83%) diff --git a/GoogleAnalyticsTheme.php b/GoogleTheme.php similarity index 83% rename from GoogleAnalyticsTheme.php rename to GoogleTheme.php index 8be58e5..27b8dbc 100644 --- a/GoogleAnalyticsTheme.php +++ b/GoogleTheme.php @@ -7,11 +7,11 @@ * */ -namespace Piwik\Plugins\GoogleAnalyticsTheme; +namespace Piwik\Plugins\GoogleTheme; use Piwik\Plugin; -class GoogleAnalyticsTheme extends Plugin +class GoogleTheme extends Plugin { public function getListHooksRegistered() { diff --git a/README.md b/README.md index a577150..dba8e31 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Google Analytics Theme +# Google Theme ## Description Want to find the design of the current Google Analytics interface? This theme allows you to keep a visual aspect fairly close to the Google Analytics interface, without losing the organization and the power of Matomo's functionalities. \ No newline at end of file diff --git a/plugin.json b/plugin.json index 7e8f563..423cbb5 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "Google Theme", "description": "A sublime Google Analytics theme for Matomo", - "version": "0.1.9", + "version": "0.1.10", "theme": true, "require": { "piwik": ">=3.13.1-stable,<4.0.0-b1"