Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Oct 23, 2024
1 parent 721a35f commit 5532ff1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions sale-discount-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand Down

0 comments on commit 5532ff1

Please sign in to comment.