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

Commit 64a6cb6

Browse files
committed
Update the changelog to reflect changes made since 1.0.0 beta2, including PRs that have yet to be merged (#32, #35, and #36)
1 parent 77e4e2b commit 64a6cb6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
* Plugin test suite now extends the WooCommerce core test suite, ensuring WooCommerce behaves as expected when the plugin is active ([#26]).
11+
* The custom data store now extends the `WC_Order_Data_Store_CPT` class, eliminating a lot of code duplication in the process ([#28]).
12+
- Includes areas that were previously missing, including reporting.
13+
- Plugin should now have 100% compatibility with default WooCommerce functionality.
14+
* Removed the dependency on a Composer-generated autoloader ([#36]).
15+
* Revert database columns to use `VARCHAR` types for compatibility with WordPress post meta tables.
16+
* Add table indexes on the `order_key`, `customer_id`, and `order_total` columns in the orders table ([#15]).
17+
* Refactor the WP-CLI command, including some changes to accepted arguments ([#35])
18+
* Added changelog and contributing documents ([#12]).
19+
* Massive improvements to test coverage and general WooCommerce compatibility.
20+
821
## [Version 1.0.0 (Beta 2)] - 2017-12-22
922

1023
* Clean up codebase to adhere to the [WordPress coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/), and introduce an `.editorconfig` to make this kind of change less likely in the future ([#8])
@@ -24,3 +37,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2437
[#5]: https://github.com/liquidweb/woocommerce-order-tables/pull/5
2538
[#8]: https://github.com/liquidweb/woocommerce-order-tables/pull/8
2639
[#9]: https://github.com/liquidweb/woocommerce-order-tables/pull/9
40+
[#12]: https://github.com/liquidweb/woocommerce-order-tables/pull/12
41+
[#15]: https://github.com/liquidweb/woocommerce-order-tables/pull/15
42+
[#26]: https://github.com/liquidweb/woocommerce-order-tables/pull/26
43+
[#28]: https://github.com/liquidweb/woocommerce-order-tables/pull/28
44+
[#35]: https://github.com/liquidweb/woocommerce-order-tables/pull/35
45+
[#36]: https://github.com/liquidweb/woocommerce-order-tables/pull/36

0 commit comments

Comments
 (0)