Skip to content

Releases: plausible/wordpress

v1.3.5-RC2

29 Aug 13:35
2beba56
Compare
Choose a tag to compare
v1.3.5-RC2 Pre-release
Pre-release

This release improves SiteGround Optimizer compatibility and adds WPML compatibility.

v1.3.5-RC1

28 Aug 13:39
Compare
Choose a tag to compare
v1.3.5-RC1 Pre-release
Pre-release

This release contains a few fixes and improvements considering SiteGround Optimizer compatibility.

v1.3.4

07 Aug 14:43
Compare
Choose a tag to compare
  • Improved: Administrator-role is added to the Show stats to user roles option as a permanently disabled checkbox for improved UI.
  • Fixed: XSS vulnerability which allowed the page_url parameter to be exploited by logged-in users at the lowest level.

v1.3.4-RC1

07 Aug 09:44
ae59fcc
Compare
Choose a tag to compare
v1.3.4-RC1 Pre-release
Pre-release
  • Improved: Administrator-role is added to the Show stats to user roles option as a permanently disabled checkbox for improved UI.
  • Fixed: XSS vulnerability which allowed the page_url parameter to be exploited by logged-in users at the lowest level.

v1.3.3

28 Jul 09:38
Compare
Choose a tag to compare
  • Fixed: 404 error pages wouldn't be tracked.

v1.3.2

25 Jul 11:30
Compare
Choose a tag to compare
  • Dev: plausible_analytics_after_register_assets action, which allows you to add your own JS after the inline JS.
  • Dev: appending ?plausible_proxy=1 to any URL will enable the proxy to allow for easy testing, before enabling it for all your visitors.
  • Improved: use the lightweight wp_get_upload_dir() as opposed to the wp_upload_dir() for a minor performance improvement. (Thanks @soderlind!)
  • Fixed: always add defer attribute, even when proxy is enabled.
  • Fixed: UTM tags were properly passed to Plausible when Proxy was enabled.
  • Improved: don't allow self-hosted domain to be set, when proxy is enabled, and vice versa.
  • Fixed: shared link would break if WordPress is installed in a subdirectory or multisite configuration (Thanks @soderlind!)
  • Fixed: Show stats dashboard to additional user roles option didn't work properly.
  • Improved: generated JS files are now properly cleaned up when Proxy is disabled.
  • Several code improvements.

v1.3.1

23 May 19:03
Compare
Choose a tag to compare
  • Added: 404 error pages option to Enhanced Measurements
  • Added: Autoptimize compatibility
  • Fixed: remove defer attribute from script when Proxy is enabled.
    • Fixes 404 tracking error when Proxy is enabled.

v1.3.0

22 May 13:58
Compare
Choose a tag to compare

This prerelease adds the Proxy feature, among a few other small things:

  • 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!)

v1.2.6

05 Apr 11:20
0cdaadd
Compare
Choose a tag to compare
  • Added a migration script to remove "example.com" from the wp_options table. This was the default value for the self_hosted_domain option prior to v1.2.5.

v1.2.5

05 Apr 07:44
5d523ce
Compare
Choose a tag to compare

= 1.2.5 =

  • 40-45% reduction in JS code
  • Improved: specify which user roles to track #11
  • Added: specify which user roles can access the analytics dashboard #35
  • Don't allow people to enable stats dashboard without pasting their shared link #34
  • Added: compatibility for WP Rocket
  • Removed: Custom Domains options
  • Added: Enhanced Measurements, i.e. Outbound Links, File Downloads, Custom Events, Hash-based Routing and IE compatibility.
  • Several code optimizations.