revision adjusted
This commit is contained in:
parent
97a9fc3284
commit
b064f8e1a8
Binary file not shown.
@ -40,7 +40,7 @@ $aModule = array(
|
|||||||
'Trusted Shops account to your shop.',
|
'Trusted Shops account to your shop.',
|
||||||
),
|
),
|
||||||
'thumbnail' => 'picture.png',
|
'thumbnail' => 'picture.png',
|
||||||
'version' => '3.3.0.1',
|
'version' => '3.3.1.0',
|
||||||
'author' => 'D³ Data Development (Inh. Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh. Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'http://www.oxidmodule.com/',
|
'url' => 'http://www.oxidmodule.com/',
|
||||||
|
@ -21,18 +21,18 @@ class d3_googleanalytics_update extends d3install_updatebase
|
|||||||
|
|
||||||
public $sModName = 'Google Services Schnittstelle';
|
public $sModName = 'Google Services Schnittstelle';
|
||||||
|
|
||||||
public $sModVersion = '3.3.0.1';
|
public $sModVersion = '3.3.1.0';
|
||||||
|
|
||||||
public $sModRevision = '197';
|
public $sModRevision = '214';
|
||||||
|
|
||||||
// heredoc syntax using for class members is available from PHP 5.3 up
|
// heredoc syntax using for class members is available from PHP 5.3 up
|
||||||
public $sBaseConf =
|
public $sBaseConf =
|
||||||
"J0wL0pyTiszdC83VWJsWXhPZ0RIQm93RVI4ampycUNBdTZQYnFlT1dMemIybnU0Z0wrUThLM21IS2dyY
|
"U88cS9acWI1SStIK2FRa1hienV0TW43N1djMUFrQTBmdEpsKzF4U2t3M3h6Wk1KcnI4bjFFZ3pUWFgxY
|
||||||
VdZbjM2QnovWmREQ1d0cUlWS3JVY3oycklqMU5Odm5WMzg0empqNmlGMVFZVWlKeHI3QWJSaUJKMktVd
|
XNCc2VDSHIzSTFDN2xURkIxSUZuMG12cnQ3ajJKWEozRmNoZ2Y3TVRkK2hsSFFCU3BXcEh1ekdQcnR2V
|
||||||
UZwTlR3S05yZGZSNEQvSkExSEphQ3JDanU3L1ZrVks5WFF2eHNMUTJkejNHQ3Z3T2YwelZTWHdNOFdWa
|
S9yL3QzT0NuZm1LNHQ2R3RCOHlzekIrTjFJTjhucm0rY29WeTEzeFgzc3Y5MkFUYlh3ZkFuc3ByRkZYT
|
||||||
Vk2ZFNzRzNzVktNZjNaUjdtYkxrQVYwWDQwUXNSZkdkMUxMZUpKNnRWMVVxN0pVcHZkQWdjMWxrMTVSO
|
2ZSWVYvaHpJY3A5Ky85cDJnYTkrc3l6MXgzK0NTcmY2MTZDV0hIMmFuRmJ1MzFHSnNJUEFDLzUvSGxWT
|
||||||
Fc2dE5iei9xdWFjMkgxOEdJSUt5QXVhbHBWTUdJNEFzMmM4cXpGVmNkeWJROU1pTitkVThlSjhEamZhe
|
DRNWEFybDE3SGJXdjJNS1R1a0lPejFqZFVMN3JzMWYrRElYY2t0RTdQUmN6bnJmdDNaNnR1SndaSjcza
|
||||||
G89";
|
kk9";
|
||||||
|
|
||||||
public $sRequirements = '';
|
public $sRequirements = '';
|
||||||
|
|
||||||
|
Binary file not shown.
@ -43,7 +43,7 @@ class requConfig
|
|||||||
|
|
||||||
public $sModId = 'd3_googleanalytics';
|
public $sModId = 'd3_googleanalytics';
|
||||||
|
|
||||||
public $sModVersion = '3.3.0.1';
|
public $sModVersion = '3.3.1.0';
|
||||||
|
|
||||||
/********************** check configuration section ************************/
|
/********************** check configuration section ************************/
|
||||||
|
|
||||||
@ -60,7 +60,7 @@ class requConfig
|
|||||||
'hasMaxPhpVersion' => array(
|
'hasMaxPhpVersion' => array(
|
||||||
'blExec' => 0,
|
'blExec' => 0,
|
||||||
'aParams' => array(
|
'aParams' => array(
|
||||||
'version' => '5.4.200'
|
'version' => '5.6.200'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
@ -69,7 +69,7 @@ class requConfig
|
|||||||
'blExec' => 1,
|
'blExec' => 1,
|
||||||
'aParams' => array(
|
'aParams' => array(
|
||||||
'from' => '5.2.0',
|
'from' => '5.2.0',
|
||||||
'to' => '5.4.200',
|
'to' => '5.6.200',
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|
||||||
@ -132,7 +132,9 @@ class requConfig
|
|||||||
),
|
),
|
||||||
|
|
||||||
// benötigt Modul-Connector
|
// benötigt Modul-Connector
|
||||||
'hasModCfg' => array('blExec' => 1),
|
'hasModCfg' => array(
|
||||||
|
'blExec' => 1
|
||||||
|
),
|
||||||
|
|
||||||
// benötigt mindestens diese Erweiterungen / Version lt. d3_cfg_mod (kaskadierbar (siehe "Desc1"))
|
// benötigt mindestens diese Erweiterungen / Version lt. d3_cfg_mod (kaskadierbar (siehe "Desc1"))
|
||||||
'hasMinModCfgVersion' => array(
|
'hasMinModCfgVersion' => array(
|
||||||
@ -1239,7 +1241,7 @@ class requTranslations
|
|||||||
'Shopedition.</div>'.
|
'Shopedition.</div>'.
|
||||||
'<div>Bei Fragen wenden Sie sich bitte an <a href="mailto:support@shopmodule.com">'.
|
'<div>Bei Fragen wenden Sie sich bitte an <a href="mailto:support@shopmodule.com">'.
|
||||||
'support@shopmodule.com</a>.</div>',
|
'support@shopmodule.com</a>.</div>',
|
||||||
'hasZendLoaderOptimizer' => 'Zend Optimizer (PHP 5.2) oder Zend Guard Loader (PHP 5.3, 5.4) '.
|
'hasZendLoaderOptimizer' => 'Zend Optimizer (PHP 5.2) oder Zend Guard Loader (PHP 5.3, 5.4, 5.5, 5.6) '.
|
||||||
'installiert',
|
'installiert',
|
||||||
'hasZendLoaderOptimizer_DESC' => '<div>Das Modul erfordert (je nach PHP-Version) den Zend Optimizer '.
|
'hasZendLoaderOptimizer_DESC' => '<div>Das Modul erfordert (je nach PHP-Version) den Zend Optimizer '.
|
||||||
'bzw. den Zend Guard Loader.</div>'.
|
'bzw. den Zend Guard Loader.</div>'.
|
||||||
@ -1380,7 +1382,7 @@ class requTranslations
|
|||||||
'fulfilled. The module can\'t installed or executed.</div>'.
|
'fulfilled. The module can\'t installed or executed.</div>'.
|
||||||
'<div>The [+] button show details for all tested directories. If you have any questions, please '.
|
'<div>The [+] button show details for all tested directories. If you have any questions, please '.
|
||||||
'contact us at support@shopmodule.com.</div>',
|
'contact us at support@shopmodule.com.</div>',
|
||||||
'hasZendLoaderOptimizer' => 'Zend Optimizer (PHP 5.2) or Zend Guard Loader (PHP 5.3, 5.4) installed',
|
'hasZendLoaderOptimizer' => 'Zend Optimizer (PHP 5.2) or Zend Guard Loader (PHP 5.3, 5.4, 5.5, 5.6) installed',
|
||||||
'hasZendLoaderOptimizer_DESC' => '<div>requirement check result</div>'.
|
'hasZendLoaderOptimizer_DESC' => '<div>requirement check result</div>'.
|
||||||
'<div><div class="squ_bullet" style="background-color: green;"></div> This requirement is '.
|
'<div><div class="squ_bullet" style="background-color: green;"></div> This requirement is '.
|
||||||
'fulfilled.</div>'.
|
'fulfilled.</div>'.
|
||||||
@ -1987,7 +1989,7 @@ class requTests
|
|||||||
function_exists('zend_optimizer_version')
|
function_exists('zend_optimizer_version')
|
||||||
) || (
|
) || (
|
||||||
version_compare(phpversion(), '5.3.0', '>=') &&
|
version_compare(phpversion(), '5.3.0', '>=') &&
|
||||||
version_compare(phpversion(), '5.4.900', '<') &&
|
version_compare(phpversion(), '5.6.900', '<') &&
|
||||||
function_exists('zend_loader_version')
|
function_exists('zend_loader_version')
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user