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.
* 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]).
0 commit comments