Skip to content

Commit 2e826b2

Browse files
committed
2.1.0
1 parent 0999af7 commit 2e826b2

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

plausible-analytics.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Simple and privacy-friendly alternative to Google Analytics.
66
* Author: Plausible.io
77
* Author URI: https://plausible.io
8-
* Version: 2.0.9
8+
* Version: 2.1.0
99
* Text Domain: plausible-analytics
1010
* Domain Path: /languages
1111
*/
@@ -18,7 +18,7 @@
1818
}
1919

2020
// Define plugin version here for convenience.
21-
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.9' );
21+
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.0' );
2222
define( 'PLAUSIBLE_ANALYTICS_PLUGIN_FILE', __FILE__ );
2323
define( 'PLAUSIBLE_ANALYTICS_PLUGIN_BASENAME', plugin_basename( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) );
2424
define( 'PLAUSIBLE_ANALYTICS_PLUGIN_DIR', plugin_dir_path( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) );

readme.txt

+9-7
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: analytics, google analytics, web analytics, stats, privacy
55
Requires at least: 5.3
66
Tested up to: 6.6
77
Requires PHP: 7.0
8-
Stable tag: 2.0.9
8+
Stable tag: 2.1.0
99
License: Massachusetts Institute of Technology (MIT) license
1010
License URI: https://opensource.org/licenses/MIT
1111

@@ -85,12 +85,6 @@ For more information: [How to setup Plausible Analytics WordPress plugin](https:
8585

8686
== Installation ==
8787

88-
= Minimum Requirements =
89-
90-
* WordPress 4.8 or greater
91-
* PHP version 5.6 or greater
92-
* MySQL version 5.5 or greater
93-
9488
= Automatic installation =
9589

9690
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
161155

162156
== Changelog ==
163157

158+
= 2.1.0 | July 21st, 2024 =
159+
160+
* Tested with WP 6.6
161+
* 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.
162+
* Added: Enhanced measuring for Search Queries.
163+
* Added: Cloudflare Rocket Loader compatibility.
164+
* Fixed: the plugin would crash the admin screen on instances not running cURL or with allow_url_fopen disabled.
165+
164166
= v2.0.9 | May 22nd, 2024 =
165167

166168
* Improved: Added files required for Automated Testing.

0 commit comments

Comments
 (0)