diff --git a/readme.txt b/readme.txt index 3ed833e..63b3f04 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, regular price, discount, sale price Requires at least: 5.0 Tested up to: 6.6 Requires PHP: 7.3 -Stable tag: 1.1.7 +Stable tag: 1.1.8 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -32,6 +32,9 @@ If you want to contribute to the code, feel free to submit a PR. You can also op == Changelog == += 1.1.8 (2024-10-23) = +* Fix: issue with HPOS compatibility declaration + = 1.1.7 (2024-10-14) = * Fix: Load plugin translations later in the `init` hook. * Tested: Compatible with WooCommerce 9.4. diff --git a/sale-discount-for-woocommerce.php b/sale-discount-for-woocommerce.php index 823fe0c..c81a218 100644 --- a/sale-discount-for-woocommerce.php +++ b/sale-discount-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Sale price as order discount for WooCommerce * Plugin URI: https://wordpress.org/plugins/sale-discount-for-woocommerce/ * Description: Stores the regular price of products in the order data so that the customer sees the discount they received in email/account/invoice - * Version: 1.1.7 + * Version: 1.1.8 * Requires at least: 5.0 * Requires PHP: 7.3 * Author: WP Overnight @@ -26,7 +26,7 @@ class WPO_WC_SPAD { * * @var string */ - public $version = '1.1.7'; + public $version = '1.1.8'; /** * Whether to recalculate checkout order totals (when an order contained a sale product).