From eb9cf71c0e2a5f8f9d50192e0d583c53a838132b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Schro=CC=88der?= Date: Wed, 2 Nov 2022 09:43:28 +0100 Subject: [PATCH] Add support for PHP 8.x --- composer.json | 1 - plugin.xml | 48 +++++++++++++++++++++++++++--------------------- 2 files changed, 27 insertions(+), 22 deletions(-) diff --git a/composer.json b/composer.json index 0971e88..18ee923 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,6 @@ "installer-name": "FroshTemplateMail" }, "require": { - "php": ">=7.2", "composer/installers": "~1.0" }, "scripts": { diff --git a/plugin.xml b/plugin.xml index ce3c4d7..07e599c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -3,34 +3,34 @@ xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd"> - 1.1.2 + 1.2.0 Friends of Shopware MIT https://github.com/FriendsOfShopware/FroshTemplateMail/ Friends of Shopware + - + Store email templates in themes and allow translations using snippets. + So your email templates are versioned, can inherit from each other and the app also supports loaders. - Speichere Email Templates in Theme und erlaube Übersetzungen via Textbausteine + Speichere E-Mail-Templates in Themes und erlaube Übersetzungen via Textbausteine. + Somit sind deine E-Mail-Templates versioniert und die App unterstützt ebenfalls Loader. - - - Initiales Release - Initial release + + Support PHP 8.x ergänzt + Support PHP 8.x added - - Erster Release im Community Store - First Release in Community Store + + Kompatiblität verbessert + Compability improved - - Template Ordner verschwinden Bug behoben - Fixed a error where template folders are getting deleted + + Shopware 5.7 Kompatiblität + Shopware 5.7 Compability @@ -38,13 +38,19 @@ Shopware 5.6 Compability - - Shopware 5.7 Kompatiblität - Shopware 5.7 Compability + + Template Ordner verschwinden Bug behoben + Fixed a error where template folders are getting deleted - - Kompatiblität verbessert - Compability improved + + Erster Release im Community Store + First Release in Community Store + + + + Initiales Release + Initial release +