8
0
Fork 0

Commits vergleichen

...

1 Commits

Autor SHA1 Nachricht Datum
Daniel Seifert 744efd5d59
adjust version informations 2021-12-20 13:53:10 +01:00
5 geänderte Dateien mit 14 neuen und 4 gelöschten Zeilen

Datei anzeigen

@ -1,5 +1,15 @@
# Changelog
## 1.5.0.0 (2021-12-20)
#### Added
- add tests
#### Changed
- restrict dependencies to OXID 6.2, use 2.x for newer installations
---
## 1.4.0.0 (2021-11-11)
#### Added

Datei anzeigen

@ -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:^1.0
```
Activate the module in the admin area of the shop in "Extensions -> Modules".

Datei anzeigen

@ -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:^1.0
```
Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module".

Datei anzeigen

@ -26,7 +26,7 @@
],
"require": {
"php": ">=7.1",
"oxid-esales/oxideshop-ce": "6.3 - 6.9",
"oxid-esales/oxideshop-ce": "6.3 - 6.7",
"league/csv": "^9.0",
"mathieuviossat/arraytotexttable": "^1.0",
"form-manager/form-manager": "^5.1 || ^6.1"

Datei anzeigen

@ -32,7 +32,7 @@ $aModule = [
'en' => '',
],
'thumbnail' => '',
'version' => '1.4.0.0',
'version' => '1.5.0.0',
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com',
'url' => 'https://www.oxidmodule.com/',