diff --git a/changelog.txt b/changelog.txt index 06e82d33..8e142106 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 1.4.21 - 2020-xx-xx = += 1.4.21 - 2020-05-04 = * Tweak - WC 4.1 compatibility. = 1.4.20 - 2020-03-29 = diff --git a/package-lock.json b/package-lock.json index e71e0894..0612f91e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-google-analytics-integration", - "version": "1.4.20", + "version": "1.4.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da77efdf..4d737fe8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "WooCommerce Google Analytics Integration", - "version": "1.4.20", + "version": "1.4.21", "license": "GPL-2.0", "homepage": "http://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { diff --git a/readme.txt b/readme.txt index 23dcf9e0..15952f5b 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.4 -Stable tag: 1.4.20 +Stable tag: 1.4.21 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 af1b76b4..1105606c 100755 --- 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: WooCommerce * Author URI: https://woocommerce.com - * Version: 1.4.20 + * Version: 1.4.21 * WC requires at least: 2.1 * WC tested up to: 4.1 * Tested up to: 5.4 @@ -20,7 +20,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.20' ); // WRCS: DEFINED_VERSION. + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.21' ); // WRCS: DEFINED_VERSION. /** * WooCommerce Google Analytics Integration main class.