Skip to content

Releases: pluginkollektiv/statify

Version 1.8.4

05 Nov 11:32
1.8.4
7b5d8ad
Compare
Choose a tag to compare

This is a maintenance release targeting WordPress 6.1 and PHP 8.1 compatibility. It is recommended for all users.

Changes

  • Use same date retrieval for tracking and analysis (#227) (#232)
  • Replace input filtering for PHP 8.1 compatibility (#237)
  • Minor markup corrections in dashboard widget (#235)
  • Tested up to WordPress 6.1

Complete git log: 1.8.3...1.8.4

Version 1.8.3

17 Jul 08:18
1.8.3
24f85c1
Compare
Choose a tag to compare

This is a bugfix with corrections for the dashboard widget and PHP 8 issues on multisite. It is recommended for all users.

Changes

  • Update documentation links (#204)
  • Minor markup fix on settings page (#206)
  • Dashboard widget is closeable again (#208) (#209)
  • Fix static initialization on multisite with PHP 8 (#210, props @walterebert)
  • Tested up to WordPress 5.8

Complete git log: 1.8.2...1.8.3

Version 1.8.2

13 Mar 20:49
594d923
Compare
Choose a tag to compare
  • Minor adjustments for the dashboard widget (#197) (#199)
  • Tested up to WordPress 5.7

https://github.com/pluginkollektiv/statify/compare/1.8.1%E2%80%A61.8.2

Version 1.8.1

12 Dec 12:01
2ca4f51
Compare
Choose a tag to compare
  • Fix AMP compatibility for Standard and Transitional mode (#181) (#182)
  • JavaScript is no longer embedded if request is served by AMP (#181) (#182)
  • Always register the action for the cleanup (#184)
  • Exclude sitemap calls (WP 5.5+) from tracking (#185) (#186)
  • Tested up to WordPress 5.6

Version 1.8.0

08 Aug 07:12
b5c7648
Compare
Choose a tag to compare
  • Fix date offset in dashboard widget in WP 5.3+ environments with mixed timezones (#167)
  • Allow to deactivate the nonce check during JavaScript tracking (#168)
  • Add support for "disallowed_keys" option instead of "blacklist_keys" in WordPress 5.5 (#174)
  • Add refresh button in the dashboard, increase caching time (#157)

Version 1.7.2

17 Jun 19:08
db6a123
Compare
Choose a tag to compare
  • Prevent JavaScript tracking from raising 400 for logged-in users, if tracking is disabled (#159)
  • Use wp_die() instead of header and exit for AJAX requests (#160)
  • Fix 1 day offset between display range and number of days evaluated in top lists (#162)

Version 1.7.1

18 May 20:10
b61aff6
Compare
Choose a tag to compare
  • Fix refresh of the dashboard widget when settings have been changed through the settings page (#147)
  • Fix Cachify cache not being flushed after changing JavaScript settings (#152)
  • Fix date inconsistency for number of total visits (#150)
  • Extend user agent filter for bot detection (#149) (#151)
  • Update tooltip library (containing a bugfix in IE 11) (#156)

Version 1.7.0

11 May 09:42
Compare
Choose a tag to compare
  • Fix JavaScript embedding when bots visit before caching (#84) (#86)
  • Fix offset in visitor reporting due to different timezones between PHP and database (#117, props @sophiehuiberts)
  • Fix untranslatable support link (#122) (#126, props @arkonisus)
  • Add separate settings page and reduced widget backview to widget settings only (#111)
  • Add options to track logged in users (#103) (#111)
  • Add option to show total visits (#134, props @yurihs)
  • Refactored JavaScript tracking to use WP AJAX (#109) (#142)
  • Introduced new option to separate display from storage range (#72)
  • Automatically add AMP analytics trigger if official AMP PlugIn is installed (#110) (#116, props @tthemann)
  • Dashboard widget is now scrollable with dynamic point radius to keep long-term statistics readable (#71) (#101, props @manumeter)
  • Improved bot detection (#112) (#125, props @mahype)
  • Updated Chartist JS library for dashboard widget (#132)
  • Skip tracking for favicon.ico redirects (since WP 5.4) (#144)
  • Tested up to WordPress 5.4

Version 1.6.3

31 May 10:53
2c2f10c
Compare
Choose a tag to compare
  • Fix compatibility issue with some PHP implementations not populating INPUT_SERVER
  • Fix failing blacklist check for empty referrers
  • JS snippet call properly breaks page generation when tracking is skipped

Big ❤️ for the work on this release @stklcode

Version 1.6.2

23 May 19:52
Compare
Choose a tag to compare

Statify 1.6.2 fixes two issues introduced with Statify 1.6.1

  • Fix compatibility issues with JavaScript optimization plugins (#91)
  • Fix tracking issue if JavaScript tracking is disabled (#90)