From f687aace2351fc3b849304741184b17ba4e4c7af Mon Sep 17 00:00:00 2001 From: Dan0sz <18595395+Dan0sz@users.noreply.github.com> Date: Wed, 22 May 2024 14:16:05 +0200 Subject: [PATCH] 2.0.9 --- plausible-analytics.php | 4 ++-- readme.txt | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/plausible-analytics.php b/plausible-analytics.php index e5e2f88..c4048d2 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.0.8 + * Version: 2.0.9 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.8' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.9' ); 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 514cb4b..4383fba 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.4 Requires PHP: 7.0 -Stable tag: 2.0.8 +Stable tag: 2.0.9 License: Massachusetts Institute of Technology (MIT) license License URI: https://opensource.org/licenses/MIT @@ -157,4 +157,16 @@ Please make sure you make a backup of your database before updating any version == Changelog == += v2.0.9 | May 22nd, 2024 = + +* Improved: Added files required for Automated Testing. +* Improved: Updated API client. +* Improved: Auto provisioning is now enabled for Plausible Community Edition (self-hosting) as well. This means a plugin token is now required when Plausible CE is used. + * *Important!* Plausible CE v2.1.0-rc.0 or higher is required to access the plugin token feature. +* Improved: The Settings page no longer reloads when certain features are enabled. +* Improved: The Authors and Categories feature now supports custom post types. +* Fixed: Enhanced Measurements couldn't be enabled when Plausible CE was used. +* Fixed: Plausible CE users would be stuck on the onboarding wizard after updating to v2.0.8. +* Overall code improvements and bug fixes. + For the full changelog, check out [our Github repository](https://github.com/plausible/wordpress/releases).