From c175b930be0d848314cc5f2bd19cad947731e352 Mon Sep 17 00:00:00 2001 From: mikkamp Date: Wed, 4 Mar 2020 10:07:36 +0000 Subject: [PATCH] Bumping version --- changelog.txt | 3 ++- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- woocommerce-google-analytics-integration.php | 6 +++--- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7517a737..7384ee81 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,7 +1,8 @@ *** Changelog *** -= 1.4.18 - 2020-xx-xx = += 1.4.18 - 2020-03-04 = * Tweak - Use code sniff version. +* Tweak - WC 4.0 compatibility. = 1.4.17 - 2020-01-13 = * Tweak - Update constant VERSION in plugin file diff --git a/package-lock.json b/package-lock.json index 15afb815..7ffe5df2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-google-analytics-integration", - "version": "1.4.4", + "version": "1.4.18", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fde78311..78d6a953 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "WooCommerce Google Analytics Integration", - "version": "1.4.4", + "version": "1.4.18", "license": "GPL-2.0", "homepage": "http://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { diff --git a/readme.txt b/readme.txt index 30dfcb11..e4a9d09f 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-s Tags: woocommerce, google analytics Requires at least: 3.9 Tested up to: 5.3 -Stable tag: 1.4.17 +Stable tag: 1.4.18 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index c8526cc0..a8b69d23 100755 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -5,9 +5,9 @@ * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages. * Author: WooCommerce * Author URI: https://woocommerce.com - * Version: 1.4.17 + * Version: 1.4.18 * WC requires at least: 2.1 - * WC tested up to: 3.9 + * WC tested up to: 4.0 * Tested up to: 5.3 * License: GPLv2 or later * Text Domain: woocommerce-google-analytics-integration @@ -20,7 +20,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.17' ); // WRCS: DEFINED_VERSION. + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.18' ); // WRCS: DEFINED_VERSION. /** * WooCommerce Google Analytics Integration main class.