Files
Jacek Pyziak ac48c61b72 Add Italian and German translations for OmniPrice module, implement cron job controller, and create front index file
- Added Italian translations for various module strings in it.php.
- Added German translations for various module strings in de.php.
- Implemented Gm_OmniPriceCronModuleFrontController to handle cron actions such as indexing, cleanup, and filling missing cache.
- Created index.php file to redirect access to the module's front controller.
2025-12-16 00:00:49 +01:00

302 lines
4.8 KiB
Plaintext

## [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 old prices
## [1.2.10] - 2024-12-09
### Changed
- Performance optimization for cleanup and indexing
### Added
- Silent mode for cleanup script
## [1.2.9] - 2024-12-04
### Changed
- Translations update
## [1.2.8] - 2024-09-02
### Fixed
- PHP 8 compatibility in some scenarios
## [1.2.7] - 2024-03-06
### Fixed
- groupinc module support - only if the groupinc module is installed
## [1.2.6] - 2023-11-29
### Fixed
- Checking lowest price for the real discount feature
## [1.2.5] - 2023-10-31
### Fixed
- Warning when checking specific price output
## [1.2.4] - 2023-10-11
### Added
- Additional database index
## [1.2.3] - 2023-09-12
### Added
- Support for third party modules manipulating prices (like groupinc)
- New feature to skip non EU countries
## [1.2.2] - 2023-05-15
### Added
- New feature to skip products sold below cost price
## [1.2.1] - 2023-08-01
### Fixed
- Notice when getting active products for multistore
## [1.2.0] - 2023-05-15
### Added
- New feature to index inactive products
## [1.1.15] - 2023-05-05
### Fixed
- Include negative price impacts in information panel
## [1.1.14] - 2023-04-12
### Added
- New function to fill missing cache prices
## [1.1.13] - 2023-03-27
### Fixed
- Index for date column to optimize performance
## [1.1.12] - 2023-03-06
### Added
- Displaying shop and module version in the CRON task
## [1.1.11] - 2023-02-13
### Added
- New feature to show the real discount based on the previous lowest price (only PS 1.7 and 8.0)
- Skipping 0 prices
### Fixed
- Displaying price for combinations when not enough history for PS 1.6 and TB
## [1.1.10] - 2023-02-07
### Fixed
- Default countries and currencies for mutlistore setup
## [1.1.9] - 2023-01-30
### Fixed
- Displaying label for individual discounted combinations (PrestaShop 1.6)
## [1.1.8] - 2023-01-28
### Added
- Support for hook parameters on product lists in PrestaShop 1.6
## [1.1.7] - 2023-01-26
### Added
- Recognizing changes when only type of the price is different (regular vs discounted)
### Added
- Support for older versions of PrestaShop 1.6
## [1.1.6] - 2023-01-23
### Fixed
- Cleaning product attributes from price history and cache
## [1.1.5] - 2023-01-19
### Added
- Cleaning deleted product attributes from price history and cache
### Fixed
- Warnings when getting shop id's
## [1.1.4] - 2023-01-17
### Changed
- Database queries to optimize performance
## [1.1.3] - 2023-01-15
### Added
- information about discounts for individual combinations
- automatic configuration upon installation
## [1.1.2] - 2023-01-12
### Changed
- Default colors
### Added
- cleanup: deleting prices for ignored or deleted groups from old history
## [1.1.1] - 2023-01-11
### Added
- Cleanup script improvements
- Additional debugging features for frontend and CRON task
- Number of stored prices in the information panel
- Number of active countries in the information panel
### Fixed
- Deleting today's history on CRON reset
## [1.1.0] - 2023-01-10
### Added
- Feature to display information even if the price history is not ready
## [1.0.17] - 2023-01-09
### Added
- Support for stores with removed combination data from product page URL
### Fixed
- Removing lowest price in case of changing discounted combination from one to another
## [1.0.16] - 2023-01-08
### Fixed
- Bug fixes related to ThirtyBees and multistore support
## [1.0.15] - 2023-01-07
### Added
- Additional paremeter, allowing to reset the price gathering CRON task
## [1.0.14] - 2023-01-05
### Added
- Information panel
### Changed
- Processing only active shops for multistore
## [1.0.13] - 2023-01-03
### Added
- Configurable colors
## [1.0.12] - 2023-01-03
### Added
- Support for global specific price rules
### Fixed
- Preview of product price history on product page in back office for PrestaShop 1.6
## [1.0.11] - 2023-01-02
### Fixed
- Preview of product price history on product page in back office for new installations
## [1.0.10] - 2023-01-01
### Added
- Preview of product price history on product page in back office
## [1.0.9] - 2022-12-30
### Added
- Support for versions not passing full product to the hook correctly
## [1.0.8] - 2022-12-21
### Added
- CRON task preview formatting
### Changed
- A message 'All products indexed' instead of a just empty table to indicate that all is done for today
## [1.0.7] - 2022-12-20
###Added
- additional parameter to preview module appearance on the product page