Skip to content

Commit

Permalink
updated version number to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarpieszuk committed Sep 3, 2024
1 parent e386b4b commit e4b08ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit e4b08ad

Please sign in to comment.