Skip to content

Commit

Permalink
woorelease: Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
puntope committed Dec 18, 2023
1 parent 40c799d commit 325cc2a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/class-unittestsbootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 325cc2a

Please sign in to comment.