update: Class Name
This commit is contained in:
parent
7e6e4352f8
commit
ffdba42616
3 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
@ -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.
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue