Add translations for OmniPrice module in French and Italian, and update upgrade scripts
- Added French translations for the OmniPrice module (fr.php). - Added Italian translations for the OmniPrice module (it.php). - Created empty Dutch translation file (nl.php). - Implemented upgrade script for version 1.1.11 to update configuration for showing real discount. - Implemented upgrade script for version 1.2.0 to update configuration for indexing inactive products. - Implemented upgrade script for version 1.2.3 to update configuration for ignoring non-EU countries.
This commit is contained in:
@@ -1,3 +1,218 @@
|
||||
## [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
|
||||
|
||||
Reference in New Issue
Block a user