Skip to content

Commit

Permalink
v2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Oct 11, 2024
1 parent d75c72e commit 4bf56f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 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.1.3
* Version: 2.1.4
* Text Domain: plausible-analytics
* Domain Path: /languages
*/
Expand All @@ -18,7 +18,7 @@
}

// Define plugin version here for convenience.
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.3' );
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.4' );
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
7 changes: 6 additions & 1 deletion 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.1.3
Stable tag: 2.1.4
License: Massachusetts Institute of Technology (MIT) license
License URI: https://opensource.org/licenses/MIT

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

== Changelog ==

= 2.1.4 | September 25th, 2024 =
* Improved: when no token was entered, the API client would keep trying to verify the connection. This is now fixed.
* Fixed: When "Authors and categoreis" was enabled, HTML would break if a taxonomy name contained a apostrophe.
* Fixed: A typo in the 404 tracking script, caused it to malfunction.

= 2.1.3 | August 23rd, 2024 =
* Fixed: WooCommerce integration would cause JS conflicts with certain Gravity Forms add-ons.
* Fixed: PHP warning - undefined array key "product_id".
Expand Down

0 comments on commit 4bf56f1

Please sign in to comment.