07 Aug 2024 - Version 5.64
04 Jun 2024 - Version 5.57
30 May 2024 - Version 5.54
29 May 2024 - Version 5.53
28 Oct 2023 - Version 5.34
26 Oct 2023 - Version 5.33
03 Oct 2023 - Version 5.29
05 Sep 2023 - Version 5.23
30 Aug 2023 - Version 5.22
27 Aug 2023 - Version 5.20
09 Aug 2023 - Version 5.16
22 Jul 2023 - Version 5.15
22 Jul 2023 - Version 5.14
07 Jul 2023 - Version 5.11
22 Jun 2023 - Version 5.10
08 Nov 2022 - Version 5.07
Fixed bug with defer term counting which was preventing new menu items being added to brand new menus
06 Nov 2022 - Version 5.05
Previous fix confirmed - updated settings page to instruct users to add define('SPRO_FIX_WOO_ONBOARDING', true); to wp-config.php if they wish to test this option
22 Oct 2022 - Version 5.00
* Further upgrade for Remove Sort Order - it now defaults to only removing sort order from the Product Query since typically you want the latest posts to arrive - to override this, if you wish, please copy the define('SPRO_REMOVE_SORT_ORDER_POST_TYPES', array('product', array('product', 'product_variation'))); from the defines.php file to your wp-config.php file and add extra post types to the array as you wish* Fixed broken index count - index was being created, but was not being counted because of UNIQUE constraint on wp_options (option_name)
21 Oct 2022 - Version 4.99
* Added new feature from @ifrountas request to ajaxify the attributes/taxonomies on post.php and post-new.php - this means if you have 30,000 terms in your taxonomies (e.g. authors, artists) then edit your posts will no longer be slowed down by this unwieldy select box
19 Oct 2022 - Version 4.97
Fix for Remove Sort Order so it doesn't affect wp-admin stuff, orders, products etc
17 Oct 2022 - Version 4.96
Product Added to the system.