diff --git a/composer.json b/composer.json index c229301e..fc0185da 100644 --- a/composer.json +++ b/composer.json @@ -32,10 +32,10 @@ } }, "require": { - "php": "7.1 - 7.4", "ext-ionCube-Loader": "*", + "php": "7.3 - 8.0", "ext-ionCube-Loader": "*", "ext-pdo": "*", - "oxid-esales/oxideshop-ce": "6.5 - 6.6", - "d3/modcfg": "^5.3.6.000", + "oxid-esales/oxideshop-ce": "6.8 - 6.8", + "d3/modcfg": "^6.0.0.000", "league/flysystem": "^1.0", "splitbrain/php-cli": "^1.1", "html2text/html2text": "^4.2", diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 84af99f2..92047ef1 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -2,7 +2,34 @@ title: Changelog --- -## 4.4.2.0 - (2021-03-10) +## 5.0.0.0 - (2021-04-27) + +### Added +- installierbar in OXID 6.3.x + +### Changed +- Tests angepasst + +### Fixed +- Eingabekonvertierung bei Rabatt ändern Aktion optimiert + +--- + +## 4.1.2.1 - (2021-04-27) + +### Added +- installierbar in OXID 6.2.4 + +### Changed +- D3 Methoden in öffentlichen Klassen mit individuellen Namen versehen + +### Fixed +- Syntaxfehler in Wochentagsbedingungsprüfung korrigiert +- erweiterte Methoden für Kompatibilität mit Elternmethoden angepasst + +--- + +## 4.1.2.0 - (2021-03-10) ** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. ** diff --git a/docs/daux/config.json b/docs/daux/config.json index 71ad0154..aecc43b5 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " Auftragsmanager", - "moduleversion": "4.1.2.0", + "moduleversion": "5.0.0.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "09.03.2021", + "moduledate": "27.04.2021", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index 0ec2ad61..004713fb 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -3,7 +3,9 @@ title: Systemanforderungen --- * PHP Version - * 7.1.x bis 7.4.x + * 7.3.x + * 7.4.x + * 8.0.x * PHP Decoder * installierter ionCube Loader * Shopeditionen @@ -13,10 +15,10 @@ title: Systemanforderungen * OXID eShop B2B Edition * Shopversionen * OXID eShop in Compilation Version - * 6.2.x + * 6.3.x * Themes * Das Modul benötigt keine Einbindung ins Frontend und ist damit von diesen Themes unabhängig. -* (D3) Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 5.3.6.0 +* (D3) Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 6.0.0.0 * Installation via [Composer](https://getcomposer.org) * mindestens ein freier Cronjob zur automatischen Ausführung angelegter Aufgaben (optional) diff --git a/docs/html/changelog/Changelog.html b/docs/html/changelog/Changelog.html index fd74c677..fd2d37fb 100644 --- a/docs/html/changelog/Changelog.html +++ b/docs/html/changelog/Changelog.html @@ -72,14 +72,43 @@
-

4.4.2.0 - (2021-03-10)

-

** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **

+

5.0.0.0 - (2021-04-27)

Added

+

Changed

+ +

Fixed

+ +
+

4.1.2.1 - (2021-04-27)

+

Added

+ +

Changed

+ +

Fixed

+ +
+

4.1.2.0 - (2021-03-10)

+

** Hinweis für kleinere Versions-Upgrades: Es gibt einige rückwärts-inkompatible Änderungen an dieser Version. **

+

Added

+ -

Changed

+

Changed

-

Fixed

+

Fixed