Skip to content

Commit e2c4f27

Browse files
committed
WooCommerce Extra Product Sorting Options: 2.8.3 Versioning
1 parent 6ba7d01 commit e2c4f27

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

i18n/languages/woocommerce-extra-product-sorting-options.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.8.2\n"
5+
"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.8.3\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-extra-product-sorting-"
88
"options\n"
9-
"POT-Creation-Date: 2020-02-05 20:36:23+00:00\n"
9+
"POT-Creation-Date: 2020-03-10 22:27:58+00:00\n"
1010
"MIME-Version: 1.0\n"
1111
"Content-Type: text/plain; charset=utf-8\n"
1212
"Content-Transfer-Encoding: 8bit\n"

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: woocommerce, sorting, product sorting, orderby
44
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Donation+for+WooCommerce+Extra+Product+Sorting
55
Requires at least: 4.4
66
Tested up to: 5.3.2
7-
Stable Tag: 2.8.3-dev.1
7+
Stable Tag: 2.8.3
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -105,7 +105,7 @@ Since this feature wasn't at 100%, we have removed it and turned it into a code
105105

106106
== Changelog ==
107107

108-
= 2020.nn.nn - version 2.8.3-dev.1 =
108+
= 2020.03.10 - version 2.8.3 =
109109
* Misc - Add support for WooCommerce 4.0
110110

111111
= 2020.02.05 - version 2.8.2 =

woocommerce-extra-product-sorting-options.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Rename default sorting and optionally extra product sorting options.
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com/
8-
* Version: 2.8.3-dev.1
8+
* Version: 2.8.3
99
* Text Domain: woocommerce-extra-product-sorting-options
1010
* Domain Path: /i18n/languages/
1111
*
@@ -20,7 +20,7 @@
2020
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
2121
*
2222
* WC requires at least: 3.0.9
23-
* WC tested up to: 3.9.0
23+
* WC tested up to: 4.0.0
2424
*/
2525

2626
defined( 'ABSPATH' ) or exit;
@@ -45,7 +45,7 @@ class WC_Extra_Sorting_Options {
4545

4646

4747
/** plugin version number */
48-
const VERSION = '2.8.3-dev.1';
48+
const VERSION = '2.8.3';
4949

5050
/** required WooCommerce version number */
5151
const MIN_WOOCOMMERCE_VERSION = '3.0.9';

0 commit comments

Comments
 (0)