Skip to content

Commit

Permalink
Bump WC version tested to 3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
c-shultz committed Nov 4, 2019
1 parent 78f477a commit 8fbd144
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 18 deletions.
5 changes: 4 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
*** Changelog ***

= 1.4.14 - 2019-xx-xx =
= 1.4.15 - 2019-11-04 =
* Tweak - WC 3.8 compatibility.

= 1.4.14 - 2019-09-04 =
* Fix - Google Analytics JS URL missing quotes.

= 1.4.13 - 2019-09-03 =
Expand Down
19 changes: 5 additions & 14 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: woocommerce, claudiosanches, bor0, royho, laurendavissmith001, c-shultz
Tags: woocommerce, google analytics
Requires at least: 3.8
Tested up to: 5.2
Stable tag: 1.4.14
Tested up to: 5.3
Stable tag: 1.4.15
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.4.15 - 2019-11-04 =
* Tweak - WC 3.8 compatibility.

= 1.4.14 - 2019-09-04 =
* Fix - Google Analytics JS URL missing quotes.

Expand Down Expand Up @@ -100,18 +103,6 @@ Exact wording depends on the national data privacy laws and should be adjusted.
* Tweak - Mention Google Analytics Pro in certain cases.
* Tweak - WC 3.5 compatibility.

= 1.4.4 - 20/03/2018 =
* Fix - WC30 compatibility error when using deprecated get_product_from_item method.
* Fix - Check object before using methods to prevent errors.
* Fix - Variations not reporting category in cart tracking.
* Add - Filter woocommerce_ga_disable_tracking added to disable tracking.
* Tweak - Rebuilt languages pot file.

= 1.4.3 - 15/06/2017 =
* Fix - WC 3.x notice by using proper variation data.
* Add - Option to track 404 (Not found) errors.


== Upgrade Notice ==
= 1.4.0 =
Adds support for enhanced eCommerce (tracking full store process from view to order)
6 changes: 3 additions & 3 deletions woocommerce-google-analytics-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* Description: Allows Google Analytics tracking code to be inserted into WooCommerce store pages.
* Author: WooCommerce
* Author URI: https://woocommerce.com
* Version: 1.4.14
* Version: 1.4.15
* WC requires at least: 2.1
* WC tested up to: 3.7
* WC tested up to: 3.8
* License: GPLv2 or later
* Text Domain: woocommerce-google-analytics-integration
* Domain Path: languages/
Expand All @@ -29,7 +29,7 @@ class WC_Google_Analytics_Integration {
*
* @var string
*/
const VERSION = '1.4.14';
const VERSION = '1.4.15';

/**
* Instance of this class.
Expand Down

0 comments on commit 8fbd144

Please sign in to comment.