*** Custom Order Numbers for WooCommerce *** 2025-03-11 - version 1.10.0 * Fix - The "Page Not Found" error was appearing when tracking an order using a custom order number on the order tracking page. * Fix - All PHPCS warnings and aligned the code with WordPress Coding Standards to enhance quality and maintainability. 2024-11-22 - version 1.9.0 * Fix - Translation loading was triggered too early, causing errors when changing the site language in WordPress 6.7. * Tweak - Removed the call to our tracking server to fetch the deactivation reasons and added them in the plugin itself. 2024-10-22 - version 1.8.0 * Fix - Deactivation survey request was being sent even though 'Skip & deactivate' was selected while deactivating the plugin. 2024-04-03 - version 1.7.1 * Fix - Cross Site Request Forgery (CSRF) vulnerability. * Fix - New Custom Order Email has WooCommerce Order number if the order is created from backend. * Tweak - Update compatibility with WordPress 6.5 * Tweak - Update compatibility with WooCommerce 8.7 2024-01-30 - version 1.7.0 * Fix - Fixed duplicate sequential order numbers. * Fix - Fixed Search by Order Number in Admin dashboard when HPOS is enabled. * Fix - Triggered the error on huge orders of websites. * Fix - Fixed Cross Site Request Forgery (CSRF) vulnerability. 2023-08-22 - version 1.6.0 * Fix – Fixed Compatibility with PHP 8.2. * Fix - Fixed fatal error when users have a large number orders & the plugin tries to update them. * Fix - The order number is not in sequence while we create new order manually, This is fixed now. 2023-06-27 - version 1.5.0 * Enhancement – You can now choose to apply the prefix to new orders, from a past date, from a certain order ID or to all orders. * Enhancement - Added deactivation survey v2. * Fix - While Renumerating the orders, got fatal error. This is fixed now. 2023-04-20 - version 1.4.1 * Fix - Cross-Site Request Forgery vulnerability in the plugin. 2022-11-29 - version 1.4.0 * Enhancement - Introduced compatibility with WooCommerce High Performance Order Storage. 2022-05-17 - version 1.3.5 * Fix - Subscription orders were not getting considered when using Renumerate Order Tool. * Info - Added description for Renumerate Order Tools button * Info - Added Q&A in FAQ page. 2021-10-26 - version 1.3.4 * Fix - Admin pages were loading slower due to the query in the plugin. This is fixed now. * Fix - Old orders were not searchable with the order number. This is fixed now. 2021-07-08 - version 1.3.3 * Fix - After updating the plugin to the v1.3.2, it crashed the database for some sites. This is fixed now. * Fix - Time consumed by the admin pages to load were more in the v1.3.2. This is fixed now. 2021-07-05 - version 1.3.2 * Fix - Fixed the errors coming with the PHP 8. * Fix - Search for old order numbers were not working. This is fixed now. * Fix - Critical error message were coming on saving the settings page. This is partially fixed. A permanent fix will be released in the next update. * Fix - After updating the admin notice order numbers for the Subscription order were getting changed. This is fixed now. 2021-04-01 - version 1.3.1 * Fix - Order numbers were missing and only prefix were coming in the new orders which were placed after the update of v1.3.0 where the Order numbers counter option was set to Order ID. This is fixed now. 2021-03-25 - version 1.3.0 * Enhancement - You can now search by custom order numbers on the WooCommerce Orders page. This required a change in the database, which has been implemented in this release. * Fix - While exporting the orders to CSV, it is not showing the orders along with the prefix. This is fixed now. * Fix - Order numbers were coming duplicate for Subscription renewals. This is fixed now. 2021-01-25 - version 1.2.12 * Fix - New order number was not being made available instead will always return the Custom order number only. This has been fixed. 2020-11-06 - version 1.2.11 * Fix - Order Numbers were getting changed when the orders were updated and it was breaking the sequence. This has been fixed. * Update compatibility with WooCommerce 4.6 2020-03-19 - version 1.2.10 * Update compatibility with WooCommerce 4.0.0. 2019-08-22 - version 1.2.9 * Fix - Incorrect next sequential order in the Plugin Settings page. * Fix - Missing Settings link on the Plugins page. 2019-08-22 - version 1.2.8 * Made the plugin code compliant with WPCS standards. * Added UTM tags for the Pro plugin links. 2019-07-04 - version 1.2.7 * The orders were not being tracked when 'Enable order tracking by custom number' is enabled. * When the order was placed manually, the 'Sequential: Next order number' was being reset. 2019-03-28 - version 1.2.6 * Added uninstall.php to ensure the plugin settings are removed from the DB when the plugin is deleted. * Fixed an issue where renewal orders generated by WooCommerce Subscriptions have the same custom order number as the parent order. 2018-10-31 - version 1.2.4 * Compatibility with WooCommerce 3.5.0 tested. 2018-08-05 - version 1.2.3 * Feature - "Order number template" option added. 2018-08-05 - version 1.2.2 * Feature - Sequential: Reset counter - "Reset counter value" option added. * Feature - Hide "Renumerate Orders" admin menu for roles option added. * Feature - Hide "Custom Order Numbers" admin settings tab for roles option added. * Dev - Admin settings - Restyling. 2018-07-30 - version 1.2.1 * Fix - `%d` replaced with `%s` in `sprintf()`, so numbers exceeding max integer would be handled correctly (for "Pseudorandom - crc32 Hash (max 10 digits)" option). 2018-06-24 - version 1.2.0 * Feature - Order numbers counter - "Pseudorandom - crc32 Hash (max 10 digits)" option added. * Fix - Unnecessary counter increase on non-sequential number counters fixed. * Dev - "Reset section settings" option added. * Dev - "Use MySQL transaction" option removed (now always set to `yes`). * Dev - Settings saved as main class property. * Dev - Admin settings descriptions updated. * Dev - Plugin URI updated to wpfactory.com. * Dev - Minor code refactoring. * Dev - readme.txt updated. 2018-03-09 - version 1.1.2 * Feature - "Sequential: Reset Counter" option added. 2018-01-13 - version 1.1.1 * Feature - "Manual Order Number" option added. * Dev - Confirmation (JavaScript) added for Renumerate Orders tool. * Dev - "WC tested up to" added to plugin header. 2017-07-24 - version 1.1.0 * Dev - WooCommerce v3 compatibility - Order ID and date. * Dev - Link updated from http://coder.fm to https://wpcodefactory.com. * Dev - Plugin header ("Text Domain" etc.) updated. 2017-01-06 - version 1.0.1 * Fix - Translation domain fixed. * Dev - Language (POT) file uploaded. 2017-01-02 - version 1.0.0 * Initial Release.