Releases: plausible/wordpress
Releases · plausible/wordpress
v1.3.5-RC2
This release improves SiteGround Optimizer compatibility and adds WPML compatibility.
v1.3.5-RC1
This release contains a few fixes and improvements considering SiteGround Optimizer compatibility.
v1.3.4
v1.3.4-RC1
- 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
v1.3.2
- 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 thewp_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
v1.3.0
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
v1.2.5
= 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.