Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan0sz committed May 22, 2023
1 parent b212d79 commit b7042df
Show file tree
Hide file tree
Showing 2 changed files with 16 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: PlausibleHQ
* Author URI: https://plausible.io
* Version: 1.2.6
* Version: 1.3.0
* Text Domain: plausible-analytics
* Domain Path: /languages
*
Expand Down Expand Up @@ -34,7 +34,7 @@
}

// Define plugin version here for convenience.
define( 'PLAUSIBLE_ANALYTICS_VERSION', '1.2.6' );
define( 'PLAUSIBLE_ANALYTICS_VERSION', '1.3.0' );

require_once __DIR__ . '/config/constants.php';

Expand Down
15 changes: 14 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, privacy friend
Requires at least: 4.8
Tested up to: 6.2
Requires PHP: 5.6
Stable tag: 1.2.6
Stable tag: 1.3.0
License: Massachusetts Institute of Technology (MIT) license
License URI: https://opensource.org/licenses/MIT

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

== Changelog ==

= 1.3.0 =
- Added: Bypass Ad Blockers option.
- Added: The `PLAUSIBLE_SELF_HOSTED_DOMAIN` constant can be used to define the Self-hosted URL (this is convenient for Multisites)
- Added: uninstall script.
- Improved: All user roles (including custom ones) are now shown in the *Track analytics for user roles* and *Show the stats dashboard to specific user roles* options.
- UX: when hovering over button, a pointer is now shown
- Added: SG Optimizer compatibility
- Added: WP Optimize compatibility
- Added: LS Cache compatibility
- Improved: only load CSS stylesheet on Plausible's configuration screen
- Improved: Labels for checkboxes are now clickable. (Thanks, @joshwgd!)


= 1.2.6 =
- Added migration script to remove "example.com" default from DB for Self Hosted Domain option.

Expand Down

0 comments on commit b7042df

Please sign in to comment.