From 0198e82599a3f1819c5631d262644d773b4d1573 Mon Sep 17 00:00:00 2001 From: Dan0sz <18595395+Dan0sz@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:44:35 +0200 Subject: [PATCH] 2.1.2 --- plausible-analytics.php | 4 ++-- readme.txt | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/plausible-analytics.php b/plausible-analytics.php index c465a31b..56f9b85b 100644 --- a/plausible-analytics.php +++ b/plausible-analytics.php @@ -5,7 +5,7 @@ * Description: Simple and privacy-friendly alternative to Google Analytics. * Author: Plausible.io * Author URI: https://plausible.io - * Version: 2.1.1 + * Version: 2.1.2 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.0' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.2' ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_FILE', __FILE__ ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_BASENAME', plugin_basename( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) ); define( 'PLAUSIBLE_ANALYTICS_PLUGIN_DIR', plugin_dir_path( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) ); diff --git a/readme.txt b/readme.txt index 3da8c57c..e270b543 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: analytics, google analytics, web analytics, stats, privacy Requires at least: 5.3 Tested up to: 6.6 Requires PHP: 7.0 -Stable tag: 2.1.1 +Stable tag: 2.1.2 License: Massachusetts Institute of Technology (MIT) license License URI: https://opensource.org/licenses/MIT @@ -155,9 +155,12 @@ Please make sure you make a backup of your database before updating any version == Changelog == += 2.1.2 | August 9th, 2024 = +* Fixed: WooCommerce integration would cause JS conflicts with Raptive ads. + = 2.1.1 | July 21st, 2024 = * Fixed some typo's. -* Fixed: WooCommerce integration would cause JS conflicts in some configurations. +* Fixed: WooCommerce integration would cause JS conflicts with CookieYes. = 2.1.0 | July 21st, 2024 =