diff --git a/plugin.php b/plugin.php index 4f17c1b..024a9bf 100644 --- a/plugin.php +++ b/plugin.php @@ -4,7 +4,7 @@ * Description: Track WooCommerce Products prior prices history and display the lowest price in the last 30 days (fully configurable). This plugin allows your WC shop to be compliant with European Commission Directive 98/6/EC Article 6a which specifies price reduction announcement policy. * Author: Konrad Karpieszuk * Author URI: https://wpzlecenia.pl - * Version: {VERSION} + * Version: 2.1.1 * Text Domain: wc-price-history * Domain Path: /languages/ * Requires at least: 5.8 @@ -18,7 +18,7 @@ require_once __DIR__ . '/constants.php'; -define( 'WC_PRICE_HISTORY_VERSION', '2.1' ); +define( 'WC_PRICE_HISTORY_VERSION', '2.1.1' ); if ( ! function_exists( 'wcpricehistory_fs' ) ) { // Create a helper function for easy SDK access. diff --git a/readme.txt b/readme.txt index 52440d8..188af5e 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: omnibus, WooCommerce, prices, history, 30days, lowest Requires at least: 5.8 Tested up to: 6.6.1 Requires PHP: 7.2 -Stable tag: {VERSION} +Stable tag: 2.1.1 License: MIT License License URI: https://mit-license.org/ Donate link: https://buycoffee.to/wpzlecenia @@ -118,7 +118,7 @@ Please submit the [GitHub issue](https://github.com/kkarpieszuk/wc-price-history == Changelog == -= {VERSION} = += 2.1.1 = * Fixed: Reverted change #89 from 2.1 * Fixed: Price selection for sale start was comparing saved historicial timestamps in GMT0 with timestamp of the sale start with local offset (#96)