diff --git a/docs/daux/changelog/010_Changelog.md b/docs/daux/changelog/010_Changelog.md index 0be36cc..d6aaa8b 100644 --- a/docs/daux/changelog/010_Changelog.md +++ b/docs/daux/changelog/010_Changelog.md @@ -7,7 +7,7 @@ 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/1.0.4.0...rel_1.x) +## [Unreleased](https://git.d3data.de/D3Public/pdfdokumente/compare/2.0.0...rel_2.x) ## [2.0.0](https://git.d3data.de/D3Public/pdfdokumente/compare/1.0.4.0...2.0.0) - 2024-08-XX ### Added diff --git a/docs/daux/config.json b/docs/daux/config.json index a4ec2f6..1f0a76c 100644 --- a/docs/daux/config.json +++ b/docs/daux/config.json @@ -1,9 +1,9 @@ { "title": " PDF Dokumente", - "moduleversion": "1.0.4.0", + "moduleversion": "2.0.0", "titledesc": "für den Oxid eShop", "author": "D³ Data Development", - "moduledate": "22.12.2023", + "moduledate": "12.09.2024", "editors": "", "tagline": "", "image": "", diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index 152779a..88ef921 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -12,5 +12,6 @@ title: Systemanforderungen * Diese Modul bindet sich nicht in Frontendthemes ein und ist daher davon unabhängig * (D3) Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 7.1 * Template-Engine - * Smarty + * Smarty ( Ungetestet! ) + * Twig * Installation via [Composer](https://getcomposer.org) diff --git a/docs/daux/manual/010_Funktionen/010_Funktionen.md b/docs/daux/manual/010_Funktionen/010_Funktionen.md index 93a44b7..dfd57d0 100644 --- a/docs/daux/manual/010_Funktionen/010_Funktionen.md +++ b/docs/daux/manual/010_Funktionen/010_Funktionen.md @@ -2,7 +2,7 @@ title: Funktionen --- -Erstellen Sie unterschiedlichste statische oder dynamische PDF-Dokument auf Kopfdruck. Der Dokumentinhalt wird aus Smartytemplates erstellt. +Erstellen Sie unterschiedlichste statische oder dynamische PDF-Dokument auf Kopfdruck. Der Dokumentinhalt wird aus Twigtemplates erstellt. An den Bestellungen Ihres OXID-Shops steht Ihnen die Erstellung von Rechnung und Lieferschein zur Verfügung. diff --git a/docs/daux/manual/020_Programmierung/010_Anpassungen.md b/docs/daux/manual/020_Programmierung/010_Anpassungen.md index fb83104..4e44b4f 100644 --- a/docs/daux/manual/020_Programmierung/010_Anpassungen.md +++ b/docs/daux/manual/020_Programmierung/010_Anpassungen.md @@ -2,7 +2,7 @@ title: Anpassungen an bestehenden Dokumenten --- -Die Dokumente werden aus Smartytemplates erstellt, die Sie im `Application/views/tpl/documents` finden. +Die Dokumente werden aus Twigtemplates erstellt, die Sie im `views/twig/documents` finden. Die entsprechenden Smarty Pendants sind unter `views/smarty/documents`. Für Änderungen einzelner Dokumentbereiche können Sie die darin notierten Templateblöcke in einem eigenen Modul überladen und deren Inhalt so verändern oder ergänzen. So müssen Sie das Originalmodul nicht verändern. diff --git a/docs/daux/manual/020_Programmierung/020_Templatedesign.md b/docs/daux/manual/020_Programmierung/020_Templatedesign.md index 40dfaf8..f40c6e6 100644 --- a/docs/daux/manual/020_Programmierung/020_Templatedesign.md +++ b/docs/daux/manual/020_Programmierung/020_Templatedesign.md @@ -14,9 +14,10 @@ Layouts können mit inline CSS-Styles definiert werden. Die Einbindung externer Beachten Sie bitte, dass auch nur ein CSS-Subset unterstützt wird. Mit etwas CSS-Kreativität sollten sich die üblichen Formatierungen dennoch deutlich einfacher umsetzen lassen, als dies direkt in PHP-Programmierung möglich wäre. -## Smarty +## Twig -Innerhalb der Templates steht Ihnen die komplette Smarty-Funktionalität zur Verfügung. +Innerhalb der Templates steht Ihnen die komplette Twig-Funktionalität zur Verfügung. +Smarty wird perspektivisch noch nachgereich. ## Debug