You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
* Prevent duplicate IDs when saving orders and refunds ([#64]).
13
+
* Ensure that order refunds are also stored in the custom orders table ([#52]).
14
+
* Ensure the custom orders table is registered within WooCommerce ([#50]).
15
+
* Resolve issue in CLI importer where a `false` value from `wc_get_order()` could cause a fatal error ([#43] & [#46], props @zacscott).
16
+
* Fix bug where orders with the same post date could be handled in the wrong order during migration ([#84]).
17
+
* Prevent customer notes from being deleted during migration ([#82]).
18
+
* Bump the "WC tested up to" version to 3.5.0 ([#80]).
19
+
* Major refactoring within the plugin test suite ([#51], [#53], [#60], [#72], [#78]).
11
20
* Prevent Travis CI from using PHPUnit 7.0 [until the WordPress core test suite can support it, too](https://core.trac.wordpress.org/ticket/43218).
12
21
22
+
[This release also restores the repo development history](https://github.com/liquidweb/woocommerce-custom-orders-table/pull/63) prior to [Version 1.0.0 (Beta 1)], ensuring that the team @Mindsize is credited appropriately for their work.
23
+
13
24
## [Version 1.0.0 (Beta 3)] - 2018-01-23
14
25
15
26
* Plugin test suite now extends the WooCommerce core test suite, ensuring WooCommerce behaves as expected when the plugin is active ([#26]).
@@ -53,3 +64,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
0 commit comments