Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Jun 26, 2024
1 parent df136e7 commit 5faa127
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.6
Requires PHP: 7.3
Stable tag: 1.1.5
Stable tag: 1.1.6
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.6 (2024-06-26) =
* Tested up to WooCommerce 9.0 & WordPress 6.6

= 1.1.5 (2024-03-20) =
* Translations: updated translation template (POT)
* Tested up to WooCommerce 8.7 & WordPress 6.5
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.5
* Version: 1.1.6
* 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.7
* WC tested up to: 9.0
*/

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

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

0 comments on commit 5faa127

Please sign in to comment.