Dodanie nowych plików tłumaczeń, aktualizacja wersji modułu gm_omniprice do 1.2.0 oraz poprawki w kodzie i logach

This commit is contained in:
2025-01-30 15:50:33 +01:00
parent 3ae138b01d
commit 3753eb902b
25 changed files with 990 additions and 94 deletions

View File

@@ -1,3 +1,198 @@
## [1.2.11] - 2024-12-19
### Changed
- More conservative approach to cleaning 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