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

Commit 1936a38

Browse files
committed
Update the changelog ahead of 1.0.0-rc1
1 parent 09c6d00 commit 1936a38

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
* Resolved issue in CLI importer where a `false` value from `wc_get_order()` could cause a fatal error ([#43] & [#46], props @zacscott).
10+
* Major refactoring of the WP-CLI migration commands ([#61], [#79], [#81]).
11+
* Database table optimizations ([#65], props @raunak-gupta).
12+
* 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]).
1120
* 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).
1221

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+
1324
## [Version 1.0.0 (Beta 3)] - 2018-01-23
1425

1526
* 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.
5364
[#38]: https://github.com/liquidweb/woocommerce-order-tables/pull/38
5465
[#43]: https://github.com/liquidweb/woocommerce-order-tables/issues/43
5566
[#46]: https://github.com/liquidweb/woocommerce-order-tables/pull/46
67+
[#50]: https://github.com/liquidweb/woocommerce-order-tables/pull/50
68+
[#51]: https://github.com/liquidweb/woocommerce-order-tables/pull/51
69+
[#52]: https://github.com/liquidweb/woocommerce-order-tables/pull/52
70+
[#53]: https://github.com/liquidweb/woocommerce-order-tables/pull/53
71+
[#60]: https://github.com/liquidweb/woocommerce-order-tables/pull/60
72+
[#61]: https://github.com/liquidweb/woocommerce-order-tables/pull/61
73+
[#64]: https://github.com/liquidweb/woocommerce-order-tables/pull/64
74+
[#65]: https://github.com/liquidweb/woocommerce-order-tables/pull/65
75+
[#72]: https://github.com/liquidweb/woocommerce-order-tables/pull/72
76+
[#78]: https://github.com/liquidweb/woocommerce-order-tables/pull/78
77+
[#79]: https://github.com/liquidweb/woocommerce-order-tables/pull/79
78+
[#80]: https://github.com/liquidweb/woocommerce-order-tables/pull/80
79+
[#81]: https://github.com/liquidweb/woocommerce-order-tables/pull/81
80+
[#82]: https://github.com/liquidweb/woocommerce-order-tables/pull/82
81+
[#84]: https://github.com/liquidweb/woocommerce-order-tables/pull/84

0 commit comments

Comments
 (0)