diff --git a/README.en.md b/README.en.md index 46c36de..5bf2593 100644 --- a/README.en.md +++ b/README.en.md @@ -13,7 +13,7 @@ The module can be easily extended to adapt existing documents or add new ones. E ## System requirements: - installed OXID eShop version from 6.1 -- PHP version for which installation packages are available (PHP 7) +- PHP version for which installation packages are available (PHP 7 + 8) - Installation via Composer ## Compatibility: diff --git a/README.md b/README.md index 80a6ce0..7ae31ae 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Das Modul kann einfach erweitert werden, um bestehende Dokumente anzupassen oder ## Systemanforderungen: - installierter OXID eShop in Version ab 6.1 -- PHP-Version, für die Installationspakete verfügbar sind (PHP 7) +- PHP-Version, für die Installationspakete verfügbar sind (PHP 7 + 8) - Installation via Composer ## Kompatibilität: diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 0b8ee5a..45e0554 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,6 +2,13 @@ title: Changelog --- +## 1.0.2.0 - (2021-04-30) + +### Added +- installierbar in OXID 6.2.4 und 6.3.0 + +--- + ## 1.0.1.0 - (2020-08-20) ### Changed diff --git a/docs/daux/config.json b/docs/daux/config.json index 1be3f97..15af3f1 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,6 +1,6 @@ { "title": " PDF Dokumente", - "moduleversion": "1.0.1.0", + "moduleversion": "1.0.2.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", "moduledate": "20.08.2020", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index d4a961b..ec81d7d 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,11 +3,12 @@ title: Systemanforderungen --- * PHP Version - * 7.0.x bis 7.4.x + * 7.0.x bis 8.0.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 * 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 9b6a8c8..0c81839 100644 --- a/metadata.php +++ b/metadata.php @@ -28,7 +28,7 @@ $aModule = [ 'de' => $logo.' PDF-Dokumente', 'en' => $logo.' PDF documents', ], - 'version' => '1.0.1.0', + 'version' => '1.0.2.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'http://www.oxidmodule.com/',