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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
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
+
8
21
## [Version 1.0.0 (Beta 2)] - 2017-12-22
9
22
10
23
* 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.
0 commit comments