Skip to content

Commit 8e686f0

Browse files
committed
2.3.0
1 parent 26a7404 commit 8e686f0

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

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.2.0
8+
* Version: 2.3.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.2.0' );
21+
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.3.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

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

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

156156
== Changelog ==
157157

158+
= 2.3.0 | March 5th, 2025 =
159+
* Improved: Domain Name is now validated before it's stored in the database.
160+
* Added: Easy Digital Downloads integration, which will automatically be enabled when Ecommerce Revenue is enabled.
161+
* Fixed: WooCommerce integration didn't work properly in multisite environments and environments with non-default permalink structures.
162+
* Fixed: Domain Name's with more than 1 subdirectory couldn't create tokens, because it would result in a 404 in the opened window.
163+
158164
= 2.2.0 | February 5th, 2025 =
159165
Fixed: N/A in CE edition message wasn't shown properly when certain options were toggled.
160166
Fixed: Create Plugin Token message was removed when View Stats was disabled.

0 commit comments

Comments
 (0)