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

Version 1.0.0 (Beta 3)

Pre-release
Pre-release
Compare
Choose a tag to compare
@stevegrunwell stevegrunwell released this 24 Jan 02:18
· 332 commits to develop since this release

Please be aware that this software is in beta, and running the plugin on a production site may have adverse effects.

Changes since Version 1.0.0 (Beta 2)

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

  • Plugin test suite now extends the WooCommerce core test suite, ensuring WooCommerce behaves as expected when the plugin is active (#26).
  • The custom data store now extends the WC_Order_Data_Store_CPT class, eliminating a lot of code duplication in the process (#28).
    • Includes areas that were previously missing, including reporting.
    • Plugin should now have 100% compatibility with default WooCommerce functionality.
  • Removed the dependency on a Composer-generated autoloader (#36).
  • Revert database columns to use VARCHAR types for compatibility with WordPress post meta tables.
  • Add table indexes on the order_key, customer_id, and order_total columns in the orders table (#15).
  • Refactor the WP-CLI command, including some changes to accepted arguments (#35).
  • Normalize the plugin name around "WooCommerce Custom Orders Table" (#38).
  • Added changelog and contributing documents (#12).
  • Massive improvements to test coverage and general WooCommerce compatibility.