Version Description
- 2022-09-02 =
- Dev - Add branch-labels GH workflow.
- Dev - GH release config and the new PR template.
- Tweak - WC 6.9 compatibility.
Download this release
Release Info
Developer | automattic |
Plugin | WooCommerce Google Analytics Integration |
Version | 1.5.14 |
Comparing to | |
See all releases |
Code changes from version 1.5.13 to 1.5.14
- changelog.txt +5 -0
- readme.txt +6 -1
- woocommerce-google-analytics-integration.php +3 -3
changelog.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
*** Changelog ***
|
2 |
|
|
|
|
|
|
|
|
|
|
|
3 |
= 1.5.13 - 2022-08-03 =
|
4 |
* Fix - Custom Order table compatibility.
|
5 |
|
1 |
*** Changelog ***
|
2 |
|
3 |
+
= 1.5.14 - 2022-09-02 =
|
4 |
+
* Dev - Add branch-labels GH workflow.
|
5 |
+
* Dev - GH release config and the new PR template.
|
6 |
+
* Tweak - WC 6.9 compatibility.
|
7 |
+
|
8 |
= 1.5.13 - 2022-08-03 =
|
9 |
* Fix - Custom Order table compatibility.
|
10 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: woocommerce, automattic, claudiosanches, bor0, royho, laurendaviss
|
|
3 |
Tags: woocommerce, google analytics
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.9
|
6 |
-
Stable tag: 1.5.
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -60,6 +60,11 @@ Exact wording depends on the national data privacy laws and should be adjusted.
|
|
60 |
|
61 |
== Changelog ==
|
62 |
|
|
|
|
|
|
|
|
|
|
|
63 |
= 1.5.13 - 2022-08-03 =
|
64 |
* Fix - Custom Order table compatibility.
|
65 |
|
3 |
Tags: woocommerce, google analytics
|
4 |
Requires at least: 3.9
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 1.5.14
|
7 |
License: GPLv3
|
8 |
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
60 |
|
61 |
== Changelog ==
|
62 |
|
63 |
+
= 1.5.14 - 2022-09-02 =
|
64 |
+
* Dev - Add branch-labels GH workflow.
|
65 |
+
* Dev - GH release config and the new PR template.
|
66 |
+
* Tweak - WC 6.9 compatibility.
|
67 |
+
|
68 |
= 1.5.13 - 2022-08-03 =
|
69 |
* Fix - Custom Order table compatibility.
|
70 |
|
woocommerce-google-analytics-integration.php
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
|
6 |
* Author: WooCommerce
|
7 |
* Author URI: https://woocommerce.com
|
8 |
-
* Version: 1.5.
|
9 |
* WC requires at least: 3.2
|
10 |
-
* WC tested up to: 6.
|
11 |
* Tested up to: 6.0
|
12 |
* License: GPLv2 or later
|
13 |
* Text Domain: woocommerce-google-analytics-integration
|
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
20 |
|
21 |
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
|
22 |
|
23 |
-
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.
|
24 |
|
25 |
// Maybe show the GA Pro notice on plugin activation.
|
26 |
register_activation_hook(
|
5 |
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
|
6 |
* Author: WooCommerce
|
7 |
* Author URI: https://woocommerce.com
|
8 |
+
* Version: 1.5.14
|
9 |
* WC requires at least: 3.2
|
10 |
+
* WC tested up to: 6.9
|
11 |
* Tested up to: 6.0
|
12 |
* License: GPLv2 or later
|
13 |
* Text Domain: woocommerce-google-analytics-integration
|
20 |
|
21 |
if ( ! class_exists( 'WC_Google_Analytics_Integration' ) ) {
|
22 |
|
23 |
+
define( 'WC_GOOGLE_ANALYTICS_INTEGRATION_VERSION', '1.5.14' ); // WRCS: DEFINED_VERSION.
|
24 |
|
25 |
// Maybe show the GA Pro notice on plugin activation.
|
26 |
register_activation_hook(
|