Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Oct 12, 2020
1 parent 2952037 commit 8c6c6a1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** Changelog ***

= 1.4.24 - 2020-xx-xx =
= 1.4.24 - 2020-10-12 =
* Tweak - WC 4.5 compatibility.

= 1.4.23 - 2020-08-19 =
Expand Down
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.4.23",
"version": "1.4.24",
"license": "GPL-2.0",
"homepage": "http://wordpress.org/plugins/woocommerce-google-analytics-integration/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions 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: 5.5
Stable tag: 1.4.23
Stable tag: 1.4.24
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -68,7 +68,7 @@ Exact wording depends on the national data privacy laws and should be adjusted.

== Changelog ==

= 1.4.24 - 2020-xx-xx =
= 1.4.24 - 2020-10-12 =
* Tweak - WC 4.5 compatibility.

= 1.4.23 - 2020-08-19 =
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.23
* Version: 1.4.24
* WC requires at least: 2.1
* WC tested up to: 4.5
* Tested up to: 5.5
Expand All @@ -20,7 +20,7 @@

if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {

define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.23' ); // WRCS: DEFINED_VERSION.
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.4.24' ); // WRCS: DEFINED_VERSION.

/**
* WooCommerce Google Analytics Integration main class.
Expand Down

0 comments on commit 8c6c6a1

Please sign in to comment.