Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Add support for PHP 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbo committed Nov 2, 2022
1 parent 042a354 commit eb9cf71
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 22 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"installer-name": "FroshTemplateMail"
},
"require": {
"php": ">=7.2",
"composer/installers": "~1.0"
},
"scripts": {
Expand Down
48 changes: 27 additions & 21 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,48 +3,54 @@
xsi:noNamespaceSchemaLocation="../../../engine/Shopware/Components/Plugin/schema/plugin.xsd">
<label lang="de">FroshTemplateMail</label>
<label lang="en">FroshTemplateMail</label>
<version>1.1.2</version>
<version>1.2.0</version>
<copyright>Friends of Shopware</copyright>
<license>MIT</license>
<link>https://github.com/FriendsOfShopware/FroshTemplateMail/</link>
<author>Friends of Shopware</author>
<compatibility minVersion="5.7.0"/>
<description>
<![CDATA[
Store emails in theme and allow translations using snippets
]]>
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.
</description>
<description lang="de">
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.
</description>
<compatibility minVersion="5.6.0"/>

<changelog version="1.0.0">
<changes lang="de">Initiales Release</changes>
<changes lang="en">Initial release</changes>
<changelog version="1.2.0">
<changes lang="de">Support PHP 8.x ergänzt</changes>
<changes lang="en">Support PHP 8.x added</changes>
</changelog>

<changelog version="1.0.1">
<changes lang="de">Erster Release im Community Store</changes>
<changes lang="en">First Release in Community Store</changes>
<changelog version="1.1.2">
<changes lang="de">Kompatiblität verbessert</changes>
<changes lang="en">Compability improved</changes>
</changelog>

<changelog version="1.0.2">
<changes lang="de">Template Ordner verschwinden Bug behoben</changes>
<changes lang="en">Fixed a error where template folders are getting deleted</changes>
<changelog version="1.1.1">
<changes lang="de">Shopware 5.7 Kompatiblität</changes>
<changes lang="en">Shopware 5.7 Compability</changes>
</changelog>

<changelog version="1.1.0">
<changes lang="de">Shopware 5.6 Kompatiblität</changes>
<changes lang="en">Shopware 5.6 Compability</changes>
</changelog>

<changelog version="1.1.1">
<changes lang="de">Shopware 5.7 Kompatiblität</changes>
<changes lang="en">Shopware 5.7 Compability</changes>
<changelog version="1.0.2">
<changes lang="de">Template Ordner verschwinden Bug behoben</changes>
<changes lang="en">Fixed a error where template folders are getting deleted</changes>
</changelog>

<changelog version="1.1.2">
<changes lang="de">Kompatiblität verbessert</changes>
<changes lang="en">Compability improved</changes>
<changelog version="1.0.1">
<changes lang="de">Erster Release im Community Store</changes>
<changes lang="en">First Release in Community Store</changes>
</changelog>

<changelog version="1.0.0">
<changes lang="de">Initiales Release</changes>
<changes lang="en">Initial release</changes>
</changelog>

</plugin>

0 comments on commit eb9cf71

Please sign in to comment.