Skip to content

Commit be74436

Browse files
committed
WooCommerce Extra Product Sorting Options: 2.7.3 Versioning
1 parent 04f4c61 commit be74436

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +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.7.2\n"
5+
"Project-Id-Version: WooCommerce Extra Product Sorting Options 2.7.3\n"
66
"Report-Msgid-Bugs-To: "
7-
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2018-08-10 15:15:32+00:00\n"
7+
"https://wordpress.org/support/plugin/woocommerce-extra-product-sorting-"
8+
"options\n"
9+
"POT-Creation-Date: 2018-10-30 19:36:15+00:00\n"
910
"MIME-Version: 1.0\n"
1011
"Content-Type: text/plain; charset=utf-8\n"
1112
"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.0.0
7-
Stable Tag: 2.7.3-dev.1
6+
Tested up to: 4.9.8
7+
Stable Tag: 2.7.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-
= 2018.nn.nn - version 2.7.3-dev.1 =
108+
= 2018.10.30 - version 2.7.3 =
109109
* Fix: Respect product shortcode ordering on product pages
110110
* Misc: Add support for WooCommerce 3.5
111111

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.7.3-dev.1
8+
* Version: 2.7.3
99
* Text Domain: woocommerce-extra-product-sorting-options
1010
* Domain Path: /i18n/languages/
1111
*
@@ -53,7 +53,7 @@ class WC_Extra_Sorting_Options {
5353

5454

5555
/** plugin version number */
56-
const VERSION = '2.7.3-dev.1';
56+
const VERSION = '2.7.3';
5757

5858
/** required WooCommerce version number */
5959
const MIN_WOOCOMMERCE_VERSION = '2.6.14';

0 commit comments

Comments
 (0)