update: Class Name

This commit is contained in:
Ronan 2020-01-20 18:59:24 +01:00
commit ffdba42616
3 changed files with 4 additions and 4 deletions

View file

@ -7,11 +7,11 @@
* *
*/ */
namespace Piwik\Plugins\GoogleAnalyticsTheme; namespace Piwik\Plugins\GoogleTheme;
use Piwik\Plugin; use Piwik\Plugin;
class GoogleAnalyticsTheme extends Plugin class GoogleTheme extends Plugin
{ {
public function getListHooksRegistered() public function getListHooksRegistered()
{ {

View file

@ -1,4 +1,4 @@
# Google Analytics Theme # Google Theme
## Description ## 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. 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.

View file

@ -1,7 +1,7 @@
{ {
"name": "Google Theme", "name": "Google Theme",
"description": "A sublime Google Analytics theme for Matomo", "description": "A sublime Google Analytics theme for Matomo",
"version": "0.1.9", "version": "0.1.10",
"theme": true, "theme": true,
"require": { "require": {
"piwik": ">=3.13.1-stable,<4.0.0-b1" "piwik": ">=3.13.1-stable,<4.0.0-b1"