Skip to content

Commit

Permalink
Update changelog and version for 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Isabel committed Apr 11, 2017
1 parent 4389920 commit 2eedff1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion woocommerce-show-attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eedff1

Please sign in to comment.