adjust version informations

This commit is contained in:
Daniel Seifert 2020-08-20 08:53:11 +02:00
parent 850976e386
commit 720a506da3
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
3 changed files with 7 additions and 4 deletions

View File

@ -2,7 +2,10 @@
title: Changelog title: Changelog
--- ---
## noch nicht veröffentlicht ## 1.0.1.0 - (2020-08-20)
### Changed
- Dokumentid für "Rechnung ohne Logo" angepasst
--- ---

View File

@ -1,9 +1,9 @@
{ {
"title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente", "title": "<i class='fab fa-d3 d3fa-color-blue'></i> PDF Dokumente",
"moduleversion": "1.0.0.0", "moduleversion": "1.0.1.0",
"titledesc": "für den Oxid eShop", "titledesc": "für den Oxid eShop",
"author": "D³ Data Development", "author": "D³ Data Development",
"moduledate": "13.08.2020", "moduledate": "20.08.2020",
"editors": "", "editors": "",
"tagline": "", "tagline": "",
"image": "", "image": "",

View File

@ -28,7 +28,7 @@ $aModule = [
'de' => $logo.' PDF-Dokumente', 'de' => $logo.' PDF-Dokumente',
'en' => $logo.' PDF documents', 'en' => $logo.' PDF documents',
], ],
'version' => '1.0', 'version' => '1.0.1.0',
'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)', 'author' => 'D&sup3; Data Development (Inh.: Thomas Dartsch)',
'email' => 'support@shopmodule.com', 'email' => 'support@shopmodule.com',
'url' => 'http://www.oxidmodule.com/', 'url' => 'http://www.oxidmodule.com/',