From 96662760184df84569a838306685d876d034cde8 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 21 Jan 2025 13:38:19 +0100 Subject: [PATCH] adjust version information --- README.en.md | 2 +- README.md | 2 +- docs/daux/changelog/010_Changelog.md | 7 ++++++- docs/daux/config.json | 4 ++-- metadata.php | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.en.md b/README.en.md index 2ac7828..aceb4e1 100644 --- a/README.en.md +++ b/README.en.md @@ -17,7 +17,7 @@ The module can be easily extended to adapt existing documents or add new ones. E ## 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) - Installation via Composer diff --git a/README.md b/README.md index 327de71..790417c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Das Modul kann einfach erweitert werden, um bestehende Dokumente anzupassen oder ## 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) - Installation via Composer diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 9a38e9a..a282d29 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -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/), 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 - installierbar in OXID 7.2 ### Fixed - 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 ### Fixed diff --git a/docs/daux/config.json b/docs/daux/config.json index 040c3bb..4532f35 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " PDF Dokumente", - "moduleversion": "2.0.1.1", + "moduleversion": "2.0.2.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "04.10.2024", + "moduledate": "21.01.2025", "editors": "", "tagline": "", "image": "", diff --git a/metadata.php b/metadata.php index e299bd0..dbb6a6b 100644 --- a/metadata.php +++ b/metadata.php @@ -20,7 +20,7 @@ $aModule = [ 'de' => '(D3) PDF-Dokumente', 'en' => '(D3) PDF documents', ], - 'version' => '2.0.1.1', + 'version' => '2.0.2.0', 'author' => 'D3 Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',