Skip to content

Releases: DavidAnderson684/woocommerce-compat

0.3.2

30 Sep 10:30
Compare
Choose a tag to compare
  • TWEAK: Deprecation notices now raised (at notice level) for all method uses. This helps detect any remaining uses of this library (the last WooCommerce 2.X release was in April 2017, when PHP 5.5 was the latest version).

Release version 0.3.1

11 Dec 14:26
Compare
Choose a tag to compare
  • FIX: Add a missing return statement in update_meta_data() (prevent unnecessary extra DB write)

Release version 0.3.0

01 Jun 19:27
Compare
Choose a tag to compare

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

25 Mar 16:38
Compare
Choose a tag to compare

This release fixes a bug in the get_meta method on WC 3.0+.

0.2.1 release

16 Feb 09:08
Compare
Choose a tag to compare

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

04 Feb 13:07
Compare
Choose a tag to compare

Added the get_meta method. Class name is now WooCommerce_Compat_0_2.

0.1.1 release

28 Jan 21:55
Compare
Choose a tag to compare

Adds a method, and fixes a bug.

0.1 release

28 Jan 16:59
Compare
Choose a tag to compare

Add a get_id() method, mostly for the purposes of pushing an initial release that satisfies composer's default requirements.