Files
interblue.pl/modules/x13webp/config_pl.xml
Jacek Pyziak 9003eede2d Add X13 WebP module for image conversion to next-generation formats
- Implemented the X13Webp class with core functionalities for converting images to WebP format.
- Added support for different PHP versions and defined constants for versioning.
- Included translation strings for various user interface elements and messages.
- Created XML file for module versioning.
2025-09-12 00:41:29 +02:00

13 lines
848 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>x13webp</name>
<displayName><![CDATA[WebP - konwersja zdjęć do formatu nowej generacji]]></displayName>
<version><![CDATA[1.1.0]]></version>
<description><![CDATA[Zaawansowany moduł umożliwiający szybką konwersję zdjęć do formatu nowej generacji zdjęć. Moduł umożliwia konwersję wszystkich zdjęć ze sklepu do formatu WebP za pomocą AJAXA, zadań CRON oraz generowania zdjęć w locie.]]></description>
<author><![CDATA[X13.pl]]></author>
<tab><![CDATA[front_office_features]]></tab>
<confirmUninstall><![CDATA[Przed odinstalowaniem modułu, upewnij się że wszystkie zdjęcia WebP zostały usunięte]]></confirmUninstall>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>