Oubli dans la MAJ en 2.3.4 --> à vérifier s'il n'y a pas d'autres oublis

This commit is contained in:
2020-05-03 23:44:13 +02:00
parent 315320df7c
commit 28b21af6c8
8 changed files with 285 additions and 17 deletions

View File

@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module>
<module xmlns="http://thelia.net/schema/dic/module"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://thelia.net/schema/dic/module http://thelia.net/schema/dic/module/module-2_2.xsd">
<fullnamespace>TheliaSmarty\TheliaSmarty</fullnamespace>
<descriptive locale="en_US">
<title>Smarty template engine integration</title>
@@ -7,12 +9,20 @@
<descriptive locale="fr_FR">
<title>Intégration du moteur de template Smarty</title>
</descriptive>
<version>2.3.1</version>
<author>
<name>Manuel Raynaud</name>
<email>manu@raynaud.io</email>
</author>
<languages>
<language>en_US</language>
<language>fr_FR</language>
</languages>
<version>2.3.4</version>
<authors>
<author>
<name>Manuel Raynaud</name>
<email>manu@raynaud.io</email>
</author>
</authors>
<type>classic</type>
<thelia>2.2.0</thelia>
<stability>alpha</stability>
<mandatory>1</mandatory>
<hidden>1</hidden>
</module>