Skip to content

Commit 061c57c

Browse files
WooCommerce Extra Product Sorting Options: 2.8.1 Versioning
1 parent 59fc24d commit 061c57c

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.0\n"
5+
"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.8.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/woocommerce-extra-product-sorting-"
88
"options\n"
9-
"POT-Creation-Date: 2019-08-16 00:21:34+00:00\n"
9+
"POT-Creation-Date: 2019-10-24 18:03:13+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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: skyverge, beka.rice, tamarazuk
33
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
6-
Tested up to: 5.2.2
7-
Stable Tag: 2.8.1-dev.1
6+
Tested up to: 5.2.4
7+
Stable Tag: 2.8.1
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-
= 2019.nn.nn - version 2.8.1-dev.1 =
108+
= 2019.10.24 - version 2.8.1 =
109109
* Misc - Add support for WooCommerce 3.8
110110

111111
= 2019.08.15 - version 2.8.0

woocommerce-extra-product-sorting-options.php

Lines changed: 2 additions & 2 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.1-dev.1
8+
* Version: 2.8.1
99
* Text Domain: woocommerce-extra-product-sorting-options
1010
* Domain Path: /i18n/languages/
1111
*
@@ -45,7 +45,7 @@ class WC_Extra_Sorting_Options {
4545

4646

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

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

0 commit comments

Comments
 (0)