adjust version informations
This commit is contained in:
parent
675b18aaa8
commit
744efd5d59
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# 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)
|
## 1.4.0.0 (2021-11-11)
|
||||||
|
|
||||||
#### Added
|
#### Added
|
||||||
|
@ -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:
|
In the console in the shop root (above source and vendor), execute the following command:
|
||||||
|
|
||||||
```bash
|
```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".
|
Activate the module in the admin area of the shop in "Extensions -> Modules".
|
||||||
|
@ -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:
|
Auf der Konsole im Shoproot (oberhalb von source und vendor) folgenden Befehl ausführen:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
php composer require d3/datawizard
|
php composer require d3/datawizard:^1.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module".
|
Aktivieren Sie das Modul im Shopadmin unter "Erweiterungen -> Module".
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.1",
|
"php": ">=7.1",
|
||||||
"oxid-esales/oxideshop-ce": "6.3 - 6.9",
|
"oxid-esales/oxideshop-ce": "6.3 - 6.7",
|
||||||
"league/csv": "^9.0",
|
"league/csv": "^9.0",
|
||||||
"mathieuviossat/arraytotexttable": "^1.0",
|
"mathieuviossat/arraytotexttable": "^1.0",
|
||||||
"form-manager/form-manager": "^5.1 || ^6.1"
|
"form-manager/form-manager": "^5.1 || ^6.1"
|
||||||
|
@ -32,7 +32,7 @@ $aModule = [
|
|||||||
'en' => '',
|
'en' => '',
|
||||||
],
|
],
|
||||||
'thumbnail' => '',
|
'thumbnail' => '',
|
||||||
'version' => '1.4.0.0',
|
'version' => '1.5.0.0',
|
||||||
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D³ Data Development (Inh.: Thomas Dartsch)',
|
||||||
'email' => 'support@shopmodule.com',
|
'email' => 'support@shopmodule.com',
|
||||||
'url' => 'https://www.oxidmodule.com/',
|
'url' => 'https://www.oxidmodule.com/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user