From 353c81558325ef01aac829523f37762a3d3ef96b Mon Sep 17 00:00:00 2001 From: lenny Date: Thu, 12 Nov 2015 11:30:11 +0000 Subject: [PATCH 1/2] Updating version info in preparation for release --- languages/woocommerce-google-analytics-integration.pot | 2 +- package.json | 2 +- readme.txt | 2 +- woocommerce-google-analytics-integration.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/languages/woocommerce-google-analytics-integration.pot b/languages/woocommerce-google-analytics-integration.pot index a443e433..de2d310b 100644 --- a/languages/woocommerce-google-analytics-integration.pot +++ b/languages/woocommerce-google-analytics-integration.pot @@ -2,7 +2,7 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Google Analytics Integration 1.3.0\n" +"Project-Id-Version: WooCommerce Google Analytics Integration 1.4.0\n" "Report-Msgid-Bugs-To: " "https://wordpress.org/support/plugin/woocommerce-google-analytics-" "integration\n" diff --git a/package.json b/package.json index 947dc6d5..022401bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "WooCommerce Google Analytics Integration", - "version": "1.3.0", + "version": "1.4.0", "homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index 71c08900..81e1dca3 100644 --- a/readme.txt +++ b/readme.txt @@ -64,7 +64,7 @@ Exact wording depends on the national data privacy laws and should be adjusted. == Changelog == -= 1.4.0 - X = += 1.4.0 - 12-11-2015 * Feature - Support for enhanced eCommerce (tracking full store process from view to order) * Tweak - Setting up the plugin is now clearer with some helpful links and clearer language * Tweak - New filter on the ga global variable diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index 3094d5e6..a3821ee0 100644 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -5,7 +5,7 @@ * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages. * Author: WooThemes * Author URI: http://woothemes.com - * Version: 1.4.0-beta-1 + * Version: 1.4.0 * License: GPLv2 or later * Text Domain: woocommerce-google-analytics-integration * Domain Path: languages/ From 452a9ec64c3c391f8d22aa61ab81074af3660887 Mon Sep 17 00:00:00 2001 From: lenny Date: Fri, 20 Nov 2015 13:53:37 +0000 Subject: [PATCH 2/2] Updating version number to 1.4.0 release --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 81e1dca3..3d703700 100644 --- a/readme.txt +++ b/readme.txt @@ -64,7 +64,7 @@ Exact wording depends on the national data privacy laws and should be adjusted. == Changelog == -= 1.4.0 - 12-11-2015 += 1.4.0 - 20-11-2015 * Feature - Support for enhanced eCommerce (tracking full store process from view to order) * Tweak - Setting up the plugin is now clearer with some helpful links and clearer language * Tweak - New filter on the ga global variable