From 325cc2a0f812d0104e19b87cd21e4aa1bc24e0dd Mon Sep 17 00:00:00 2001 From: Miguel Perez Pellicer <5908855+puntope@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:52:21 -0500 Subject: [PATCH] woorelease: Product version bump update --- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- tests/class-unittestsbootstrap.php | 2 +- woocommerce-google-analytics-integration.php | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a15201d..e55bd474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-google-analytics-integration", - "version": "1.8.10", + "version": "1.8.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aeffd06e..fe3a3c8b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-google-analytics-integration", "title": "WooCommerce Google Analytics Integration", - "version": "1.8.10", + "version": "1.8.11", "license": "GPL-2.0", "homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/", "repository": { diff --git a/readme.txt b/readme.txt index 9f0df718..3b1541b2 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss Tags: woocommerce, google analytics Requires at least: 3.9 Tested up to: 6.4 -Stable tag: 1.8.10 +Stable tag: 1.8.11 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/tests/class-unittestsbootstrap.php b/tests/class-unittestsbootstrap.php index 4ae921aa..3da3464b 100644 --- a/tests/class-unittestsbootstrap.php +++ b/tests/class-unittestsbootstrap.php @@ -138,7 +138,7 @@ public function includes() { /** * Filter unwanted doing it wrong messages when installing WooCommerce. * - * @since x.x.x + * @since 1.8.11 * * @param bool $trigger Trigger error. * @param string $function_name Calling function name. diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index 7ec716c3..4a153bfe 100644 --- 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://woo.com - * Version: 1.8.10 + * Version: 1.8.11 * WC requires at least: 6.8 - * WC tested up to: 8.3 + * WC tested up to: 8.4 * Tested up to: 6.4 * License: GPLv2 or later * Text Domain: woocommerce-google-analytics-integration @@ -22,7 +22,7 @@ if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) { - define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.8.10' ); // WRCS: DEFINED_VERSION. + define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.8.11' ); // WRCS: DEFINED_VERSION. define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '6.8' ); // Maybe show the GA Pro notice on plugin activation.