Skip to content

Commit c172f6b

Browse files
committed
woorelease: Product version bump update
1 parent 2402da1 commit c172f6b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-google-analytics-integration",
33
"title": "Google Analytics for WooCommerce",
4-
"version": "2.1.20",
4+
"version": "2.1.21",
55
"license": "GPL-2.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-google-analytics-integration/",
77
"repository": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss
33
Tags: woocommerce, google analytics
44
Requires at least: 6.8
55
Tested up to: 6.9
6-
Stable tag: 2.1.20
6+
Stable tag: 2.1.21
77
License: GPLv3
88
License URI: https://www.gnu.org/licenses/gpl-3.0.html
99

woocommerce-google-analytics-integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
66
* Author: WooCommerce
77
* Author URI: https://woocommerce.com
8-
* Version: 2.1.20
8+
* Version: 2.1.21
99
* WC requires at least: 10.4
1010
* WC tested up to: 10.5
1111
* Requires at least: 6.8
@@ -26,7 +26,7 @@
2626

2727
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
2828

29-
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.20' ); // WRCS: DEFINED_VERSION.
29+
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '2.1.21' ); // WRCS: DEFINED_VERSION.
3030
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_MIN_WC_VER', '10.4' );
3131

3232
// Maybe show the GA Pro notice on plugin activation.

0 commit comments

Comments
 (0)