diff --git a/copy_this/modules/d3/d3geoip/setup/d3geoip_update.php b/copy_this/modules/d3/d3geoip/setup/d3geoip_update.php index 51e9913..079cbcf 100644 --- a/copy_this/modules/d3/d3geoip/setup/d3geoip_update.php +++ b/copy_this/modules/d3/d3geoip/setup/d3geoip_update.php @@ -29,6 +29,8 @@ UUrZ3pOeW9TUmo3MDg4dGx0RkRUK0wzb2k='; public $sRequirements = ''; public $sBaseValue = ''; + public $sMinModCfgVersion = '4.4.1.0'; + protected $_aUpdateMethods = array( array('check' => 'checkGeoIpTableExist', 'do' => 'updateGeoIpTableExist'), diff --git a/setup+doku/GeoIP-Installation.pdf b/setup+doku/GeoIP-Installation.pdf new file mode 100644 index 0000000..40f3c59 Binary files /dev/null and b/setup+doku/GeoIP-Installation.pdf differ diff --git a/setup+doku/Installation.pdf b/setup+doku/Installation.pdf deleted file mode 100644 index 5cec254..0000000 Binary files a/setup+doku/Installation.pdf and /dev/null differ diff --git a/setup+doku/Precheck/d3precheck.php b/setup+doku/Precheck/d3precheck.php index 696dece..c8a19a0 100644 --- a/setup+doku/Precheck/d3precheck.php +++ b/setup+doku/Precheck/d3precheck.php @@ -43,7 +43,7 @@ class requConfig public $sModId = 'd3_geoip'; - public $sModVersion = '3.0.2.2'; + public $sModVersion = '3.1.0.0'; /********************** check configuration section ************************/ @@ -91,7 +91,7 @@ class requConfig // benötigte PHP-Extension (kaskadierbar (siehe "Desc1")) 'hasExtension' => array( array( - 'blExec' => 1, + 'blExec' => 0, 'aParams' => array( 'type' => 'bcmath', ), @@ -134,9 +134,9 @@ class requConfig 'hasMaxShopVersion' => array( 'blExec' => 1, 'aParams' => array( - 'PE' => '4.10.3', - 'CE' => '4.10.3', - 'EE' => '5.3.3' + 'PE' => '4.10.6', + 'CE' => '4.10.6', + 'EE' => '5.3.6' ), ), @@ -164,7 +164,7 @@ class requConfig 'aParams' => array( 'id' => 'd3modcfg_lib', 'name' => 'Modul-Connector', - 'version' => '4.3.3.6', + 'version' => '4.4.1.0', ), ), ), diff --git a/sources/GeoIP-Installation.docx b/sources/GeoIP-Installation.docx index b4548dd..d68ac5e 100644 Binary files a/sources/GeoIP-Installation.docx and b/sources/GeoIP-Installation.docx differ