Version 1.1.0-beta.1
August 28, 2025
If "Compatibility with outdated browsers" is enabled in your plugin settings and JQuery is already loaded on the frontend, you should set the autoImportJquery setting to false to prevent the plugin from loading jQuery again.
- Added a utility to import statistics from the Views Work plugin. (#1) - (docs)
- Added counter statistics to the entry and category index pages. (docs)
- Added
autoImportJquery
to the plugin config to prevent loading jQuery twice. (docs) - Added counter statistics to the entry and category GQL queries. (docs)
- Changed the top page widget to filter pages related to elements and return the element's title. (docs)
- Changed the top page statistics to filter pages related to elements and return element's title. (docs)
- Top page statistics now also return the url, elementId, elementType, and siteId. (docs)
- Fixed a bug where widgets are not loaded when the plugin settings are not configured.
- Fixed a bug where page URLs are not truncated when widgets are set to load after the page load.
- Minimally change the label of column in the page visits widget from value to Visits.
Version 1.0.0-beta.2
January 11, 2025
Version 1.0.0-beta.1
November 28, 2024
- Added Craft 4 compatibility.
Version 1.0.0-alpha.5
November 23, 2024
Please read this announcement before update.
- Counter widgets can now load from the cache.
- Counter widgets can now load after the page has loaded.
- The date ranges for the next visited pages widget are now limited to smaller ranges.
- Improved the performance of some queries by adding new index.
- Fixed a bug that may have caused concurrent visits to be logged incorrectly.
Version 1.0.0-alpha.4
October 27, 2024
- Fixed a bug where the visitor data on the maximum online users widget was calculated incorrectly.
Version 1.0.0-alpha.3
October 26, 2024
If you are upgrading from a prior version, you should set the plugin site settings again after the upgrade.
- Fixed a bug where site settings in project settings did not apply correctly to other environments.
- Fixed a SQL error on the next visited pages widget.
Version 1.0.0-alpha.2
October 25, 2024
- Fixed a bug on plugin installation where database is MySQL.
Version 1.0.0-alpha.1
October 25, 2024
- Initial Release