Version 1.1.0
September 11, 2025
widgetTitleTruncateLength
andremoveDomainFromResult
can now be configured via the plugin settings.- Removed the advanced setting “Prevent HTTP requests for the counter” from the plugin settings; it can now be configured via
disableCountController
in the config file. (docs)
Version 1.1.0-beta.3
September 10, 2025
- Added a
widgetTitleTruncateLength
setting to customize how long page titles are truncated in widgets. (docs) - Changed page title truncation to only apply to widgets.
- Fixed a bug that caused widget URLs to be altered (HTML-escaped) unnecessarily.
Version 1.1.0-beta.2
September 5, 2025
- Added a
removeDomainFromResult
setting to remove the domain name from URLs in the statistics results. - Changed the 'Trending pages', 'Declining pages' and 'Not visited pages' widgets to filter pages related to elements and return the element's title. (docs)
- Changed the 'trendingPages' statistics to filter pages related to elements and return element's title. (docs)
- Changed the 'trendingPages' statistics to return the url, elementId, elementType, and siteId. (docs)
- Changed the 'Ignore new pages' label in the Trending page widget to 'Exclude pages without previous visits' for better clarity.
- Fixed a bug where the 'Remove the URL fragment' setting only worked if either 'Remove all query parameters' or 'Remove the URL fragment' was enabled.
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