diff --git a/changelog.txt b/changelog.txt index 058b9139..c0414ba0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 = diff --git a/readme.txt b/readme.txt index 0a7af6d0..d34a670a 100755 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. @@ -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) diff --git a/woocommerce-google-analytics-integration.php b/woocommerce-google-analytics-integration.php index 9c26f1ee..2dd20ecb 100755 --- a/woocommerce-google-analytics-integration.php +++ b/woocommerce-google-analytics-integration.php @@ -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/ @@ -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.