Changelog date formats

This commit is contained in:
Mike Jolley 2016-12-19 11:32:10 +00:00
parent 2e77e38d33
commit 3e752bae01
2 changed files with 90 additions and 90 deletions

View File

@ -1,22 +1,22 @@
== Changelog == == Changelog ==
= 2.6.8 - 10/11/16 = = 2.6.8 - 2016-11-10 =
* Fix - REQUEST_URI was missing a trailing slash when being compared in the cache prevention functions. * 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. * Fix - Prevent issues when sending empty prices to PayPal.
* Fix - Invalid email check. * Fix - Invalid email check.
* Tweak - New extensions screen. * Tweak - New extensions screen.
= 2.6.7 - 26/10/16 = = 2.6.7 - 2016-10-26 =
* Fix - Use FLOOR and CEIL to get price filter values. Fixes the issue where max price is capped at 99. * Fix - Use FLOOR and CEIL to get price filter values. Fixes the issue where max price is capped at 99.
* Fix - Hide "Sales this month" information from Dashboard widget for users that don't have `view_woocommerce_reports` capability. * Fix - Hide "Sales this month" information from Dashboard widget for users that don't have `view_woocommerce_reports` capability.
* Fix - Remove notices only once on cart so subsequent notices do not remove older notices. * Fix - Remove notices only once on cart so subsequent notices do not remove older notices.
* Tweak - Improve credit card fields for better mobile experience. * Tweak - Improve credit card fields for better mobile experience.
= 2.6.6 - 20/10/16 = = 2.6.6 - 2016-10-20 =
* Fix - Conflict with Local Pickup Plus extension due to 2.7.x code in has_shipping_method(). * Fix - Conflict with Local Pickup Plus extension due to 2.7.x code in has_shipping_method().
* Fix - Shipping method display order on frontend. * Fix - Shipping method display order on frontend.
= 2.6.5 - 19/10/16 = = 2.6.5 - 2016-10-19 =
* Fix - Shipping classes URL in admin. * Fix - Shipping classes URL in admin.
* Fix - Notice in reports when using custom date ranges. * Fix - Notice in reports when using custom date ranges.
* Fix - When checking needs_shipping, ignore anything after : in the method ID. * Fix - When checking needs_shipping, ignore anything after : in the method ID.
@ -59,7 +59,7 @@
* Tweak - Password reset now uses WP functions. * Tweak - Password reset now uses WP functions.
* Tweak - Format US 9-digit postcodes. * Tweak - Format US 9-digit postcodes.
= 2.6.4 - 26/07/16 = = 2.6.4 - 2016-07-26 =
* Fix - Security - Only allow image MIME type upload via REST APIs. * Fix - Security - Only allow image MIME type upload via REST APIs.
* Fix - Shipping method title display in COD settings. * Fix - Shipping method title display in COD settings.
* Fix - Order date input in Edge browser. * Fix - Order date input in Edge browser.
@ -72,7 +72,7 @@
* Dev - CLI - Explode tags and category IDs to allow multiple comma separated values. * Dev - CLI - Explode tags and category IDs to allow multiple comma separated values.
* Dev - add $order arg to woocommerce_admin_order_item_class and woocommerce_admin_html_order_item_class filters. * Dev - add $order arg to woocommerce_admin_order_item_class and woocommerce_admin_html_order_item_class filters.
= 2.6.3 - 19/07/16 = = 2.6.3 - 2016-07-19 =
* Fix - Security - Escape captions in product-thumbnail and product-image templates (template versions have been bumped). * Fix - Security - Escape captions in product-thumbnail and product-image templates (template versions have been bumped).
* Fix - Fixed how we calculate shipping tax rates when using more than one tax class. * Fix - Fixed how we calculate shipping tax rates when using more than one tax class.
* Fix - When duplicating product variations, set title, name, and guid. * Fix - When duplicating product variations, set title, name, and guid.
@ -105,7 +105,7 @@
* Tweak - Updated all URLs from WooThemes.com to WooCommerce.com. * Tweak - Updated all URLs from WooThemes.com to WooCommerce.com.
* Tweak - Cache the result of WC_Comments::wp_count_comments() in a transient (improves performance). * Tweak - Cache the result of WC_Comments::wp_count_comments() in a transient (improves performance).
= 2.6.2 - 30/06/16 = = 2.6.2 - 2016-06-30 =
* Fix - Set max index length on woocommerce_payment_tokenmeta table for utf8mb4 support. * Fix - Set max index length on woocommerce_payment_tokenmeta table for utf8mb4 support.
* Fix - is_available check for legacy shipping methods. * Fix - is_available check for legacy shipping methods.
* Fix - wc_add_to_cart_message() when non-array is passed. * Fix - wc_add_to_cart_message() when non-array is passed.
@ -142,7 +142,7 @@
* Tweak - Improve wc_orders_count() performance by running a query to count only posts of the given status. * Tweak - Improve wc_orders_count() performance by running a query to count only posts of the given status.
* Tweak - To allow my account page tabs to be disabled without code, you can now set the endpoint value to a blank string. * Tweak - To allow my account page tabs to be disabled without code, you can now set the endpoint value to a blank string.
= 2.6.1 - 16/06/16 = = 2.6.1 - 2016-06-16 =
* Fix - Added missing localized format for line taxes in orders screen to prevent total miscalculation in manual orders. * Fix - Added missing localized format for line taxes in orders screen to prevent total miscalculation in manual orders.
* Fix - Improved the hour and time fields validation pattern on the orders screen. * Fix - Improved the hour and time fields validation pattern on the orders screen.
* Fix - PayPal does not allow free products, but paid shipping. Workaround by sending shipping as a line item if it is the only cost. * Fix - PayPal does not allow free products, but paid shipping. Workaround by sending shipping as a line item if it is the only cost.
@ -162,7 +162,7 @@
* Tweak - Allow max_fee in addition to min_fee in flat rate costs fields. * Tweak - Allow max_fee in addition to min_fee in flat rate costs fields.
* Tweak - Wrap order_schema_markup() output in hidden div in case script tag is stripped. * Tweak - Wrap order_schema_markup() output in hidden div in case script tag is stripped.
= 2.6.0 - 14/06/16 = = 2.6.0 - 2016-06-14 =
* Feature - Introduced Shipping Zone functionality, and re-usable instance based shipping methods. * Feature - Introduced Shipping Zone functionality, and re-usable instance based shipping methods.
* Feature - Tabbed "My Account" area. * Feature - Tabbed "My Account" area.
* Feature - Cart operations now use ajax (item quantities/remove, coupon apply/remove, shipping options). * Feature - Cart operations now use ajax (item quantities/remove, coupon apply/remove, shipping options).
@ -209,13 +209,13 @@
* Tweak - Allowed country exclusion, rather than just inclusion, in sell to setting. * 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 - 11/03/2016 = = 2.5.5 - 2016-03-11 =
* Fix - Before running dbdelta, drop indexes to prevent duplicate key notices. * Fix - Before running dbdelta, drop indexes to prevent duplicate key notices.
* Fix - Prevent notice when unsetting terms on product edit screen. * Fix - Prevent notice when unsetting terms on product edit screen.
* Tweak - zeroclipboard fallback for firefox on system status report. * Tweak - zeroclipboard fallback for firefox on system status report.
* Tweak - Check valid product ID is provided on add_to_cart shortcode. * Tweak - Check valid product ID is provided on add_to_cart shortcode.
= 2.5.4 - 10/03/2016 = = 2.5.4 - 2016-03-10 =
* Fix - Fix table creation when using utf8mb4 charset. * Fix - Fix table creation when using utf8mb4 charset.
* Fix - Have wp_insert_post return WP_Error when creating our coupon, so the is_wp_error check can catch it. * Fix - Have wp_insert_post return WP_Error when creating our coupon, so the is_wp_error check can catch it.
* Fix - Clear sale price on save if sale is no longer valid. * Fix - Clear sale price on save if sale is no longer valid.
@ -233,7 +233,7 @@
* Tweak - Rename pay link for clarity. * Tweak - Rename pay link for clarity.
* Tweak - Provide a fallback message if copying to the clipboard fails in system status report. * Tweak - Provide a fallback message if copying to the clipboard fails in system status report.
= 2.5.3 - 01/03/2016 = = 2.5.3 - 2016-03-01 =
* Fix - Correct the 'unavailable template' call for variations so the message is displayed correctly, fixing a JS error. * Fix - Correct the 'unavailable template' call for variations so the message is displayed correctly, fixing a JS error.
* Fix - Add 'media-models' dependency to write panel scripts. * Fix - Add 'media-models' dependency to write panel scripts.
* Fix - Fix hide empty check in category walkers. * Fix - Fix hide empty check in category walkers.
@ -261,7 +261,7 @@
* Dev - Include new triggers when removing and adding the password strength meter. * Dev - Include new triggers when removing and adding the password strength meter.
* Dev - Allow pass objects and arrays as webhook callbacks. * Dev - Allow pass objects and arrays as webhook callbacks.
= 2.5.2 - 01/02/2016 = = 2.5.2 - 2016-02-01 =
* Fix - Compatibility with w3 total cache inline minification. * Fix - Compatibility with w3 total cache inline minification.
* Fix - Remove stock bw compat code which was preventing manage stock being disabled at variation level. * Fix - Remove stock bw compat code which was preventing manage stock being disabled at variation level.
* Fix - When calculating shipping total, force rounding. * Fix - When calculating shipping total, force rounding.
@ -283,7 +283,7 @@
* Tweak - When COOKIEPATH is an empty string, set to '/' so cookies work across all pages. * Tweak - When COOKIEPATH is an empty string, set to '/' so cookies work across all pages.
* Dev - Template - Pass $category into wc_product_cat_class() in content-product_cat.php * Dev - Template - Pass $category into wc_product_cat_class() in content-product_cat.php
= 2.5.1 - 25/01/2016 = = 2.5.1 - 2016-01-25 =
* Fix - Remove usage of get_currentuserinfo() which is deprecated in WordPress 4.5. * Fix - Remove usage of get_currentuserinfo() which is deprecated in WordPress 4.5.
* Fix - Fix responsive product sizes when the columns class is missing. * Fix - Fix responsive product sizes when the columns class is missing.
* Fix - Fix function exists check for woocommerce_template_loop_category_title. * Fix - Fix function exists check for woocommerce_template_loop_category_title.
@ -305,7 +305,7 @@
* Tweak - Added password strength meter in lost password and edit accout pages. * Tweak - Added password strength meter in lost password and edit accout pages.
* Tweak - Pass $args to woocommerce_dropdown_variation_attribute_options_html hook. * Tweak - Pass $args to woocommerce_dropdown_variation_attribute_options_html hook.
= 2.5.0 - 18/01/2016 = = 2.5.0 - 2016-01-18 =
* Feature - New default session handler. Uses custom table to store data rather than the options table for performance and scalability reasons. https://woocommerce.wordpress.com/2015/10/07/new-session-handler-in-2-5/ * Feature - New default session handler. Uses custom table to store data rather than the options table for performance and scalability reasons. https://woocommerce.wordpress.com/2015/10/07/new-session-handler-in-2-5/
* Feature - New tax settings UI - faster, enhanced with ajax, searchable. * Feature - New tax settings UI - faster, enhanced with ajax, searchable.
* Feature - WP CLI Support. https://woocommerce.wordpress.com/2015/10/01/sneak-peek-wp-cli-support-in-woocommerce/ * Feature - WP CLI Support. https://woocommerce.wordpress.com/2015/10/01/sneak-peek-wp-cli-support-in-woocommerce/
@ -358,17 +358,17 @@
* Dev - Replaced some cart methods with dedicated functions. e.g. wc_ship_to_billing_address_only(). * Dev - Replaced some cart methods with dedicated functions. e.g. wc_ship_to_billing_address_only().
* Localisation - Add Kenyan currency and symbol. * Localisation - Add Kenyan currency and symbol.
= 2.4.13 - 11/01/2016 = = 2.4.13 - 2016-01-11 =
* Fix - Potential redirect loop when using 'unforce ssl' setting and a https home URL. * Fix - Potential redirect loop when using 'unforce ssl' setting and a https home URL.
* Fix - Escape option names when cleaning up sessions. * Fix - Escape option names when cleaning up sessions.
= 2.4.12 - 9/12/2015 = = 2.4.12 - 2015-12-9 =
* Fix - 4.4 - Permission error when editing attribute terms. * Fix - 4.4 - Permission error when editing attribute terms.
* Fix - 4.4 - Missing variation images when wp_get_attachment_image_srcset() returns false instead of a string. * Fix - 4.4 - Missing variation images when wp_get_attachment_image_srcset() returns false instead of a string.
* Fix - 4.4 - Use post-thumbnail size in admin to avoid srcset. * Fix - 4.4 - Use post-thumbnail size in admin to avoid srcset.
* Fix - Webhook status not changed after save with active object-cache. * Fix - Webhook status not changed after save with active object-cache.
= 2.4.11 - 7/12/2015 = = 2.4.11 - 2015-12-7 =
* Fix - WordPress 4.4 support. * Fix - WordPress 4.4 support.
* Fix - Removes Switzerland from EU VAT definition. * Fix - Removes Switzerland from EU VAT definition.
* Fix - Fix auth endpoint urls. * Fix - Fix auth endpoint urls.
@ -384,13 +384,13 @@
* Tweak - 4.4 - Support for srcset/sizes and responsive images. * Tweak - 4.4 - Support for srcset/sizes and responsive images.
* Tweak - 4.4 - Support for Twenty Sixteen. * Tweak - 4.4 - Support for Twenty Sixteen.
= 2.4.10 - 10/11/2015 = = 2.4.10 - 2015-11-10 =
* Fix - Geo IP - Correctly parse .dat files. * Fix - Geo IP - Correctly parse .dat files.
* Fix - Geo IP - Ensure WC_Logger class exists before logging errors. * Fix - Geo IP - Ensure WC_Logger class exists before logging errors.
* Fix - Geo IP - Prevent notices in ipv6 methods. * Fix - Geo IP - Prevent notices in ipv6 methods.
* Tweak - Add information about credit card address for Simplify Commerce. * Tweak - Add information about credit card address for Simplify Commerce.
= 2.4.9 - 09/11/2015 = = 2.4.9 - 2015-11-09 =
* Fix - Check abspath exists in more files to prevent errors on direct access. * Fix - Check abspath exists in more files to prevent errors on direct access.
* Fix - Hide SQL errors during ajax requests. * Fix - Hide SQL errors during ajax requests.
* Fix - Fixed redirection loop on customizer screen. * Fix - Fixed redirection loop on customizer screen.
@ -401,7 +401,7 @@
* Fix - System Report: Template version check path. * Fix - System Report: Template version check path.
* Fix - Potential XSS within price.php fixed with escape on get_price() (would require edit/admin permissions to take advantage of). Discovered by FortiGuard Labs (https://www.fortiguard.com/). Template version has been bumped. * Fix - Potential XSS within price.php fixed with escape on get_price() (would require edit/admin permissions to take advantage of). Discovered by FortiGuard Labs (https://www.fortiguard.com/). Template version has been bumped.
= 2.4.8 - 26/10/2015 = = 2.4.8 - 2015-10-26 =
* Fix - Help tips in variations admin. * Fix - Help tips in variations admin.
* Fix - API - Fixed customer count method. * Fix - API - Fixed customer count method.
* Fix - Locale switching for city field. * Fix - Locale switching for city field.
@ -422,7 +422,7 @@
* Tweak - API - Allow variable products to get retrieved by SKU. * Tweak - API - Allow variable products to get retrieved by SKU.
* Tweak - API - Allow edit variations without define the product type to variable. * Tweak - API - Allow edit variations without define the product type to variable.
= 2.4.7 - 21/09/2015 = = 2.4.7 - 2015-09-21 =
* Fix - Handle Switzerland in get_european_union_countries. * Fix - Handle Switzerland in get_european_union_countries.
* Fix - For geolocation with static cache support, ensure hash is appended during form submission. * Fix - For geolocation with static cache support, ensure hash is appended during form submission.
* Fix - To prevent discounts being applied in 'random' order (based on order added to cart), sort cart items based on subtotal during calculate_totals. * Fix - To prevent discounts being applied in 'random' order (based on order added to cart), sort cart items based on subtotal during calculate_totals.
@ -460,7 +460,7 @@
* Template - Removed 'Payment' heading in `templates/checkout/form-pay.php`. * Template - Removed 'Payment' heading in `templates/checkout/form-pay.php`.
* Template - Removed unnecessary clearing div in `templates/checkout/payment.php`. * Template - Removed unnecessary clearing div in `templates/checkout/payment.php`.
= 2.4.6 - 24/08/2015 = = 2.4.6 - 2015-08-24 =
* Fix - menu_order notices on IIS. * Fix - menu_order notices on IIS.
* Fix - Grouped product is_purchasable check during add to cart. * Fix - Grouped product is_purchasable check during add to cart.
* Fix - Subscriptions 2.0 (unreleased) compatibility. * Fix - Subscriptions 2.0 (unreleased) compatibility.
@ -479,7 +479,7 @@
* Tweak - WC Setup wizard: Add spinner/loading indication between onboarding steps. * Tweak - WC Setup wizard: Add spinner/loading indication between onboarding steps.
* Tweak - Allow HTML in store notice. * Tweak - Allow HTML in store notice.
= 2.4.5 - 20/08/2015 = = 2.4.5 - 2015-08-20 =
* Fix - Global text based attribute saving on product page. * Fix - Global text based attribute saving on product page.
* Fix - save_account_details should check display name of current user. * Fix - save_account_details should check display name of current user.
* Fix - Show the right 'no shipping available' message when a country does not have states. * Fix - Show the right 'no shipping available' message when a country does not have states.
@ -498,7 +498,7 @@
* Tweak - Improved download numbering in emails and order page. * Tweak - Improved download numbering in emails and order page.
* Tweak - Allowed users to install translations for the current language during the Setup Wizard. * Tweak - Allowed users to install translations for the current language during the Setup Wizard.
= 2.4.4 - 14/08/2015 = = 2.4.4 - 2015-08-14 =
* Fix - Ajax variation handling when 'any' attribute is set. * Fix - Ajax variation handling when 'any' attribute is set.
* Fix - Run html_entity_decode over text attributes to fix problems with quote characters. * Fix - Run html_entity_decode over text attributes to fix problems with quote characters.
* Fix - COD: remove shipping check if the cart is 100% virtual. * Fix - COD: remove shipping check if the cart is 100% virtual.
@ -506,7 +506,7 @@
* Tweak - Include attribute archives support in the breadcrumbs. * Tweak - Include attribute archives support in the breadcrumbs.
* Tweak - woocommerce_variable_children_args hook. * Tweak - woocommerce_variable_children_args hook.
= 2.4.3 - 12/08/2015 = = 2.4.3 - 2015-08-12 =
* Fix - Query within wc_customer_bought_product(). * Fix - Query within wc_customer_bought_product().
* Fix - Tab hiding with some theme markup. * Fix - Tab hiding with some theme markup.
* Fix - Ajax variations: stripslashes to fix attributes with quotes. * Fix - Ajax variations: stripslashes to fix attributes with quotes.
@ -517,7 +517,7 @@
* Tweak - When merging shipping taxes with a shipping rate taxes, ensure shipping rate taxes is not malformed. * Tweak - When merging shipping taxes with a shipping rate taxes, ensure shipping rate taxes is not malformed.
* Tweak - Improved refund email events and woocommerce_order_fully_refunded hook. * Tweak - Improved refund email events and woocommerce_order_fully_refunded hook.
= 2.4.2 - 11/08/2015 = = 2.4.2 - 2015-08-11 =
* Fix - If all variations are out of stock, maintain pricing display. * Fix - If all variations are out of stock, maintain pricing display.
* Fix - Prevent double add to cart due to ajax endpoints. * Fix - Prevent double add to cart due to ajax endpoints.
* Fix - ordering_args in product_category shortcode. * Fix - ordering_args in product_category shortcode.
@ -529,12 +529,12 @@
* Tweak - Hide get_formatted_legacy notices when doing ajax. * Tweak - Hide get_formatted_legacy notices when doing ajax.
* Tweak - use shop_single instead of full image size for variations. * Tweak - use shop_single instead of full image size for variations.
= 2.4.1 - 10/08/2015 = = 2.4.1 - 2015-08-10 =
* Fix - Tweaked the 2.4 upgrade routine to disable refund emails during update. * Fix - Tweaked the 2.4 upgrade routine to disable refund emails during update.
* Fix - Notices when calling get_shipping_classes(). * Fix - Notices when calling get_shipping_classes().
* Fix - Added upgrade routine to ensure _stock_status meta exists for variations created before WooCommerce 2.2 * Fix - Added upgrade routine to ensure _stock_status meta exists for variations created before WooCommerce 2.2
= 2.4.0 - 10/08/2015 = = 2.4.0 - 2015-08-10 =
* Feature - Onboarding/setup wizard for new users to handle basic store settings and installation. * Feature - Onboarding/setup wizard for new users to handle basic store settings and installation.
* Feature - Improved help tabs with inline video tutorials where applicable. * Feature - Improved help tabs with inline video tutorials where applicable.
* Feature - New AJAX powered variations interface to improve edit product page loading times and posting large amounts of data. * Feature - New AJAX powered variations interface to improve edit product page loading times and posting large amounts of data.
@ -575,11 +575,11 @@
* Localisation - Added Argentine currency and provinces. * Localisation - Added Argentine currency and provinces.
* [Various other small fixes and enhancements.](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+milestone%3A%222.4+Helpful+Hedgehog%22+is%3Aclosed) * [Various other small fixes and enhancements.](https://github.com/woocommerce/woocommerce/issues?q=is%3Aissue+milestone%3A%222.4+Helpful+Hedgehog%22+is%3Aclosed)
= 2.3.13 - 07/07/2015 = = 2.3.13 - 2015-07-07 =
* Fix - Improved the email settings save and tabs for 3rd party plugins. * Fix - Improved the email settings save and tabs for 3rd party plugins.
* Fix - Datepicker range for variations. * Fix - Datepicker range for variations.
= 2.3.12 - 06/07/2015 = = 2.3.12 - 2015-07-06 =
* Fix - Fixed Google Chrome forcing to use SSL. This can cause some issues on websites behind load balancers or reverse proxies. [Read more](https://docs.woocommerce.com/document/ssl-and-https/#websites-behind-load-balancers-or-reverse-proxies). * Fix - Fixed Google Chrome forcing to use SSL. This can cause some issues on websites behind load balancers or reverse proxies. [Read more](https://docs.woocommerce.com/document/ssl-and-https/#websites-behind-load-balancers-or-reverse-proxies).
* Fix - Escaped shop url in empty cart template. * Fix - Escaped shop url in empty cart template.
* Fix - Escaped product tabs titles. * Fix - Escaped product tabs titles.
@ -592,7 +592,7 @@
* Fix - Flat rate shipping costs should ignore virtual items. * Fix - Flat rate shipping costs should ignore virtual items.
* Tweak - Keep product quantity when happens some error while add product on the cart. * Tweak - Keep product quantity when happens some error while add product on the cart.
= 2.3.11 - 10/06/2015 = = 2.3.11 - 2015-06-10 =
* Fix - Check if rating is enabled before check if rating is required to a review. * Fix - Check if rating is enabled before check if rating is required to a review.
* Fix - get_discounted_price needs to check if taxes are enabled. * Fix - get_discounted_price needs to check if taxes are enabled.
* Fix - Fixed filetype check for digital downloads. * Fix - Fixed filetype check for digital downloads.
@ -606,7 +606,7 @@
* Fix - API - Fixed the sanitization for downloadable files on products endpoint. * Fix - API - Fixed the sanitization for downloadable files on products endpoint.
* Tweak - woocommerce_downloadable_file_exists filter. * Tweak - woocommerce_downloadable_file_exists filter.
= 2.3.10 - 01/06/2015 = = 2.3.10 - 2015-06-01 =
* Fix - Fixed theme check notice for core supported themes. * Fix - Fixed theme check notice for core supported themes.
* Fix - Add RTL direction to emails. * Fix - Add RTL direction to emails.
* Fix - Fixed product category media upload modal. * Fix - Fixed product category media upload modal.
@ -647,7 +647,7 @@
* Tweak - Error prevention when showing customer orders on the frontend. * Tweak - Error prevention when showing customer orders on the frontend.
* Tweak - Added PH states. * Tweak - Added PH states.
= 2.3.9 - 19/05/2015 = = 2.3.9 - 2015-05-19 =
* Fix - Fixed language upgrader verification. * Fix - Fixed language upgrader verification.
* Fix - Refund reporting #8010 * Fix - Refund reporting #8010
* Fix - Redirect after bulk editing. * Fix - Redirect after bulk editing.
@ -660,7 +660,7 @@
* Fix - Move action to prevent infinite recursion on login/restoring saved carts. * Fix - Move action to prevent infinite recursion on login/restoring saved carts.
* Fix - Update PrettyPhoto to 3.1.6 to resolve XSS security issue https://github.com/scaron/prettyphoto/issues/149 * Fix - Update PrettyPhoto to 3.1.6 to resolve XSS security issue https://github.com/scaron/prettyphoto/issues/149
= 2.3.8 - 20/04/2015 = = 2.3.8 - 2015-04-20 =
* Fix - Ensure coupon taxes are reset when calculating totals. * Fix - Ensure coupon taxes are reset when calculating totals.
* Fix - Downloads url sanitization to work correctly with shortcodes and urls. * Fix - Downloads url sanitization to work correctly with shortcodes and urls.
* Fix - State/Country select2 issues with Internet Explorer. * Fix - State/Country select2 issues with Internet Explorer.
@ -686,7 +686,7 @@
* Tweak - Only automatically cancel orders created via checkout + allow post_parent to be set. * Tweak - Only automatically cancel orders created via checkout + allow post_parent to be set.
* Tweak - Deny all access to revisions through API. * Tweak - Deny all access to revisions through API.
= 2.3.7 - 18/03/2015 = = 2.3.7 - 2015-03-18 =
* Fix - Allow saving of empty download expiry date on orders. * Fix - Allow saving of empty download expiry date on orders.
* Fix - get_total_discount() function with certain tax setups. * Fix - get_total_discount() function with certain tax setups.
* Fix - stock management for variations for Products API. * Fix - stock management for variations for Products API.
@ -697,7 +697,7 @@
* Tweak - Revised how discounts/discount taxes are stored for consistency. Always store ex. tax to make data retrieval easier, and to ensure totals are correct after settings changes. Backwards compatibility maintained through use of order versioning. * Tweak - Revised how discounts/discount taxes are stored for consistency. Always store ex. tax to make data retrieval easier, and to ensure totals are correct after settings changes. Backwards compatibility maintained through use of order versioning.
* Tweak - Delete product attachments when the Products API fails. * Tweak - Delete product attachments when the Products API fails.
= 2.3.6 - 13/03/2015 = = 2.3.6 - 2015-03-13 =
* Fix - Removal of coupons containing spaces. * Fix - Removal of coupons containing spaces.
* Fix - Unclosed div in profile page. * Fix - Unclosed div in profile page.
* Fix - Export report CSV. * Fix - Export report CSV.
@ -726,7 +726,7 @@
* Tweak - Increase wc_get_weight precision. * Tweak - Increase wc_get_weight precision.
* Dev - API - reports/sales now also returns total refunds. * Dev - API - reports/sales now also returns total refunds.
= 2.3.5 - 20/02/2015 = = 2.3.5 - 2015-02-20 =
* Fix - Plain text address formatting. * Fix - Plain text address formatting.
* Fix - Detect shortcodes when saving URLs. * Fix - Detect shortcodes when saving URLs.
* Fix - Unhook wc_page_endpoint_title after it is ran once (main page title). * Fix - Unhook wc_page_endpoint_title after it is ran once (main page title).
@ -738,7 +738,7 @@
* Tweak - Improve category coupon message. * Tweak - Improve category coupon message.
* Tweak - Don't download GeoIP Database until geolocation option is enabled in settings. * Tweak - Don't download GeoIP Database until geolocation option is enabled in settings.
= 2.3.4 - 17/02/2015 = = 2.3.4 - 2015-02-17 =
* Fix - limit_usage_to_x_items option in coupons. * Fix - limit_usage_to_x_items option in coupons.
* Fix - Run coupon codes through html_entity_decode. * Fix - Run coupon codes through html_entity_decode.
* Fix - Tax by code report for refunds. * Fix - Tax by code report for refunds.
@ -766,7 +766,7 @@
* Tweak - Restock items AFTER refund, not before. * Tweak - Restock items AFTER refund, not before.
* Tweak - If logged in, populate customer data from user meta. * Tweak - If logged in, populate customer data from user meta.
= 2.3.3 - 12/02/2015 = = 2.3.3 - 2015-02-12 =
* Fix - Potential notice with preg_match wildcard search, if used incorrectly. * Fix - Potential notice with preg_match wildcard search, if used incorrectly.
* Fix - Typo in get_from_name method. * Fix - Typo in get_from_name method.
* Fix - Fix errors during checkout when mb_convert_encoding() is not supported. * Fix - Fix errors during checkout when mb_convert_encoding() is not supported.
@ -775,7 +775,7 @@
* Fix - Query in uninstall script. * Fix - Query in uninstall script.
* Tweak - Only run the uninstaller if the "Uninstall on Delete" option is checked in system status. * Tweak - Only run the uninstaller if the "Uninstall on Delete" option is checked in system status.
= 2.3.2 - 12/02/2015 = = 2.3.2 - 2015-02-12 =
* Fix - Item meta removal query in order class. * Fix - Item meta removal query in order class.
* Fix - Pass correct shipping cost to PayPal. * Fix - Pass correct shipping cost to PayPal.
* Fix - Flat rate extra costs when costs are an array. * Fix - Flat rate extra costs when costs are an array.
@ -785,7 +785,7 @@
* Fix - Average product rating when ratings are not required. * Fix - Average product rating when ratings are not required.
* Fix - attribute_public option. * Fix - attribute_public option.
= 2.3.1 - 11/02/2015 = = 2.3.1 - 2015-02-11 =
* Fix - When the geolocation database cannot download, ensure the correct method is used to log the error. * Fix - When the geolocation database cannot download, ensure the correct method is used to log the error.
* Fix - Notice in woocommerce_form_field(). * Fix - Notice in woocommerce_form_field().
* Fix - attribute_public notice before DB upgrade. * Fix - attribute_public notice before DB upgrade.
@ -794,7 +794,7 @@
* Fix - is_available() check in local pickup. * Fix - is_available() check in local pickup.
* Fix - Added WC version of GEOIP classes to prevent conflicts with other plugins. * Fix - Added WC version of GEOIP classes to prevent conflicts with other plugins.
= 2.3.0 - 11/02/2015 = = 2.3.0 - 2015-02-11 =
* Feature - Option to geo-locate the customer's inital location. * Feature - Option to geo-locate the customer's inital location.
* Feature - Display taxes in store based on the customer location, rather than the shop base. * Feature - Display taxes in store based on the customer location, rather than the shop base.
* Feature - Made tax importer expand postcode ranges. * Feature - Made tax importer expand postcode ranges.
@ -846,16 +846,16 @@
* Localisation - Add Ukrainian currency and symbol. * Localisation - Add Ukrainian currency and symbol.
* Localisation - Greece regions. * Localisation - Greece regions.
= 2.2.11 - 29/01/2015 = = 2.2.11 - 2015-01-29 =
* Add - URL in Usage/Limit column in Coupons table to query for orders. * Add - URL in Usage/Limit column in Coupons table to query for orders.
* Fix - esc_url() applied to prevent potential XSS issues. * Fix - esc_url() applied to prevent potential XSS issues.
* Fix - "Link all variations" button. * Fix - "Link all variations" button.
= 2.2.10 - 16/12/2014 = = 2.2.10 - 2014-12-16 =
* Fix - Stock status on quick and bulk edit. * Fix - Stock status on quick and bulk edit.
* Fix - Incorrect clearing of error messages. * Fix - Incorrect clearing of error messages.
= 2.2.9 - 15/12/2014 = = 2.2.9 - 2014-12-15 =
* Add - API - parent_id for products endpoint. * Add - API - parent_id for products endpoint.
* Fix - Processing and On-hold order links in WooCommerce Status dashboard widget. * Fix - Processing and On-hold order links in WooCommerce Status dashboard widget.
* Fix - Orders API when query orders with deleted products. * Fix - Orders API when query orders with deleted products.
@ -883,7 +883,7 @@
* Tweak - Added result and message keys to order_review AJAX call. * Tweak - Added result and message keys to order_review AJAX call.
* Tweak - Added get_cart_item to WC_Cart class. * Tweak - Added get_cart_item to WC_Cart class.
= 2.2.8 - 29/10/2014 = = 2.2.8 - 2014-10-29 =
* Fix - Image crop option. * Fix - Image crop option.
* Fix - Display of order note date. * Fix - Display of order note date.
* Fix - API POST/PUT products attributes values. * Fix - API POST/PUT products attributes values.
@ -899,7 +899,7 @@
* Tweak - Use current user ID for refunds. * Tweak - Use current user ID for refunds.
* Tweak - Allow API edit_product method to update post_name (slug). * Tweak - Allow API edit_product method to update post_name (slug).
= 2.2.7 - 22/10/2014 = = 2.2.7 - 2014-10-22 =
* Fix - Fix refund date. * Fix - Fix refund date.
* Fix - Fixed various notices. * Fix - Fixed various notices.
* Fix - Make updater set parent backorder status. * Fix - Make updater set parent backorder status.
@ -925,7 +925,7 @@
* Tweak - Update simplify commerce to use new $order->get_status(). * Tweak - Update simplify commerce to use new $order->get_status().
* Tweak - Only show integrations subnav when there are multiple integrations. * Tweak - Only show integrations subnav when there are multiple integrations.
= 2.2.6 - 08/10/2014 = = 2.2.6 - 2014-10-08 =
* Fix - Notices in the cache helper. * Fix - Notices in the cache helper.
* Fix - Prevent bulk edit from breaking sale price scheduled dates. * Fix - Prevent bulk edit from breaking sale price scheduled dates.
* Fix - Prevent address fields being empty when editing an address within an order. * Fix - Prevent address fields being empty when editing an address within an order.
@ -935,7 +935,7 @@
* Tweak - Added filter for shipping tax. * Tweak - Added filter for shipping tax.
* Tweak - Product attribute shortcode should return columns css class. * Tweak - Product attribute shortcode should return columns css class.
= 2.2.5 - 07/10/2014 = = 2.2.5 - 2014-10-07 =
* Fix - Filters in admin screen for coupons and orders. * Fix - Filters in admin screen for coupons and orders.
* Fix - When bulk editing, don't allow sale price to be negative. * Fix - When bulk editing, don't allow sale price to be negative.
* Fix - When manually adding items to an order, show tax columns. * Fix - When manually adding items to an order, show tax columns.
@ -959,7 +959,7 @@
* Tweak - Tweak load_plugin_textdomain to be relative - this falls back to WP_LANG_DIR automatically. Can prevent "open_basedir restriction in effect". * Tweak - Tweak load_plugin_textdomain to be relative - this falls back to WP_LANG_DIR automatically. Can prevent "open_basedir restriction in effect".
* Tweak - Added acceptance marks to PayPal Standard where applicable to replace generic PayPal icon. * Tweak - Added acceptance marks to PayPal Standard where applicable to replace generic PayPal icon.
= 2.2.4 - 18/09/2014 = = 2.2.4 - 2014-09-18 =
* Fix - Prevent errors when adding 'zero-rated' tax on checkout. * Fix - Prevent errors when adding 'zero-rated' tax on checkout.
* Fix - Fixed a varation product width inheritance bug. * Fix - Fixed a varation product width inheritance bug.
* Fix - Totals in taxes by date report. * Fix - Totals in taxes by date report.
@ -971,7 +971,7 @@
* Localisation - Nepal States. * Localisation - Nepal States.
* Localisation - Mexico states. * Localisation - Mexico states.
= 2.2.3 - 16/09/2014 = = 2.2.3 - 2014-09-16 =
* Fix - Order status translation in admin and account page. * Fix - Order status translation in admin and account page.
* Fix - Ensure shipping address gets displayed - fixes needs_shipping_address() method. * Fix - Ensure shipping address gets displayed - fixes needs_shipping_address() method.
* Fix - Escaping of country names in tax settings. * Fix - Escaping of country names in tax settings.
@ -998,17 +998,17 @@
* Tweak - Display of h4 in settings pages. * Tweak - Display of h4 in settings pages.
* Dev - Added woocommerce_get_settings_ID filters. * Dev - Added woocommerce_get_settings_ID filters.
= 2.2.2 - 11/09/2014 = = 2.2.2 - 2014-09-11 =
* Fix - Saving of variation stock when parent stock management is disabled. * Fix - Saving of variation stock when parent stock management is disabled.
* Fix - "open_basedir restriction in effect" error caused on install when trying to create the WC logging directory. * Fix - "open_basedir restriction in effect" error caused on install when trying to create the WC logging directory.
* Fix - For regular products, ensure stock level saves on product creation. * Fix - For regular products, ensure stock level saves on product creation.
= 2.2.1 - 10/09/2014 = = 2.2.1 - 2014-09-10 =
* Fix - Small tweak to the installer to prevent errors caused by outdated plugins. * Fix - Small tweak to the installer to prevent errors caused by outdated plugins.
* Fix - Mijireh Checkout update link. * Fix - Mijireh Checkout update link.
* Tweak - Small tweak to update notification to remind users to update old plugins prior to install. * Tweak - Small tweak to update notification to remind users to update old plugins prior to install.
= 2.2.0 - 10/09/2014 = = 2.2.0 - 2014-09-10 =
* Feature - Refunds system for orders. * Feature - Refunds system for orders.
* Feature - New orders panel for managing line items + totals. * Feature - New orders panel for managing line items + totals.
* Feature - Language pack downloader. po and mo files removed from core (too heavy). * Feature - Language pack downloader. po and mo files removed from core (too heavy).
@ -1063,7 +1063,7 @@
* Localisation - Address format of Taiwan. * Localisation - Address format of Taiwan.
* Localisation - Removed language files from core to made the package lighter (see language pack downloader feature). * Localisation - Removed language files from core to made the package lighter (see language pack downloader feature).
= 2.1.12 - 01/07/2014 = = 2.1.12 - 2014-07-01 =
* Fix - Total tax should be +, not -. * Fix - Total tax should be +, not -.
* Fix - Address format in plain text emails to use line breaks, not commas. * Fix - Address format in plain text emails to use line breaks, not commas.
* Fix - order item count fix and tr class filters. * Fix - order item count fix and tr class filters.
@ -1071,11 +1071,11 @@
* Fix - Correctly clear transients, including sale transient. * Fix - Correctly clear transients, including sale transient.
* Tweak - woocommerce_get_order_item_totals_excl_free_fees hook. * Tweak - woocommerce_get_order_item_totals_excl_free_fees hook.
= 2.1.11 - 09/06/2014 = = 2.1.11 - 2014-06-09 =
* Fix - Plain text email display of customer address. * Fix - Plain text email display of customer address.
* Fix - Saving tax rates threw notices (missing git cherry pick). * Fix - Saving tax rates threw notices (missing git cherry pick).
= 2.1.10 - 03/06/2014 = = 2.1.10 - 2014-06-03 =
* Fix - Removed unecessary localization from edit account. * Fix - Removed unecessary localization from edit account.
* Fix - Admin welcome screen css. * Fix - Admin welcome screen css.
* Fix - Fixed my account setting values to wrong user submitted strings. * Fix - Fixed my account setting values to wrong user submitted strings.
@ -1093,7 +1093,7 @@
* Tweak - Stronger session ID generation. * Tweak - Stronger session ID generation.
* Dev - Add action hooks when saving tax rates. * Dev - Add action hooks when saving tax rates.
= 2.1.9 - 14/05/2014 = = 2.1.9 - 2014-05-14 =
* Fix - fix case-insensitive matching for coupon posts with uppercase chars. * Fix - fix case-insensitive matching for coupon posts with uppercase chars.
* Fix - Make the welcome page RTL compatible. * Fix - Make the welcome page RTL compatible.
* Fix - Sanitize, but decode, flat rate shipping method ids. UTF-8 Friendly. * Fix - Sanitize, but decode, flat rate shipping method ids. UTF-8 Friendly.
@ -1119,7 +1119,7 @@
* Dev - Add $package to is_available shipping method hooks. * Dev - Add $package to is_available shipping method hooks.
* Dev - Add tool for disabling shipping rate cache for debug. * Dev - Add tool for disabling shipping rate cache for debug.
= 2.1.8 - 30/04/2014 = = 2.1.8 - 2014-04-30 =
* Fix - Prevent saving duplicate skus in quick edit. * Fix - Prevent saving duplicate skus in quick edit.
* Fix - Sorting of downloads on my account page. * Fix - Sorting of downloads on my account page.
* Fix - Clear cached API reports when deleting other order transients. * Fix - Clear cached API reports when deleting other order transients.
@ -1139,7 +1139,7 @@
* Tweak - Improved Abstract product constructor. * Tweak - Improved Abstract product constructor.
* Tweak - Add COD instructions to emails. * Tweak - Add COD instructions to emails.
= 2.1.7 - 10/04/2014 = = 2.1.7 - 2014-04-10 =
* Fix - Allow WC API to generate API keys for different user than the one that is making request. * Fix - Allow WC API to generate API keys for different user than the one that is making request.
* Fix - Fix the SKU search logic so it works with other filters. * Fix - Fix the SKU search logic so it works with other filters.
* Fix - Correctly round shipping + shipping tax together when passes the tax inclusive total to paypal. * Fix - Correctly round shipping + shipping tax together when passes the tax inclusive total to paypal.
@ -1180,7 +1180,7 @@
* Tweak - get_image_id method for use in email template. Shows correct variation images. * Tweak - get_image_id method for use in email template. Shows correct variation images.
* Tweak - added validation when save the frontend colors. * Tweak - added validation when save the frontend colors.
= 2.1.6 - 25/03/2014 = = 2.1.6 - 2014-03-25 =
* Fix - Fixed a bug where cron events are scheduled using a function name rather than a hook name. * Fix - Fixed a bug where cron events are scheduled using a function name rather than a hook name.
* Fix - Given transients not required on all pages expiration times to prevent autoloading. * Fix - Given transients not required on all pages expiration times to prevent autoloading.
* Fix - Don't trailingslash Order Cancel URLs with a Query String. * Fix - Don't trailingslash Order Cancel URLs with a Query String.
@ -1225,7 +1225,7 @@
* Localisation - Bangladeshi states (districts). * Localisation - Bangladeshi states (districts).
* Localisation - Croatian currency symbol. * Localisation - Croatian currency symbol.
= 2.1.5 - 06/03/2014 = = 2.1.5 - 2014-03-06 =
* Fix - Prevent notices on new plain text email parameter for BACS and Cheque gateways * Fix - Prevent notices on new plain text email parameter for BACS and Cheque gateways
* Fix - Fixed issue where variation prices were hidden when variation stock management wasn't set * Fix - Fixed issue where variation prices were hidden when variation stock management wasn't set
* Fix - Discounts fixed_product are now properly multiplied by quantity * Fix - Discounts fixed_product are now properly multiplied by quantity
@ -1235,7 +1235,7 @@
* Tweak - Fallback for when add ons page is not loading * Tweak - Fallback for when add ons page is not loading
* Tweak - Hide price suffix in admin panel lists * Tweak - Hide price suffix in admin panel lists
= 2.1.4 - 05/03/2014 = = 2.1.4 - 2014-03-05 =
* Fix - Prevent duplicate loading of functions files * Fix - Prevent duplicate loading of functions files
* Fix - Fixed breaking timeline for reports * Fix - Fixed breaking timeline for reports
* Fix - Category widget ordering * Fix - Category widget ordering
@ -1261,7 +1261,7 @@
* Tweak - Improved styles for tab views * Tweak - Improved styles for tab views
* Refactor - Hardened code base and fixed strict standards notices * Refactor - Hardened code base and fixed strict standards notices
= 2.1.3 - 27/02/2014 = = 2.1.3 - 2014-02-27 =
* Fix - Use correct thresholds to calculate out of stock number in dashboard widget * Fix - Use correct thresholds to calculate out of stock number in dashboard widget
* Fix - Admin screen strings sanitised to work with Chinese characters * Fix - Admin screen strings sanitised to work with Chinese characters
* Fix - REST API OAuth signature fixed when using filter params * Fix - REST API OAuth signature fixed when using filter params
@ -1316,7 +1316,7 @@
* Refactor - Changed all text strings without explicit domain, to use the 'woocommerce' text domain * Refactor - Changed all text strings without explicit domain, to use the 'woocommerce' text domain
* Refactor - Speed improvements in various places * Refactor - Speed improvements in various places
= 2.1.2 - 13/02/2014 = = 2.1.2 - 2014-02-13 =
* Fix - Removed nl2br function from plain text email-order-items email template * Fix - Removed nl2br function from plain text email-order-items email template
* Fix - Made static string translatable in email-order-items email template * Fix - Made static string translatable in email-order-items email template
* Fix - Added missing third parameter to _doing_it_wrong call * Fix - Added missing third parameter to _doing_it_wrong call
@ -1339,7 +1339,7 @@
* Refactor - Removed obsolete view order shortcode class * Refactor - Removed obsolete view order shortcode class
* Localization - Multiple localization updates * Localization - Multiple localization updates
= 2.1.1 - 12/02/2014 = = 2.1.1 - 2014-02-12 =
* Feature - Show notice if template files are out of date for themes including WooCommerce template files * Feature - Show notice if template files are out of date for themes including WooCommerce template files
* Feature - Introducing supporting is_wc_endpoint_url function * Feature - Introducing supporting is_wc_endpoint_url function
* Fix - During install, register all post types and endpoints so that the rewrite rules are correctly generated. * Fix - During install, register all post types and endpoints so that the rewrite rules are correctly generated.
@ -1363,7 +1363,7 @@
* Refactor - Several function dockblocks improved * Refactor - Several function dockblocks improved
* Refactor - Stripped out some unused variables * Refactor - Stripped out some unused variables
= 2.1.0 - 10/02/2014 = = 2.1.0 - 2014-02-10 =
* Feature - New REST API * Feature - New REST API
* Feature - Define whether prices should be shown incl. or excl. of tax, and add an optional suffix. * Feature - Define whether prices should be shown incl. or excl. of tax, and add an optional suffix.
* Feature - Show grouped or itemized taxes during checkout. * Feature - Show grouped or itemized taxes during checkout.
@ -1442,13 +1442,13 @@
* Localization - Spanish translation by Luis Giménez. * Localization - Spanish translation by Luis Giménez.
* Localization - French, Spanish, Romanian, Danish, Korean, Czech, Arabic, Hungarian updates. * Localization - French, Spanish, Romanian, Danish, Korean, Czech, Arabic, Hungarian updates.
= 2.0.20 - 21/11/2013 = = 2.0.20 - 2013-11-21 =
* Tweaked paypal request * Tweaked paypal request
* Check for WP Error when getting terms in breadcrumb file * Check for WP Error when getting terms in breadcrumb file
* Sanitize when searching in admin * Sanitize when searching in admin
* Fix yard to cm conversion * Fix yard to cm conversion
= 2.0.19 - 04/11/2013 = = 2.0.19 - 2013-11-04 =
* Fix - get_item_subtotal() logic * Fix - get_item_subtotal() logic
* Fix - Pass number of products variable to get_related for more then 5 related products * Fix - Pass number of products variable to get_related for more then 5 related products
* Fix - Email fatal error for orders with missing products * Fix - Email fatal error for orders with missing products
@ -1457,7 +1457,7 @@
* Tweak - Added wordwrap to order notes * Tweak - Added wordwrap to order notes
* Localisation - Updated Portuguese, Slovak, French, Lithuanian, Finnish * Localisation - Updated Portuguese, Slovak, French, Lithuanian, Finnish
= 2.0.18 - 21/10/2013 = = 2.0.18 - 2013-10-21 =
* Fix - Escaped the "hide-wc-extensions-message" link in admin. * Fix - Escaped the "hide-wc-extensions-message" link in admin.
* Fix - CSS -mox- prefix. #3953 * Fix - CSS -mox- prefix. #3953
* Fix - Remove sorting args after main query #3969 * Fix - Remove sorting args after main query #3969
@ -1467,7 +1467,7 @@
* Tweak - Show layered nav widgets on any product taxonomy page * Tweak - Show layered nav widgets on any product taxonomy page
* Localisation - Various corrections * Localisation - Various corrections
= 2.0.17 - 17/10/2013 = = 2.0.17 - 2013-10-17 =
* Fix - Add missing doctype for email header #3921 * Fix - Add missing doctype for email header #3921
* Fix - 2 notices on the cart/checkout related to tax #3922 * Fix - 2 notices on the cart/checkout related to tax #3922
* Fix - Allowed more tags to be saved in sharethis code * Fix - Allowed more tags to be saved in sharethis code
@ -1479,12 +1479,12 @@
* Tweak - Key value pairs for order_meta (woocommerce_email_order_meta_keys) * Tweak - Key value pairs for order_meta (woocommerce_email_order_meta_keys)
* Tweak - Added wc_variation_form trigger to variations javascript for 3rd party plugins * Tweak - Added wc_variation_form trigger to variations javascript for 3rd party plugins
= 2.0.16 - 14/10/2013 = = 2.0.16 - 2013-10-14 =
* Fix - woocommerce_change_term_counts needs to always return terms. Fixes category display. * Fix - woocommerce_change_term_counts needs to always return terms. Fixes category display.
* Fix - Attribute label display. * Fix - Attribute label display.
* Fix - add_to_cart shortcode correct use of setup_product_data * Fix - add_to_cart shortcode correct use of setup_product_data
= 2.0.15 - 14/10/2013 = = 2.0.15 - 2013-10-14 =
* Fix - Added missing line break in plain text email. * Fix - Added missing line break in plain text email.
* Fix - Strict standards warnings in category walkers * Fix - Strict standards warnings in category walkers
* Fix - Remember which attributes get registered to minimize conflicts * Fix - Remember which attributes get registered to minimize conflicts
@ -1507,7 +1507,7 @@
* Fix - Remove accents from taxonomy names + run through filters #3832 * Fix - Remove accents from taxonomy names + run through filters #3832
* Tweak - Always show returning customer login box. * Tweak - Always show returning customer login box.
= 2.0.14 - 05/09/2013 = = 2.0.14 - 2013-09-05 =
* Tweak - Update cart performance improvements * Tweak - Update cart performance improvements
* Fix - Google Analytics no longer identifies users using custom vars * Fix - Google Analytics no longer identifies users using custom vars
* Fix - Send tax inclusive, rounded item price to Google Analytics * Fix - Send tax inclusive, rounded item price to Google Analytics
@ -1521,7 +1521,7 @@
* Fix - Refresh when creating an account to prevent nonce issues * Fix - Refresh when creating an account to prevent nonce issues
* Other minor fixes * Other minor fixes
= 2.0.13 - 19/07/2013 = = 2.0.13 - 2013-07-19 =
* Tweak - Allow users with edit rights to add draft products to cart (and nobody else) * Tweak - Allow users with edit rights to add draft products to cart (and nobody else)
* Tweak - Handle pending status for paypal * Tweak - Handle pending status for paypal
* Tweak - Only refresh fragment when cart cookie > 0 * Tweak - Only refresh fragment when cart cookie > 0
@ -1539,13 +1539,13 @@
* Fix - Sanitized shipping calc form to fix persistent XSS issue. * Fix - Sanitized shipping calc form to fix persistent XSS issue.
* Localisation - ES States * Localisation - ES States
= 2.0.12 - 17/06/2013 = = 2.0.12 - 2013-06-17 =
* Tweak - Add actions for attribute create/update/delete * Tweak - Add actions for attribute create/update/delete
* Fix - Fixed bug in cross sells loading in product data write panel * Fix - Fixed bug in cross sells loading in product data write panel
* Fix - Fixed posting shipping method when only one is available * Fix - Fixed posting shipping method when only one is available
* Fix - Fixed query breaking when using some product widgets * Fix - Fixed query breaking when using some product widgets
= 2.0.11 - 13/06/2013 = = 2.0.11 - 2013-06-13 =
* Tweak - Handling for multiselect fields on checkout, and a filter for third party handling * Tweak - Handling for multiselect fields on checkout, and a filter for third party handling
* Fix - Duplicate param keys for sale_product shortcodes * Fix - Duplicate param keys for sale_product shortcodes
* Fix - Google Analytics tracking use get_order_number() method instead of id * Fix - Google Analytics tracking use get_order_number() method instead of id
@ -1556,7 +1556,7 @@
* Fix - Extra data sanitization in some places * Fix - Extra data sanitization in some places
* Fix - Offer tax class option per variation to use same tax class as parent * Fix - Offer tax class option per variation to use same tax class as parent
= 2.0.10 - 15/05/2013 = = 2.0.10 - 2013-05-15 =
* Tweak - Searching for SKU in admin panel can also be done via lowercase 'sku:' instead of just 'SKU:' * Tweak - Searching for SKU in admin panel can also be done via lowercase 'sku:' instead of just 'SKU:'
* Fix - Cast term_id as int in product data write panel that will resolve issues with numerical attributes * Fix - Cast term_id as int in product data write panel that will resolve issues with numerical attributes
* Fix - Correct label for RUB symbol - added a dot after it * Fix - Correct label for RUB symbol - added a dot after it
@ -1570,7 +1570,7 @@
* Fix - PayPal has a 9 item limit * Fix - PayPal has a 9 item limit
* Fix - Replace deprecated wp_convert_bytes_to_hr() with size_format() * Fix - Replace deprecated wp_convert_bytes_to_hr() with size_format()
= 2.0.9 - 02/05/2013 = = 2.0.9 - 2013-05-02 =
* Feature - Added is_product_taxonomy() conditional. * Feature - Added is_product_taxonomy() conditional.
* Tweak - Notices during checkout for admin users if the checkout is mis-configured. * Tweak - Notices during checkout for admin users if the checkout is mis-configured.
* Tweak - Named charts on report page to make modifications easier. * Tweak - Named charts on report page to make modifications easier.
@ -1590,7 +1590,7 @@
* Localization - Added RUB currency. * Localization - Added RUB currency.
* Other minor fixes and localisation updates. * Other minor fixes and localisation updates.
= 2.0.8 - 17/04/2013 = = 2.0.8 - 2013-04-17 =
* Feature - Related products shortcode. * Feature - Related products shortcode.
* Tweak - Order item meta - skip serialized fields. * Tweak - Order item meta - skip serialized fields.
* Tweak - Support for the city field in shipping calc (filterable). * Tweak - Support for the city field in shipping calc (filterable).
@ -1609,7 +1609,7 @@
* Localization - Romanian updates by Aurel Roman * Localization - Romanian updates by Aurel Roman
* Localization - Finnish updates by arhipaiva * Localization - Finnish updates by arhipaiva
= 2.0.7 - 12/04/2013 = = 2.0.7 - 2013-04-12 =
* Feature - Option for GA _setDomainName. * Feature - Option for GA _setDomainName.
* Tweak - Removed rounding when option to round at subtotal is set. * Tweak - Removed rounding when option to round at subtotal is set.
* Fix - Allow extra flat rate options even if main rate is 0. * Fix - Allow extra flat rate options even if main rate is 0.
@ -1618,7 +1618,7 @@
* Fix - Sanitize terms when linking all variations. * Fix - Sanitize terms when linking all variations.
* Fix - Sanitize coupon code names before checking/applying. * Fix - Sanitize coupon code names before checking/applying.
= 2.0.6 - 10/04/2013 = = 2.0.6 - 2013-04-10 =
* Tweak/Fix - Merge taxes by CODE so totals are displayed clearer. Also added additional function for getting merged tax totals, and to keep compatibility with themes. * Tweak/Fix - Merge taxes by CODE so totals are displayed clearer. Also added additional function for getting merged tax totals, and to keep compatibility with themes.
* Tweak/Fix - Recent reviews show actual review stars, and allowed get_rating_html() to be passed a rating. Also removed unused $location var. * Tweak/Fix - Recent reviews show actual review stars, and allowed get_rating_html() to be passed a rating. Also removed unused $location var.
* Fix - Saving of meta values from paypal after payment. * Fix - Saving of meta values from paypal after payment.
@ -1652,7 +1652,7 @@
* Localisation - NZ States * Localisation - NZ States
* Other minor fixes and localisation updates. * Other minor fixes and localisation updates.
= 2.0.5 - 26/03/2013 = = 2.0.5 - 2013-03-26 =
* Tweak - Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_no_shipping_available_html. * Tweak - Made no shipping available messages filterable via woocommerce_cart_no_shipping_available_html and woocommerce_no_shipping_available_html.
* Tweak - disabled keyboard shortcuts in prettyPhoto. * Tweak - disabled keyboard shortcuts in prettyPhoto.
* Tweak - woocommerce_date_format() function. * Tweak - woocommerce_date_format() function.
@ -1666,7 +1666,7 @@
* Fix - Cancel order function now looks at post_modified instead of post_date. * Fix - Cancel order function now looks at post_modified instead of post_date.
* Other minor fixes and localisation updates. * Other minor fixes and localisation updates.
= 2.0.4 - 18/03/2013 = = 2.0.4 - 2013-03-18 =
* Tweak - Like my account, added order_count attribute to view order shortcode. * Tweak - Like my account, added order_count attribute to view order shortcode.
* Tweak - Moved WC_Order_Item_Meta into own file. * Tweak - Moved WC_Order_Item_Meta into own file.
* Tweak - PayPal Standard gateway - no longer needs sandbox fix, and notify-validate should be first in the requests. * Tweak - PayPal Standard gateway - no longer needs sandbox fix, and notify-validate should be first in the requests.
@ -1702,7 +1702,7 @@
* Localization - Updated Brazilian translation by Claudio Sanches * Localization - Updated Brazilian translation by Claudio Sanches
* Localization - Updated Hungarian translation by béla. * Localization - Updated Hungarian translation by béla.
= 2.0.3 - 11/03/2013 = = 2.0.3 - 2013-03-11 =
* Feature - Added products by attribute shortcode, e.g. [product_attribute attribute="color" filter="blue"] * Feature - Added products by attribute shortcode, e.g. [product_attribute attribute="color" filter="blue"]
* Tweak - Made coupon label more clear. * Tweak - Made coupon label more clear.
* Tweak - woocommerce_cart_redirect_after_error hook. * Tweak - woocommerce_cart_redirect_after_error hook.
@ -1725,7 +1725,7 @@
* Fix - Added legacy paypal IPN handling. * Fix - Added legacy paypal IPN handling.
* Localization - Finnish translation by Arhi Paivarinta. * Localization - Finnish translation by Arhi Paivarinta.
= 2.0.2 - 06/03/2013 = = 2.0.2 - 2013-03-06 =
* Fix - Frontpage shop when 'orderby' is set. * Fix - Frontpage shop when 'orderby' is set.
* Fix - Fix add-to-cart for grouped products which are sold individually. * Fix - Fix add-to-cart for grouped products which are sold individually.
* Fix - Payment method animation on the checkout. * Fix - Payment method animation on the checkout.
@ -1737,10 +1737,10 @@
* Fix - FROM prices now ignore blank strings for variations. * Fix - FROM prices now ignore blank strings for variations.
* Fix - Ensure order contents are saved before mailing via admin interface. * Fix - Ensure order contents are saved before mailing via admin interface.
= 2.0.1 - 04/03/2013 = = 2.0.1 - 2013-03-04 =
* Fix - Added an extra permalink flush after upgrade to save needing to do it manually. * Fix - Added an extra permalink flush after upgrade to save needing to do it manually.
= 2.0.0 - 04/03/2013 = = 2.0.0 - 2013-03-04 =
* Feature - Sucuri audited and secured. * Feature - Sucuri audited and secured.
* Feature - Added sales by category report. * Feature - Added sales by category report.
* Feature - Added sales by coupon report (kudos Max Rice). * Feature - Added sales by coupon report (kudos Max Rice).

View File

@ -161,7 +161,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woocommerce/wo
== Changelog == == Changelog ==
= 2.7.0 = = 2.7.0 - 20XX-XX-XX =
* New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom. * New gallery on single product pages with better mobile support, using PhotoSwipe and Zoom.
* Made the store notice dismissible on the frontend. * Made the store notice dismissible on the frontend.
* Improved structured product data by using JSON-LD instead of inline Microdata. * Improved structured product data by using JSON-LD instead of inline Microdata.