revision adjusted
This commit is contained in:
parent
b8e434e14c
commit
3d17c2b8e1
@ -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'),
|
||||||
|
BIN
setup+doku/GeoIP-Installation.pdf
Normal file
BIN
setup+doku/GeoIP-Installation.pdf
Normal file
Binary file not shown.
Binary file not shown.
@ -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',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user