Skip to content

Commit a0a3bee

Browse files
committed
v2.4.0
1 parent ab9cb1f commit a0a3bee

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

plausible-analytics.php

Lines changed: 1 addition & 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.3
8+
* Version: 2.4.0
99
* Text Domain: plausible-analytics
1010
* Domain Path: /languages
1111
*/
@@ -17,7 +17,6 @@
1717
exit;
1818
}
1919

20-
// Define plugin version here for convenience.
2120
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.3.1' );
2221
define( 'PLAUSIBLE_ANALYTICS_PLUGIN_FILE', __FILE__ );
2322
define( 'PLAUSIBLE_ANALYTICS_PLUGIN_BASENAME', plugin_basename( PLAUSIBLE_ANALYTICS_PLUGIN_FILE ) );

readme.txt

Lines changed: 6 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.8
77
Requires PHP: 7.2
8-
Stable tag: 2.3.3
8+
Stable tag: 2.4.0
99
License: Massachusetts Institute of Technology (MIT) license
1010
License URI: https://opensource.org/licenses/MIT
1111

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

156156
== Changelog ==
157157

158+
= 2.4.0 | May 21st, 2025 =
159+
* Added: Cloaked Affiliate Link tracking feature.
160+
* Improved: Custom Events, Hash based routing and IE compatibility are now grouped under a new Advanced Options section.
161+
* Improved: Enhanced Measurements 404, File Downloads, Outbound Links, Form Completions and Search Queries are now enabled by default on new installs.
162+
158163
= 2.3.3 | May 5th, 2025 =
159164
* Added: W3 Total Cache compatibility.
160165
* Improved: WP Rocket compatibility (exclude our script from Delay JS setting)

0 commit comments

Comments
 (0)