From 2e826b2eed90f50651040f605d1c03f150c2b09d Mon Sep 17 00:00:00 2001 From: Dan0sz <18595395+Dan0sz@users.noreply.github.com> Date: Sun, 21 Jul 2024 15:44:36 +0200 Subject: [PATCH] 2.1.0 --- plausible-analytics.php | 4 ++-- readme.txt | 16 +++++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/plausible-analytics.php b/plausible-analytics.php index c4048d24..020f4e22 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.9 + * Version: 2.1.0 * Text Domain: plausible-analytics * Domain Path: /languages */ @@ -18,7 +18,7 @@ } // Define plugin version here for convenience. -define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.9' ); +define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.0' ); 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 b384684a..d5bd00a5 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.0.9 +Stable tag: 2.1.0 License: Massachusetts Institute of Technology (MIT) license License URI: https://opensource.org/licenses/MIT @@ -85,12 +85,6 @@ For more information: [How to setup Plausible Analytics WordPress plugin](https: == Installation == -= Minimum Requirements = - -* WordPress 4.8 or greater -* PHP version 5.6 or greater -* MySQL version 5.5 or greater - = Automatic installation = Automatic installation is the easiest option as WordPress handles the file transfers itself and you don't need to leave your web browser. To do an automatic install of Plausible Analytics, log in to your WordPress dashboard, navigate to the Plugins menu and click "Add New". @@ -161,6 +155,14 @@ Please make sure you make a backup of your database before updating any version == Changelog == += 2.1.0 | July 21st, 2024 = + +* Tested with WP 6.6 +* Added: WooCommerce integration. This is automatically enabled when the enhanced measurement Ecommerce Revenue is enabled. For current users who wish to switch to the WooCommerce integration, please disable and enable the option to make sure the required goals and funnel are created. +* Added: Enhanced measuring for Search Queries. +* Added: Cloudflare Rocket Loader compatibility. +* Fixed: the plugin would crash the admin screen on instances not running cURL or with allow_url_fopen disabled. + = v2.0.9 | May 22nd, 2024 = * Improved: Added files required for Automated Testing.