update module to OXID 6.2
This commit is contained in:
parent
0f3de84581
commit
2901228bb4
@ -32,7 +32,7 @@
|
|||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0",
|
"php": ">=7.0",
|
||||||
"oxid-esales/oxideshop-ce": "6.0 - 6.3",
|
"oxid-esales/oxideshop-ce": "6.5 - 6.5",
|
||||||
"d3/modcfg": "^5.0.0.100"
|
"d3/modcfg": "^5.3.1.100"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,3 +1,6 @@
|
|||||||
|
=> 4.1.0.0
|
||||||
|
- Update für OXID 6.2
|
||||||
|
|
||||||
=> 4.0.0.2
|
=> 4.0.0.2
|
||||||
- Installation via Composer ermöglicht
|
- Installation via Composer ermöglicht
|
||||||
- Hotfix für Google Chrome Browser, vermeidet unnötigen Leerraum vor den Settings im Admin
|
- Hotfix für Google Chrome Browser, vermeidet unnötigen Leerraum vor den Settings im Admin
|
||||||
|
@ -43,7 +43,7 @@ class requConfig
|
|||||||
|
|
||||||
public $sModId = 'd3_googleanalytics';
|
public $sModId = 'd3_googleanalytics';
|
||||||
|
|
||||||
public $sModVersion = '4.0.0.2';
|
public $sModVersion = '4.1.0.0';
|
||||||
|
|
||||||
/********************** check configuration section ************************/
|
/********************** check configuration section ************************/
|
||||||
|
|
||||||
@ -164,7 +164,7 @@ class requConfig
|
|||||||
'aParams' => array(
|
'aParams' => array(
|
||||||
'id' => 'd3modcfg_lib',
|
'id' => 'd3modcfg_lib',
|
||||||
'name' => 'Modul-Connector',
|
'name' => 'Modul-Connector',
|
||||||
'version' => '5.0.0.1',
|
'version' => '5.3.1.0',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
@ -176,7 +176,7 @@ class requConfig
|
|||||||
'aParams' => array(
|
'aParams' => array(
|
||||||
'id' => 'd3modcfg_lib',
|
'id' => 'd3modcfg_lib',
|
||||||
'name' => 'Modul-Connector',
|
'name' => 'Modul-Connector',
|
||||||
'version' => '5.1.2.0',
|
'version' => '5.3.1.100',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
8
src/d3metadata.php
Normal file
8
src/d3metadata.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
use D3\Ordermanager\Setup as ModuleSetup;
|
||||||
|
|
||||||
|
$aModule = array(
|
||||||
|
'd3SetupClasses' => array(
|
||||||
|
'd3_googleanalytics_update',
|
||||||
|
),
|
||||||
|
);
|
@ -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' => '4.0.0.2',
|
'version' => '4.1.0.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/',
|
||||||
@ -103,7 +103,4 @@ $aModule = array(
|
|||||||
'file' => '/views/blocks/layout/d3_base_optout.tpl',
|
'file' => '/views/blocks/layout/d3_base_optout.tpl',
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
'd3SetupClasses' => array(
|
|
||||||
'd3_googleanalytics_update',
|
|
||||||
),
|
|
||||||
);
|
);
|
||||||
|
@ -23,7 +23,7 @@ class d3_googleanalytics_update extends d3install_updatebase
|
|||||||
|
|
||||||
public $sModName = 'Google Services Schnittstelle';
|
public $sModName = 'Google Services Schnittstelle';
|
||||||
|
|
||||||
public $sModVersion = '4.0.0.2';
|
public $sModVersion = '4.1.0.0';
|
||||||
|
|
||||||
public $sModRevision = '4002';
|
public $sModRevision = '4002';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user