Updated changelog
This commit is contained in:
parent
9f1e0c46fa
commit
73029c15e0
|
@ -1,5 +1,43 @@
|
|||
== Changelog ==
|
||||
|
||||
= 2.6.12 - 2017-01-12 =
|
||||
* Fix - Make images shown up on pageload when using ajax variations.
|
||||
* Fix - Allow variations options to be deselected in IE11.
|
||||
* Fix - Disabled-button and pagination styling in 2017.
|
||||
* Fix - PHP 7.1 compatibility issues with non-numeric math operations.
|
||||
* Fix - Fix notices in abstract class when price is empty.
|
||||
|
||||
= 2.6.11 - 2016-12-22 =
|
||||
* Fix - Variation form compatibility with quotes in attribute values, and initial variation image fadeIn on certain configs.
|
||||
|
||||
= 2.6.10 - 2016-12-22 =
|
||||
* Fix - Flat rate no class costs when no shipping classes exist.
|
||||
* Fix - Returned REST API coupon expiry date.
|
||||
* Fix - reviews_allowed being set to false in Rest API.
|
||||
* Fix - Sales date series for some custom ranges.
|
||||
* Fix - Missing attributes when an option is chosen by default on variations. This was the result of a Firefox 50 compatibility fix. In order to support both Firefox, Chrome, IE, and Edge we've done some refactoring of the variation add to cart scripts.
|
||||
* Tweak - Updated Geo IP API services.
|
||||
* Dev - Added support for WP VIP/VIP GO GEO IP headers.
|
||||
* Dev - API - Throw error messages when product image ID is not a valid WordPress attachment ID.
|
||||
|
||||
= 2.6.9 - 2016-12-07 =
|
||||
* Theme - Added support for Twenty Seventeen Theme.
|
||||
* Fix - Excluded webhook delivery logs from comments count.
|
||||
* Fix - Included password strength meter in "Lost Password" page.
|
||||
* Fix - Order fee currency in admin screen.
|
||||
* Fix - Variation selection on Firefox 40.
|
||||
* Fix - Don't prevent submission when table is not found on cart.
|
||||
* Fix - Improved layered nav counts on attribute archives.
|
||||
* Fix - Fixed pagination when removing layered nav items via widget.
|
||||
* Fix - Default BE tax rate.
|
||||
* Fix - Downloads should store variation ID rather than product if set. Also fixes link on account page.
|
||||
* Fix - Use wp_list_sort instead of _usort_terms_by_ID to be compatible with 4.7.
|
||||
* Fix - Only return empty string if empty for weight and dimension functions.
|
||||
* Fix - Added correct fallbacks for logout/lost password URLs when endpoints are not defined.
|
||||
* Security - Wrapped admin tax rate table values in _escape to thwart evil CSVs an admin user could upload. Vulnerability was discovered by Fortinet’s FortiGuard Labs.
|
||||
* Dev - API - Only update categories menu order and display if defined.
|
||||
* Dev - Fixed when should deliver wp_trash_post webhooks.
|
||||
|
||||
= 2.6.8 - 2016-11-10 =
|
||||
* Fix - REQUEST_URI was missing a trailing slash when being compared in the cache prevention functions.
|
||||
* Fix - Prevent issues when sending empty prices to PayPal.
|
||||
|
@ -207,7 +245,7 @@
|
|||
* Tweak - Allow failed orders to be edited.
|
||||
* Tweak - If there are no shipping methods setup, don’t prompt for shipping at checkout.
|
||||
* Tweak - Allowed country exclusion, rather than just inclusion, in ‘sell to’ setting.
|
||||
* Lots, lots more - [see the comparison here: https://github.com/woocommerce/woocommerce/compare/2.5.5...2.6.0
|
||||
* Lots, lots more - [see the comparison here](https://github.com/woocommerce/woocommerce/compare/2.5.5...2.6.0).
|
||||
|
||||
= 2.5.5 - 2016-03-11 =
|
||||
* Fix - Before running dbdelta, drop indexes to prevent duplicate key notices.
|
||||
|
|
Loading…
Reference in New Issue