Releases: DavidAnderson684/woocommerce-compat
Releases · DavidAnderson684/woocommerce-compat
0.3.2
Release version 0.3.1
- FIX: Add a missing return statement in update_meta_data() (prevent unnecessary extra DB write)
Release version 0.3.0
This release adds a new method, get_order_date(), for getting an order's date.
As this is new functionality, the version is bumped to 0.3.0, and the class name is bumped to WooCommerce_Compat_0_3.
0.2.2 release
This release fixes a bug in the get_meta method on WC 3.0+.
0.2.1 release
This release fixes a bug in the update_meta_data(), which omitted to save the object after the metadata had been updated.
0.2.0 release
Added the get_meta method. Class name is now WooCommerce_Compat_0_2.
0.1.1 release
Adds a method, and fixes a bug.
0.1 release
Add a get_id() method, mostly for the purposes of pushing an initial release that satisfies composer's default requirements.