- Implemented the main module class with essential properties and methods. - Added translation support for various user interface strings. - Created XML configuration file for module versioning. - Ensured compatibility with different PHP versions and PrestaShop versions.
5 lines
114 B
XML
5 lines
114 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<module>
|
|
<currentVersion><![CDATA[1.0.1]]></currentVersion>
|
|
</module>
|