Skip to content

Commit 005e849

Browse files
committed
2.3.1
1 parent 2283ede commit 005e849

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

plausible-analytics.php

Lines changed: 2 additions & 2 deletions
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.3.0
8+
* Version: 2.3.1
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.3.0' );
21+
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.3.1' );
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

Lines changed: 9 additions & 1 deletion
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.9
66
Tested up to: 6.7
77
Requires PHP: 7.2
8-
Stable tag: 2.3.0
8+
Stable tag: 2.3.1
99
License: Massachusetts Institute of Technology (MIT) license
1010
License URI: https://opensource.org/licenses/MIT
1111

@@ -155,6 +155,14 @@ Please make sure you make a backup of your database before updating any version
155155

156156
== Changelog ==
157157

158+
= 2.3.1 | March 20th, 2025 =
159+
* Fixed: cronjob which updated JS library when Proxy enabled, didn't register properly.
160+
* Added: support for add to cart tracking through direct links, e.g. yourdomain.com?add-to-cart=1
161+
* Improved: added Gravity Forms compatibility to Form Completions enhanced measurement.
162+
* Improved: only rewrite JS script's ID attribute if IE compatibility is enabled.
163+
* Added: auto-enable customer user role tracking if EDD/WC is installed and Revenue tracking is enabled.
164+
* Added: features not available in plan are now disabled accordingly.
165+
158166
= 2.3.0 | March 5th, 2025 =
159167
* Improved: Domain Name is now validated before it's stored in the database.
160168
* Added: Easy Digital Downloads integration, which will automatically be enabled when Ecommerce Revenue is enabled.

0 commit comments

Comments
 (0)