Releases: kkarpieszuk/wc-price-history
Releases · kkarpieszuk/wc-price-history
2.1.3
- Fixed: Plugin was not available on mutlisite installations. (#100)
- Fixed: Saved variable products sometimes had lowest price set to zero. (#111)
- New: Added debug feature to export product with price history to JSON file and import it back. (#109)
- Maintenance: Added build script to automate plugin release process. (#103)
- Maintenance: Fixed unit tests. (#113)
2.1.2
2.1.1
2.1
= 2.1 =
- New: Additional public methods for external integrations. (#91)
- New: Freemius integration. (#94)
- Fixed: Price from sale start was incorrectly included into history checking if product was on sale for at least one day (#89)
- Fixed: Displayed price history was not updated on product screen when variant selection was changed (#79)
2.0.0
- New: Plugin scans all product to start logging price history before any interaction with the product. (#84)
- New: Plugin allows to clean the whole pricing history (#87)
- New: Plugin allows to extend history by adding prices one day before the oldets one (#87)
- Fixed: Some users had incorrectly recognized first product price change, showing a new price always as lowest one (#80)
1.9.0
1.8.1
Fixed fatal error caused by not transferred new file on svn
1.8.0
= 1.8.0 =
- New: Basic compatibility with dynamic pricing plugins.
- New: Displayed HTML is translatable with WPML and Polylang.
- Hooks: Added filter
wc_price_history_is_correct_place
to make it possible to display price history info in custom location. - Hooks: Added filter
wc_price_history_is_not_correct_when
to stop displaying price history for your own conditions. - Fixed: Duplicated product had price history starting from original product last price.
- Improvement: Do not store prices saved while product had status draft.
1.7.4
1.7.3
= 1.7.3 =
- Fixed: When price displayed with shortcode, it was not respecting sale settings and it resulted in showing the current price.