Add Italian and German translations for OmniPrice module and implement cron job functionality

- Added Italian translations for the OmniPrice module, covering various settings and messages.
- Implemented a new cron.php controller for handling price indexing and cleanup actions.
- Created an index.php controller to redirect access attempts to the module's front controller.
- Added German translations for the OmniPrice module, ensuring compliance with the Omnibus directive.
This commit is contained in:
2025-10-22 00:03:37 +02:00
parent 9528a005dd
commit 6fbc2e9c03
10 changed files with 3252 additions and 2864 deletions

View File

@@ -1,7 +1,27 @@
## [1.3.1] - 2025-08-26
### Changed
- cache use optimization for SQL queries
## [1.3.0] - 2025-06-23
### Changed
- scripts changed to controllers for PrestaShop 9 compatibility
## [1.2.13] - 2025-04-07
### Changed
- database performance optimization
## [1.2.12] - 2025-01-13
### Changed
- groupinc module support in cron.php script
## [1.2.11] - 2024-12-19
### Changed
- More conservative approach to cleaning prices
- More conservative approach to cleaning old prices
## [1.2.10] - 2024-12-09
### Changed