diff --git a/composer.json b/composer.json index d23f428..f6181f3 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "require": { "php": "^7.0 || ^8.0", - "oxid-esales/oxideshop-ce": "6.3 - 6.9", + "oxid-esales/oxideshop-ce": "6.3 - 6.13", "spipu/html2pdf": "^5.2", "d3/modcfg": "^5.3.6.000 || ^6" }, diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 71de4f6..4e7543d 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,6 +2,13 @@ title: Changelog --- +## 1.0.3.0 - (2023-01-04) + +### Added +- installierbar in OXID 6.4 und 6.5 + +--- + ## 1.0.2.0 - (2021-04-30) ### Added diff --git a/docs/daux/config.json b/docs/daux/config.json index 15af3f1..5612fed 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " PDF Dokumente", - "moduleversion": "1.0.2.0", + "moduleversion": "1.0.3.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "20.08.2020", + "moduledate": "04.01.2023", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index ec81d7d..05d7626 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,12 +3,14 @@ title: Systemanforderungen --- * PHP Version - * 7.0.x bis 8.0.x + * 7.0.x bis 8.x * Shopversionen / -editionen * OXID eShop Community Edition (CE), Professional Edition (PE) oder Enterprise Edition (EE) in Compilation Version * 6.1.x * 6.2.x * 6.3.x + * 6.4.x + * 6.5.x * Themes * Diese Modul bindet sich nicht in Frontendthemes ein und ist daher davon unabhängig * (D3) Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 5.3.6.0 diff --git a/metadata.php b/metadata.php index 0c81839..2b6f5c8 100644 --- a/metadata.php +++ b/metadata.php @@ -28,7 +28,7 @@ $aModule = [ 'de' => $logo.' PDF-Dokumente', 'en' => $logo.' PDF documents', ], - 'version' => '1.0.2.0', + 'version' => '1.0.3.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'http://www.oxidmodule.com/',