Skip to content

Commit 5af7094

Browse files
committed
WooCommerce Extra Product Sorting Options: 2.9.0 Versioning
1 parent 85f4136 commit 5af7094

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.7.1
7-
Stable Tag: 2.9.0-dev.1
7+
Stable Tag: 2.9.0
88
Requires PHP: 5.6
99
License: GPLv3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -90,7 +90,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/skyverge/wooc
9090

9191
== Changelog ==
9292

93-
= 2021.nn.nn - version 2.9.0-dev.1 =
93+
= 2021.04.27 - version 2.9.0 =
9494
* Feature - Allow users to remove core sorting options
9595
* Misc - Require WordPress 4.4+
9696
* Misc - Require WooCommerce 3.5+

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

4444

4545
/** plugin version number */
46-
const VERSION = '2.9.0-dev.1';
46+
const VERSION = '2.9.0';
4747

4848
/** required WooCommerce version number */
4949
const MIN_WOOCOMMERCE_VERSION = '3.5.0';

0 commit comments

Comments
 (0)