From 770e49130f6bd95c8ddf93d4cd1bf0bfa6e3c19d Mon Sep 17 00:00:00 2001 From: mikkamp Date: Mon, 9 Mar 2020 13:53:19 +0000 Subject: [PATCH] Bumping version --- changelog.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- woocommerce-google-analytics-integration.php | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0a7a6efb..6e3fd9bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 1.4.19 - 2020-xx-xx = += 1.4.19 - 2020-03-09 = * Tweak - WordPress 5.4 compatibility. = 1.4.18 - 2020-03-04 = diff --git a/package-lock.json b/package-lock.json index 7ffe5df2..ae91fc29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-google-analytics-integration", - "version": "1.4.18", + "version": "1.4.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 78d6a953..b52a5086 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "WooCommerce Google Analytics Integration", - "version": "1.4.18", + "version": "1.4.19", "license": "GPL-2.0", "homepage": "http://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { diff --git a/readme.txt b/readme.txt index e360cbb3..375378e9 100755 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz Tags: woocommerce, google analytics Requires at least: 3.9 -Tested up to: 5.3 -Stable tag: 1.4.18 +Tested up to: 5.4 +Stable tag: 1.4.19 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 a8b69d23..07cec9fb 100755 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -5,10 +5,10 @@ * Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages. * Author: WooCommerce * Author URI: https://woocommerce.com - * Version: 1.4.18 + * Version: 1.4.19 * WC requires at least: 2.1 * WC tested up to: 4.0 - * Tested up to: 5.3 + * Tested up to: 5.4 * License: GPLv2 or later * Text Domain: woocommerce-google-analytics-integration * Domain Path: languages/ @@ -20,7 +20,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.18' ); // WRCS: DEFINED_VERSION. + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.19' ); // WRCS: DEFINED_VERSION. /** * WooCommerce Google Analytics Integration main class.