From 1b5ca85ad26c0222805b9bc989360b58e6d775f1 Mon Sep 17 00:00:00 2001 From: Chase Wiseman Date: Mon, 4 May 2020 23:42:42 -0700 Subject: [PATCH] WooCommerce Extra Product Sorting Options: 2.8.4 Versioning --- .../languages/woocommerce-extra-product-sorting-options.pot | 4 ++-- readme.md | 2 +- readme.txt | 6 +++--- woocommerce-extra-product-sorting-options.php | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/i18n/languages/woocommerce-extra-product-sorting-options.pot b/i18n/languages/woocommerce-extra-product-sorting-options.pot index eb68ad6..066d48a 100644 --- a/i18n/languages/woocommerce-extra-product-sorting-options.pot +++ b/i18n/languages/woocommerce-extra-product-sorting-options.pot @@ -2,11 +2,11 @@ # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.8.3\n" +"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.8.4\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/woocommerce-extra-product-sorting-" "options\n" -"POT-Creation-Date: 2020-03-10 22:27:58+00:00\n" +"POT-Creation-Date: 2020-05-05 06:42:30+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.md b/readme.md index 308338b..79be5ff 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ WooCommerce Extra Product Sorting Options provides options that extend the defau ### Changelog -**2020.nn.nn - version 2.8.4-dev.1 +**2020.05.04 - version 2.8.4 * Misc - Add support for WooCommerce 4.1 **2020.03.10 - version 2.8.3 diff --git a/readme.txt b/readme.txt index 5b097c6..199ca65 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: skyverge, beka.rice, tamarazuk Tags: woocommerce, sorting, product sorting, orderby Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Extra+Product+Sorting Requires at least: 4.4 -Tested up to: 5.3.2 -Stable Tag: 2.8.4-dev.1 +Tested up to: 5.4.1 +Stable Tag: 2.8.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -105,7 +105,7 @@ Since this feature wasn't at 100%, we have removed it and turned it into a code == Changelog == -= 2020.nn.nn - version 2.8.4-dev.1 = += 2020.05.04 - version 2.8.4 = * Misc - Add support for WooCommerce 4.1 = 2020.03.10 - version 2.8.3 = diff --git a/woocommerce-extra-product-sorting-options.php b/woocommerce-extra-product-sorting-options.php index 5aea99a..2ef1347 100644 --- a/woocommerce-extra-product-sorting-options.php +++ b/woocommerce-extra-product-sorting-options.php @@ -5,7 +5,7 @@ * Description: Rename default sorting and optionally extra product sorting options. * Author: SkyVerge * Author URI: http://www.skyverge.com/ - * Version: 2.8.4-dev.1 + * Version: 2.8.4 * Text Domain: woocommerce-extra-product-sorting-options * Domain Path: /i18n/languages/ * @@ -20,7 +20,7 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 * * WC requires at least: 3.0.9 - * WC tested up to: 4.0.0 + * WC tested up to: 4.1.0 */ defined( 'ABSPATH' ) or exit; @@ -45,7 +45,7 @@ class WC_Extra_Sorting_Options { /** plugin version number */ - const VERSION = '2.8.4-dev.1'; + const VERSION = '2.8.4'; /** required WooCommerce version number */ const MIN_WOOCOMMERCE_VERSION = '3.0.9';