Add missing 3.3.4 changes to CHANGELOG.txt
This commit is contained in:
parent
900c8fc33f
commit
bf8e005467
|
@ -1,5 +1,31 @@
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.3.4 - 2018-03-20 =
|
||||||
|
* Fix - Fixed undefined index after running setup wizard two times on fresh install.
|
||||||
|
* Fix - wc_get_loop_class; force columns to be a minimum of 1.
|
||||||
|
* Fix - Added loading spinner to WC panels in menu admin.
|
||||||
|
* Fix - Use relative scheme for AJAX endpoint to avoid errors when using a mix of HTTP and HTTPS.
|
||||||
|
* Fix - Fix SelectWoo templateSelection property.
|
||||||
|
* Fix - Layered nav support on unsupported theme archives.
|
||||||
|
* Fix - Prevent full refresh when editing store notice in the customizer.
|
||||||
|
* Fix - Only append tax label in email content if taxes are enabled.
|
||||||
|
* Fix - More reliable Jetpack detection.
|
||||||
|
* Fix - Check if product has weight before calculate weight total in cart.
|
||||||
|
* Fix - Correctly handle default ordering on the search page.
|
||||||
|
* Fix - Fix default product category handling in installer.
|
||||||
|
* Fix - Properly check slugs when updating attributes.
|
||||||
|
* Fix - Use gallery thumbnail size for variation image switcher.
|
||||||
|
* Fix - Clear subcategory cache when updating product categories.
|
||||||
|
* Fix - Round fractional cents when out of base.
|
||||||
|
* Fix - Inherit 'is variation' from existing attribute during csv import.
|
||||||
|
* Fix - Set is_shortcode loop prop when outputting subcategories.
|
||||||
|
* Fix - Reload gateways after updating the order.
|
||||||
|
* Tweak - Use wc_get_default_products_per_row as the default for product shortcodes.
|
||||||
|
* Tweak - Add post_excerpt to product search.
|
||||||
|
* Tweak - Update the description of the user tracking notice in the onboarding wizard.
|
||||||
|
* Tweak - Add extra data in order mobile view (status and date).
|
||||||
|
* Tweak - Add profile link to order screen.
|
||||||
|
|
||||||
= 3.3.3 - 2018-02-21 =
|
= 3.3.3 - 2018-02-21 =
|
||||||
* Fix - Fixed is_numeric check which was affecting order subtotals/totals when using comma decimal separator.
|
* Fix - Fixed is_numeric check which was affecting order subtotals/totals when using comma decimal separator.
|
||||||
* Fix - Add missing direct script access checks to loop templates.
|
* Fix - Add missing direct script access checks to loop templates.
|
||||||
|
|
Loading…
Reference in New Issue