diff --git a/plausible-analytics.php b/plausible-analytics.php index 56f9b85..83eccb5 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.2 + * Version: 2.1.3 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.2' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.3' ); 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 e270b54..b349b75 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.2 +Stable tag: 2.1.3 License: Massachusetts Institute of Technology (MIT) license License URI: https://opensource.org/licenses/MIT @@ -155,6 +155,11 @@ Please make sure you make a backup of your database before updating any version == Changelog == += 2.1.3 | August 23rd, 2024 = +* Fixed: WooCommerce integration would cause JS conflicts with certain Gravity Forms add-ons. +* Fixed: PHP warning - undefined array key "product_id". +* Fixed: numbers using thousands separators (999+) would receive the incorrect formatting in some locales. + = 2.1.2 | August 9th, 2024 = * Fixed: WooCommerce integration would cause JS conflicts with Raptive ads.