adjust version information

This commit is contained in:
Daniel Seifert 2025-01-21 13:38:19 +01:00
parent bd01cf8d3b
commit 9666276018
5 changed files with 11 additions and 6 deletions

View File

@ -17,7 +17,7 @@ The module can be easily extended to adapt existing documents or add new ones. E
## System requirements: ## System requirements:
- installed OXID eShop version from 7.0 - 7.1 - installed OXID eShop version 7.x
- PHP version for which installation packages are available (PHP 8) - PHP version for which installation packages are available (PHP 8)
- Installation via Composer - Installation via Composer

View File

@ -17,7 +17,7 @@ Das Modul kann einfach erweitert werden, um bestehende Dokumente anzupassen oder
## Systemanforderungen: ## Systemanforderungen:
- installierter OXID eShop in Version ab 7.0 - 7.1 - installierter OXID eShop in Version 7.x
- PHP-Version, für die Installationspakete verfügbar sind (PHP 8) - PHP-Version, für die Installationspakete verfügbar sind (PHP 8)
- Installation via Composer - Installation via Composer

View File

@ -7,11 +7,16 @@ 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.1...rel_2.x) ## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.2.0...rel_2.x)
## [2.0.2.0](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.1...2.0.2.0) - 2025-01-21
### Added ### Added
- installierbar in OXID 7.2 - installierbar in OXID 7.2
### Fixed ### Fixed
- Syntaxfehler in Twig Templates - Syntaxfehler in Twig Templates
- Wiederverwendung von Captures in unterschiedlichen Templates der selben Rendererinstanz in Smarty behoben
### Changed
- Template Renderer Verwendung
## [2.0.1.1](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...2.0.1.1) - 2024-10-04 ## [2.0.1.1](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...2.0.1.1) - 2024-10-04
### Fixed ### Fixed

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": "2.0.1.1", "moduleversion": "2.0.2.0",
"titledesc": "für den Oxid eShop", "titledesc": "für den Oxid eShop",
"author": "D³ Data Development", "author": "D³ Data Development",
"moduledate": "04.10.2024", "moduledate": "21.01.2025",
"editors": "", "editors": "",
"tagline": "", "tagline": "",
"image": "", "image": "",

View File

@ -20,7 +20,7 @@ $aModule = [
'de' => '(D3) PDF-Dokumente', 'de' => '(D3) PDF-Dokumente',
'en' => '(D3) PDF documents', 'en' => '(D3) PDF documents',
], ],
'version' => '2.0.1.1', 'version' => '2.0.2.0',
'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/',