adjust version information
This commit is contained in:
parent
28d7e692a2
commit
79ec86cdda
@ -7,7 +7,11 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...rel_2.x)
|
## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.1...rel_2.x)
|
||||||
|
|
||||||
|
## [2.0.1.1](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...2.0.1.1) - 2024-10-04
|
||||||
|
### Fixed
|
||||||
|
- Syntax der Steuerangaben in Twig-Templates
|
||||||
|
|
||||||
## [2.0.1.0](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0.0...2.0.1.0) - 2024-10-01
|
## [2.0.1.0](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0.0...2.0.1.0) - 2024-10-01
|
||||||
### Added
|
### Added
|
||||||
|
@ -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": "2.0.1.0",
|
"moduleversion": "2.0.1.1",
|
||||||
"titledesc": "für den Oxid eShop",
|
"titledesc": "für den Oxid eShop",
|
||||||
"author": "D³ Data Development",
|
"author": "D³ Data Development",
|
||||||
"moduledate": "01.10.2024",
|
"moduledate": "04.10.2024",
|
||||||
"editors": "",
|
"editors": "",
|
||||||
"tagline": "",
|
"tagline": "",
|
||||||
"image": "",
|
"image": "",
|
||||||
|
@ -26,7 +26,7 @@ $aModule = [
|
|||||||
'de' => '(D3) PDF-Dokumente',
|
'de' => '(D3) PDF-Dokumente',
|
||||||
'en' => '(D3) PDF documents',
|
'en' => '(D3) PDF documents',
|
||||||
],
|
],
|
||||||
'version' => '2.0.1.0',
|
'version' => '2.0.1.1',
|
||||||
'author' => 'D3 Data Development (Inh.: Thomas Dartsch)',
|
'author' => 'D3 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