Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmigf committed Oct 30, 2024
1 parent c45f598 commit 36dd4b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
17 changes: 9 additions & 8 deletions languages/sale-discount-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,40 @@
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Sale price as order discount for WooCommerce 1.1.7\n"
"Project-Id-Version: Sale price as order discount for WooCommerce 1.1.9\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sale-discount-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-10-14T16:54:25+02:00\n"
"POT-Creation-Date: 2024-10-30T10:47:50+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: sale-discount-for-woocommerce\n"

#. Plugin Name of the plugin
#: sale-discount-for-woocommerce.php
#: sale-discount-for-woocommerce.php:196
msgid "Sale price as order discount for WooCommerce"
msgstr ""

#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/sale-discount-for-woocommerce/"
#. Author URI of the plugin
#: sale-discount-for-woocommerce.php
msgid "https://wpovernight.com"
msgstr ""

#. Description of the plugin
#: sale-discount-for-woocommerce.php
msgid "Stores the regular price of products in the order data so that the customer sees the discount they received in email/account/invoice"
msgstr ""

#. Author of the plugin
#: sale-discount-for-woocommerce.php
msgid "WP Overnight"
msgstr ""

#. Author URI of the plugin
msgid "https://wpovernight.com"
msgstr ""

#. translators: plugin name
#: sale-discount-for-woocommerce.php:198
msgid "<strong>%s</strong> is <strong>inactive</strong>."
Expand Down
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.8
Stable tag: 1.1.9
License: GPLv3 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.9 (2024-10-30) =
* New: comply with WP Plugin Check standards

= 1.1.8 (2024-10-23) =
* Fix: issue with HPOS compatibility declaration

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://wpovernight.com
* 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.8
* Version: 1.1.9
* 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.8';
public $version = '1.1.9';

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

0 comments on commit 36dd4b8

Please sign in to comment.