revision adjusted

Cette révision appartient à :
Daniel Seifert 2018-01-25 12:13:05 +01:00
Parent b8e434e14c
révision 3d17c2b8e1
5 fichiers modifiés avec 8 ajouts et 6 suppressions

Voir le fichier

@ -29,6 +29,8 @@ UUrZ3pOeW9TUmo3MDg4dGx0RkRUK0wzb2k=';
public $sRequirements = ''; public $sRequirements = '';
public $sBaseValue = ''; public $sBaseValue = '';
public $sMinModCfgVersion = '4.4.1.0';
protected $_aUpdateMethods = array( protected $_aUpdateMethods = array(
array('check' => 'checkGeoIpTableExist', array('check' => 'checkGeoIpTableExist',
'do' => 'updateGeoIpTableExist'), 'do' => 'updateGeoIpTableExist'),

Fichier binaire non affiché.

Fichier binaire non affiché.

Voir le fichier

@ -43,7 +43,7 @@ class requConfig
public $sModId = 'd3_geoip'; public $sModId = 'd3_geoip';
public $sModVersion = '3.0.2.2'; public $sModVersion = '3.1.0.0';
/********************** check configuration section ************************/ /********************** check configuration section ************************/
@ -91,7 +91,7 @@ class requConfig
// benötigte PHP-Extension (kaskadierbar (siehe "Desc1")) // benötigte PHP-Extension (kaskadierbar (siehe "Desc1"))
'hasExtension' => array( 'hasExtension' => array(
array( array(
'blExec' => 1, 'blExec' => 0,
'aParams' => array( 'aParams' => array(
'type' => 'bcmath', 'type' => 'bcmath',
), ),
@ -134,9 +134,9 @@ class requConfig
'hasMaxShopVersion' => array( 'hasMaxShopVersion' => array(
'blExec' => 1, 'blExec' => 1,
'aParams' => array( 'aParams' => array(
'PE' => '4.10.3', 'PE' => '4.10.6',
'CE' => '4.10.3', 'CE' => '4.10.6',
'EE' => '5.3.3' 'EE' => '5.3.6'
), ),
), ),
@ -164,7 +164,7 @@ class requConfig
'aParams' => array( 'aParams' => array(
'id' => 'd3modcfg_lib', 'id' => 'd3modcfg_lib',
'name' => 'Modul-Connector', 'name' => 'Modul-Connector',
'version' => '4.3.3.6', 'version' => '4.4.1.0',
), ),
), ),
), ),

Fichier binaire non affiché.