Skip to content

Commit

Permalink
2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Aug 23, 2024
1 parent 888ebd3 commit 552d12f
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.2
* Version: 2.1.3
* 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.2' );
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.1.3' );
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.2
Stable tag: 2.1.3
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.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".
* Fixed: numbers using thousands separators (999+) would receive the incorrect formatting in some locales.

= 2.1.2 | August 9th, 2024 =
* Fixed: WooCommerce integration would cause JS conflicts with Raptive ads.

Expand Down

0 comments on commit 552d12f

Please sign in to comment.