Skip to content

Commit

Permalink
Version bump and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
bor0 committed May 4, 2020
1 parent 0ab0501 commit 10bef64
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.21 - 2020-xx-xx =
= 1.4.21 - 2020-05-04 =
* Tweak - WC 4.1 compatibility.

= 1.4.20 - 2020-03-29 =
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.20",
"version": "1.4.21",
"license": "GPL-2.0",
"homepage": "http://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, 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

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.20
* Version: 1.4.21
* WC requires at least: 2.1
* WC tested up to: 4.1
* Tested up to: 5.4
Expand All @@ -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.
Expand Down

0 comments on commit 10bef64

Please sign in to comment.