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

Commit bd2ab00

Browse files
committed
Update the changelog for version 1.0.0-rc2
1 parent 99463f6 commit bd2ab00

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,16 @@ 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+
## [Version 1.0.0 (Release Candidate 2)] - 2018-12-14
9+
10+
* Reduced overhead of PHP autoloader ([#86], props @schlessera).
11+
* Converted the `customer_user_agent` column from `varchar(200)` to `text` ([#91]).
12+
* Fixed an issue where `empty()` was being called on a non-variable, which causes a fatal error in PHP < 5.5 ([#94]).
13+
* Prevented empty strings from being saved to the `order_key` column, which causes issues with the column's uniqueness constraint ([#101], props @crstauf).
14+
* Fixed an issue where *existing* invalid emails in the system were causing migration errors as they were re-saved ([#104]).
15+
* Updated Travis CI testing matrix to include WordPress 5.0 ([#103]).
16+
* Repaired the generation of code coverage reports for Coveralls ([#87], [#88]).
17+
818
## [Version 1.0.0 (Release Candidate)] - 2018-09-25
919

1020
* Major refactoring of the WP-CLI migration commands ([#61], [#79], [#81]).
@@ -48,6 +58,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4858

4959

5060
[Unreleased]: https://github.com/liquidweb/woocommerce-order-tables/compare/master...develop
61+
[Version 1.0.0 (Release Candidate 2)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-rc2
5162
[Version 1.0.0 (Release Candidate)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-rc1
5263
[Version 1.0.0 (Beta 3)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.3
5364
[Version 1.0.0 (Beta 2)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.2
@@ -80,3 +91,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8091
[#81]: https://github.com/liquidweb/woocommerce-order-tables/pull/81
8192
[#82]: https://github.com/liquidweb/woocommerce-order-tables/pull/82
8293
[#84]: https://github.com/liquidweb/woocommerce-order-tables/pull/84
94+
[#86]: https://github.com/liquidweb/woocommerce-order-tables/pull/86
95+
[#87]: https://github.com/liquidweb/woocommerce-order-tables/pull/87
96+
[#88]: https://github.com/liquidweb/woocommerce-order-tables/pull/88
97+
[#91]: https://github.com/liquidweb/woocommerce-order-tables/pull/91
98+
[#94]: https://github.com/liquidweb/woocommerce-order-tables/pull/94
99+
[#101]: https://github.com/liquidweb/woocommerce-order-tables/pull/101
100+
[#103]: https://github.com/liquidweb/woocommerce-order-tables/pull/103
101+
[#104]: https://github.com/liquidweb/woocommerce-order-tables/pull/104

0 commit comments

Comments
 (0)