From 2eedff123d6d0f9732983ee0ad2047961cb717bb Mon Sep 17 00:00:00 2001 From: Isabel Date: Tue, 11 Apr 2017 16:18:08 -0400 Subject: [PATCH] Update changelog and version for 1.6.2. --- readme.txt | 13 ++++++++++++- woocommerce-show-attributes.php | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index b5796e0..ca214bd 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: product attributes, woocommerce product attributes, woocommerce attributes, woocommerce, attributes Requires at least: 3.8 Tested up to: 4.8-alpha-40406 -Stable tag: 1.6.1 +Stable tag: 1.6.2 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -117,6 +117,14 @@ Add this CSS: == Changelog == += 1.6.2 = +* New - Add PolyLang translation support for attribute names. +* Fix - Check for WC_Product_Attribute object before using member functions to avoid a PHP fatal error. +* Fix - Removed WooCommerce deprecated notices for functions that will be removed in the future: + * Use wc_get_product instead of get_product. + * Update the parameter for get_dimensions. +* REMINDER: This plugin requires WooCommerce 3.0 or higher. + = 1.6.1 = * New - This plugin now requires WooCommerce 3.0 or higher. * Fix - Fixed an installation error in version 1.6. @@ -206,6 +214,9 @@ Add this CSS: * Initial release. == Upgrade Notice == += 1.6.2 = +Fixed a fatal error. New PolyLang translation support for attribute names. This plugin requires WooCommerce 3.0 or higher. + = 1.6.1 = Fixed an installation error in version 1.6. This plugin now requires WooCommerce 3.0 or higher. diff --git a/woocommerce-show-attributes.php b/woocommerce-show-attributes.php index 352a02a..5931d21 100755 --- a/woocommerce-show-attributes.php +++ b/woocommerce-show-attributes.php @@ -3,7 +3,7 @@ Plugin Name: WooCommerce Show Attributes Plugin URI: https://isabelcastillo.com/docs/woocommerce-show-attributes Description: Show WooCommerce custom product attributes on the Product, Shop and Cart pages, admin Order Details page and emails. -Version: 1.6.2.alpha.4 +Version: 1.6.2 Author: Isabel Castillo Author URI: https://isabelcastillo.com License: GPL2