diff --git a/README.en.md b/README.en.md index 56b7fa7..07f3802 100644 --- a/README.en.md +++ b/README.en.md @@ -4,7 +4,7 @@ PDF document generator for OXID eShop -Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from Smarty templates. +Create a wide variety of static or dynamic PDF documents at the touch of a button. The document content is created from templates (Smarty or Twig). At the orders of your OXID shop you have the option of creating an invoice and delivery note. diff --git a/README.md b/README.md index ccc9cfb..dd46c46 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ PDF-Dokumentgenerator für OXID eShop -Erstellen Sie unterschiedliche statische oder dynamische PDF-Dokumente auf Kopfdruck. Der Dokumentinhalt wird aus Smartytemplates erstellt. +Erstellen Sie unterschiedliche statische oder dynamische PDF-Dokumente auf Kopfdruck. Der Dokumentinhalt wird aus Templates (Smarty bzw. Twig) erstellt. An den Bestellungen Ihres OXID-Shops steht Ihnen die Erstellung von Rechnung und Lieferschein zur Verfügung. diff --git a/composer.json b/composer.json index ae97422..d2420e1 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,10 @@ "modules", "eShop", "d3", - "PDF" + "PDF", + "documents", + "invoice", + "delivery note" ], "authors": [ { @@ -21,14 +24,6 @@ "license": [ "GPL-3.0-or-later" ], - "extra": { - "oxideshop": { - "blacklist-filter": [ - "composer.json", - "docs/**/*.*" - ] - } - }, "require": { "php": "^8.0", "oxid-esales/oxideshop-ce": "7.0 - 7.1", diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index d6aaa8b..11cc82e 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -7,11 +7,25 @@ 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.0...rel_2.x) +## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.1.0...rel_2.x) -## [2.0.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.4.0...2.0.0) - 2024-08-XX +## [2.0.1.0](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0.0...2.0.1.0) - 2024-10-01 +### Added +- Entwicklungshandbuch +- Überladungsblock für Unternehmenslogo +### Fixed +- CSS wird nicht als Referenz sondern inline eingebunden +- Entwicklermodus kann konfiguriert werden +- Smarty Templates +### Removed +- Modul Connector Bedingung + +## [2.0.0.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.4.0...2.0.0.0) - 2024-09-12 ### Added - installierbar in OXID 7.0 && 7.1 (CE 7.0.x - 7.1.x) +- Support für Smarty- und Twig-Templates +### Removed +- Support für OXID < 7.0 ## [1.0.4.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.3.1...1.0.4.0) - 2023-12-22 ### Added diff --git a/docs/daux/config.json b/docs/daux/config.json index 1f0a76c..b696b1d 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " PDF Dokumente", - "moduleversion": "2.0.0", + "moduleversion": "2.0.1.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "12.09.2024", + "moduledate": "01.10.2024", "editors": "", "tagline": "", "image": "", diff --git a/metadata.php b/metadata.php index 81eae74..9022954 100644 --- a/metadata.php +++ b/metadata.php @@ -26,7 +26,7 @@ $aModule = [ 'de' => '(D3) PDF-Dokumente', 'en' => '(D3) PDF documents', ], - 'version' => '2.0.0', + 'version' => '2.0.1.0', 'author' => 'D3 Data Development (Inh.: Thomas Dartsch)', 'email' => 'support@shopmodule.com', 'url' => 'https://www.oxidmodule.com/',