Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Nov 8, 2023
1 parent c3ef5e4 commit 88aba09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 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.4
Requires PHP: 7.3
Stable tag: 1.1.3
Stable tag: 1.1.4
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.4 (2023-11-08) =
* Tested up to WooCommerce 8.3 & WordPress 6.4

= 1.1.3 (2023-08-09) =
* Tested up to WooCommerce 8.0 & WordPress 6.3

Expand Down
6 changes: 3 additions & 3 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.3
* Version: 1.1.4
* Requires at least: 5.0
* Requires PHP: 7.3
* Author: WP Overnight
Expand All @@ -14,7 +14,7 @@
* Domain Path: /languages
*
* WC requires at least: 4.0
* WC tested up to: 8.0
* WC tested up to: 8.3
*/

defined( 'ABSPATH' ) || exit;
Expand All @@ -26,7 +26,7 @@ class WPO_WC_SPAD {
*
* @var string
*/
public $version = '1.1.3';
public $version = '1.1.4';

/**
* Whether to recalculate checkout order totals (when an order contained a sale product).
Expand Down

0 comments on commit 88aba09

Please sign in to comment.