changelog update and template bump.
Updated the template version due to https://github.com/woothemes/woocommerce/pull/9045
This commit is contained in:
parent
08c6636f70
commit
d86b64a61a
|
@ -167,6 +167,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
|
|||
* Fix - Escape add to cart messages to stop translations from breaking cart events.
|
||||
* Tweak - Renamed wc_var_prices transient to allow them to flush on product save.
|
||||
* Template - Removed 'Payment' heading in `templates/checkout/form-pay.php`.
|
||||
* Template - Removed unnecessary clearing div in `templates/checkout/payment.php`.
|
||||
|
||||
= 2.4.6 - 24/08/2015 =
|
||||
* Fix - menu_order notices on IIS.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @author WooThemes
|
||||
* @package WooCommerce/Templates
|
||||
* @version 2.3.0
|
||||
* @version 2.4.7
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
|
|
Loading…
Reference in New Issue