adjust version informations

This commit is contained in:
Daniel Seifert 2021-11-11 09:45:47 +01:00
parent 0f1830fcd8
commit 8ac948cf72
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
# Changelog # Changelog
## 1.1.0.0
- force get translations from admin
- initialize form elements with default values for generating prefilled link arguments
- make compatible to data wizard 2.x
- hide form elements containing exports, if required but outdated FormManager (5.x) is installed
---
## 1.0.2.0 (2021-07-29) ## 1.0.2.0 (2021-07-29)
- improve description of WYSIWYG special chars tasks - improve description of WYSIWYG special chars tasks

View File

@ -39,7 +39,7 @@ $aModule = [
'en' => '', 'en' => '',
], ],
'thumbnail' => '', 'thumbnail' => '',
'version' => '1.0.2.0', 'version' => '1.1.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/',