Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
budzanowski committed Dec 9, 2021
1 parent 92ebff0 commit 7cda580
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.5.5 - 2021-xx-xx =
= 1.5.5 - 2021-12-09 =
* Tweak - WC 6.0 compatibility.
* Tweak - WP 5.9 compatibility.

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.5.4",
"version": "1.5.5",
"license": "GPL-2.0",
"homepage": "https://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.8
Stable tag: 1.5.4
Stable tag: 1.5.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.5.5 - 2021-xx-xx =
= 1.5.5 - 2021-12-09 =
* Tweak - WC 6.0 compatibility.
* Tweak - WP 5.9 compatibility.

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.5.4
* Version: 1.5.5
* WC requires at least: 3.2
* WC tested up to: 6.0
* Tested up to: 5.9
Expand All @@ -20,7 +20,7 @@

if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {

define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.4' ); // WRCS: DEFINED_VERSION.
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.5' ); // WRCS: DEFINED_VERSION.

// Maybe show the GA Pro notice on plugin activation.
register_activation_hook(
Expand Down

0 comments on commit 7cda580

Please sign in to comment.