Skip to content

Commit 4bf56f1

Browse files
committed
v2.1.4
1 parent d75c72e commit 4bf56f1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.1.3
8+
* Version: 2.1.4
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.1.3' );
21+
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.4' );
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: 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.3
66
Tested up to: 6.6
77
Requires PHP: 7.0
8-
Stable tag: 2.1.3
8+
Stable tag: 2.1.4
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.1.4 | September 25th, 2024 =
159+
* Improved: when no token was entered, the API client would keep trying to verify the connection. This is now fixed.
160+
* Fixed: When "Authors and categoreis" was enabled, HTML would break if a taxonomy name contained a apostrophe.
161+
* Fixed: A typo in the 404 tracking script, caused it to malfunction.
162+
158163
= 2.1.3 | August 23rd, 2024 =
159164
* Fixed: WooCommerce integration would cause JS conflicts with certain Gravity Forms add-ons.
160165
* Fixed: PHP warning - undefined array key "product_id".

0 commit comments

Comments
 (0)