Releases: kkarpieszuk/wc-price-history
Releases · kkarpieszuk/wc-price-history
1.6
= 1.6 =
- Added toggle to display minimal price for related/upsell products on the single product page
1.5
= 1.5 =
- Fixed problem that product had to be at least once manually saved to start tracking the history
- Added ability to decide if minimal price should be displayed on product category pages and product tag pages
= 1.4 =
- Handled variable products
- Handled product taxes
- Settings screen: count minimal price is not hidden now and label is adjusted to explain it applies only for products being on sale
- Handled case when WooCommerce plugin is not active
- Optimized minimal price calculation class
1.3
- New: "30-day low" text is configurable now on Settings screen
- Updated documentation and hint texts for better plugin usability
1.2
- Added wc_price_history shortcode support
- Added settings screen
- Added ability to define where the price history should be displayed
- Added ability to define how many days should be considered when calculating the lowest price
- Added ability to define if the price history should be displayed only for products with price reduction
- Added ability to define if minimal price count should start from current day or the first day of the sale
- Link to European Commission Directive 98/6/EC Article 6a added to plugin settings screen
- Added logging products which are on sale but do not have sale start date set
1.1
- Plugin rewritten to store prices log in custom fields instead of post revisions.
- Added migration logic between revisions and custom fields.
1.0
- Initial release