From 56606206701d103548d32043f83168b71e5a5290 Mon Sep 17 00:00:00 2001 From: vam Date: Wed, 11 Jul 2018 15:26:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=BD=D0=B0?= =?UTF-8?q?=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE.txt | 2 +- config/PluginActivation.php | 4 ++-- config/bootstrap.php | 2 +- config/plugin.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index bcca8c8..f874af0 100755 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License -Analytics: Analytics Helper Croogo Plugin +Analytics: Analytics Helper Vamshop Plugin Copyright (c) 2013, Rachman Chavik Permission is hereby granted, free of charge, to any person obtaining a diff --git a/config/PluginActivation.php b/config/PluginActivation.php index 5c0c4d5..a182db6 100755 --- a/config/PluginActivation.php +++ b/config/PluginActivation.php @@ -12,7 +12,7 @@ public function beforeActivation() public function onActivation() { - $settings = \Cake\ORM\TableRegistry::get('Croogo/Settings.Settings'); + $settings = \Cake\ORM\TableRegistry::get('Vamshop/Settings.Settings'); $settings->write('Site.Analytics.webPropertyId', '', [ 'editable' => 1, 'title' => 'Web Property ID', @@ -33,7 +33,7 @@ public function beforeDeactivation() public function onDeactivation() { - $settings = \Cake\ORM\TableRegistry::get('Croogo/Settings.Settings'); + $settings = \Cake\ORM\TableRegistry::get('Vamshop/Settings.Settings'); $settings->deleteKey('Site.Analytics.webPropertyId'); $settings->deleteKey('Site.Analytics.domain'); } diff --git a/config/bootstrap.php b/config/bootstrap.php index 112e284..b3e0588 100755 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -1,3 +1,3 @@