Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed Feb 7, 2024
1 parent d0793f2 commit aae2605
Show file tree
Hide file tree
Showing 2 changed files with 3 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.0.4
* Version: 2.0.5
* Text Domain: plausible-analytics
* Domain Path: /languages
*/
Expand All @@ -18,7 +18,7 @@
}

// Define plugin version here for convenience.
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.3' );
define( 'PLAUSIBLE_ANALYTICS_VERSION', '2.0.5' );
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
2 changes: 1 addition & 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, privacy friend
Requires at least: 4.8
Tested up to: 6.4
Requires PHP: 5.6
Stable tag: 2.0.4
Stable tag: 2.0.5
License: Massachusetts Institute of Technology (MIT) license
License URI: https://opensource.org/licenses/MIT

Expand Down

0 comments on commit aae2605

Please sign in to comment.