Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Jul 21, 2024
1 parent 0999af7 commit 2e826b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 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.9
* Version: 2.1.0
* 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.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 ) );
Expand Down
16 changes: 9 additions & 7 deletions 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.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

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

0 comments on commit 2e826b2

Please sign in to comment.