From 2549003c712cbdb14e850230d9d304e36df61613 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Mon, 20 Dec 2021 12:05:55 +0100 Subject: [PATCH] adjust version informations --- CHANGELOG.md | 11 +++++++++++ README.en.md | 2 +- README.md | 2 +- metadata.php | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a61c8..bdfe826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.0.0.0 + +#### Added +- add tests +- make installable in OXID 6.4 + +#### Changed +- adjust code to PHP 7.3 and up + +--- + ## 1.4.0.0 (2021-11-11) #### Added diff --git a/README.en.md b/README.en.md index 9169fcb..9ac4098 100644 --- a/README.en.md +++ b/README.en.md @@ -18,7 +18,7 @@ Sample exports are included in the package d3/datawizardtasks. These are intende In the console in the shop root (above source and vendor), execute the following command: ```bash -php composer require d3/datawizard +php composer require d3/datawizard:^2.0 ``` Activate the module in the admin area of the shop in "Extensions -> Modules". diff --git a/README.md b/README.md index 4847651..63e09bb 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Im Paket d3/datawizardtasks sind Beispielexporte enthalten. Diese sollen als Imp Auf der Konsole im Shoproot (oberhalb von source und vendor) folgenden Befehl ausführen: ```bash -php composer require d3/datawizard +php composer require d3/datawizard:^2.0 ``` Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module". diff --git a/metadata.php b/metadata.php index efb2def..cfdf8e8 100644 --- a/metadata.php +++ b/metadata.php @@ -32,7 +32,7 @@ $aModule = [ 'en' => '', ], 'thumbnail' => '', - 'version' => '1.4.0.0', + 'version' => '2.0.0.0', 'author' => 'D³ Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',