Skip to content

Commit

Permalink
2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed May 22, 2024
1 parent c0fe0fe commit f687aac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plausible-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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 ) );
Expand Down
14 changes: 13 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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).

0 comments on commit f687aac

Please sign in to comment.