From ec81ed8312be27bc2d82f6f96e0134f5991ca78b Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Fri, 20 Feb 2015 16:19:39 +0000 Subject: [PATCH] Version bumps --- readme.txt | 5 +++-- woocommerce.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 124c63d96d8..9d03be12152 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woothemes, wordpress ecommerce, affiliate Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@woothemes.com&item_name=Donation+for+WooCommerce Requires at least: 4.0 Tested up to: 4.1 -Stable tag: 2.3.4 +Stable tag: 2.3.5 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -138,6 +138,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Changelog == += 2.3.5 - 20/02/2015 = * Fix - Plain text address formatting. * Fix - Detect shortcodes when saving URLs. * Fix - Unhook wc_page_endpoint_title after it is ran once (main page title). @@ -1280,5 +1281,5 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc == Upgrade Notice == -= 2.3.4 = += 2.3.5 = 2.3.0 is a major update so it is important that you make backups, test extensions and your theme prior to updating, and ensure extensions are 2.3 compatible. Developers should catch up with [develop.woothemes.com](http://develop.woothemes.com/) to see what has been happening in core. diff --git a/woocommerce.php b/woocommerce.php index ed8a610c328..fca6275f600 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: http://www.woothemes.com/woocommerce/ * Description: An e-commerce toolkit that helps you sell anything. Beautifully. - * Version: 2.3.4 + * Version: 2.3.5 * Author: WooThemes * Author URI: http://woothemes.com * Requires at least: 4.0 @@ -33,7 +33,7 @@ final class WooCommerce { /** * @var string */ - public $version = '2.3.4'; + public $version = '2.3.5'; /** * @var WooCommerce The single instance of the class