Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Version 1.0.0 (Release Candidate 2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevegrunwell stevegrunwell released this 14 Dec 21:44
· 120 commits to develop since this release

This is the second release candidate for version 1.0.0 of the WooCommerce Custom Orders Table plugin.

Upgrading

There have been breaking changes since the last release candidate. It's recommended that sites deactivate and reactivate the plugin after upgrading to ensure changes are reflected!

Additionally, the database schema version will be locked until 1.0.0, so you may need to delete the "wc_orders_table_version" option from your database:

$ wp option delete wc_orders_table_version

Changes since Version 1.0.0 (Release Candidate)

  • Reduced overhead of PHP autoloader (#86, props @schlessera).
  • Converted the customer_user_agent column from varchar(200) to text (#91).
  • Fixed an issue where empty() was being called on a non-variable, which causes a fatal error in PHP < 5.5 (#94).
  • Prevented empty strings from being saved to the order_key column, which causes issues with the column's uniqueness constraint (#101, props @crstauf).
  • Fixed an issue where existing invalid emails in the system were causing migration errors as they were re-saved (#104).
  • Updated Travis CI testing matrix to include WordPress 5.0 (#103).
  • Repaired the generation of code coverage reports for Coveralls (#87, #88).