diff --git a/plausible-analytics.php b/plausible-analytics.php index 83eccb51..db3553b3 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.3 + * Version: 2.1.4 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.3' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.4' ); 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 b349b75e..462ac8a0 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.3 +Stable tag: 2.1.4 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.4 | September 25th, 2024 = +* Improved: when no token was entered, the API client would keep trying to verify the connection. This is now fixed. +* Fixed: When "Authors and categoreis" was enabled, HTML would break if a taxonomy name contained a apostrophe. +* Fixed: A typo in the 404 tracking script, caused it to malfunction. + = 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".