Skip to content

Commit

Permalink
WooCommerce Extra Product Sorting Options: 2.9.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Apr 27, 2021
1 parent 85f4136 commit 5af7094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.7.1
Stable Tag: 2.9.0-dev.1
Stable Tag: 2.9.0
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -90,7 +90,7 @@ Yes you can! Join in on our [GitHub repository](https://github.com/skyverge/wooc

== Changelog ==

= 2021.nn.nn - version 2.9.0-dev.1 =
= 2021.04.27 - version 2.9.0 =
* Feature - Allow users to remove core sorting options
* Misc - Require WordPress 4.4+
* Misc - Require WooCommerce 3.5+
Expand Down
4 changes: 2 additions & 2 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.9.0-dev.1
* Version: 2.9.0
* Text Domain: woocommerce-extra-product-sorting-options
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -43,7 +43,7 @@ class WC_Extra_Sorting_Options {


/** plugin version number */
const VERSION = '2.9.0-dev.1';
const VERSION = '2.9.0';

/** required WooCommerce version number */
const MIN_WOOCOMMERCE_VERSION = '3.5.0';
Expand Down

0 comments on commit 5af7094

Please sign in to comment.