Skip to content

Commit

Permalink
WooCommerce Extra Product Sorting Options: 2.8.4 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaseWiseman committed May 5, 2020
1 parent d874c34 commit 1b5ca85
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions i18n/languages/woocommerce-extra-product-sorting-options.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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&[email protected]&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

Expand Down Expand Up @@ -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 =
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-extra-product-sorting-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*
Expand All @@ -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;
Expand All @@ -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';
Expand Down

0 comments on commit 1b5ca85

Please sign in to comment.