Views Work
Version 2.2.0
March 11, 2024
Modified
- Add Craft 5 compatibility and Craft 4 backward compatibility
Version 2.1.3
November 21, 2023
Fixed
- #107 OrderByPopular with total did not always return the correct order.
Version 2.1.1
October 22, 2023
Fixed
- Improve postgresql compatibility (MR#83), thank you @ccchapman
- Updated node libs required for building assets
Version 2.0.2.0
March 25, 2023
Fixed
- Fix Craft ErrorException when no signature is present (MR#94)
Version 2.0.1.0
September 26, 2022
Fixed
- Craft 4 compatibility fix with many thanks to Wiejeben in https://github.com/24hoursmedia-craftcms/views-work/pull/91
Version 1.3.0.7
February 18, 2021
Changed
- Minor changes and improvements
Version 1.3.0.6
February 18, 2021
Changed
- Minor changes and improvements
Version 1.3.0.5
February 18, 2021
Changed
- Minor changes and improvements
Version 1.3.0.4
February 18, 2021
Changed
- Improved the dashboard for safari browsers
Version 1.3.0.2
February 18, 2021
Changed
- Block registrations by cookies on a per-url basis
- Mention reset urls in Views Work dashboard
Version 1.3.0.1
February 18, 2021
Added
- A new widget that shows content that is being currently viewed
- Exclude your own pageview registrations with a cookie
- Block bots from registrations
- Sort entries directly in the control panel by popularity with the sort drop down
- A dedicated Views Work dashboard with help to get you quickly get started
- Reset view counters daily with a free service like cronify.com instead of cron jobs
- Simplified twig programming api to retrieve popular content
- Programmatically increase view counters
Version 1.2.6
February 10, 2021
Added
- Optionally allow GET requests to the reset url to allow easycron free service plan
Version 1.2.5
February 10, 2021
Fixed
- Now uses action urls for reset instead of a named site route
Version 1.2.4
February 10, 2021
Fixed
- Fixed an error where the CP became unreachable when admin changes are prohibited
Version 1.2.3
February 10, 2021
Added
- Daily/weekly/monthly view counters can be reset with a special url if you do not have access to cron jobs.
Modified
- Secret keys are now generated at plugin install (instead of after saving settings).
Version 1.1.12
October 27, 2020
Fixes
- compatible with composer v2
Version 1.1.8
April 5, 2020
Modified
- Modified logo
Version 1.1.7
February 26, 2020
Modified
- secret signing keys are now automatically generated in settings if the field is left empty
Version 1.0.5
February 26, 2020
Fixed
- fixes db installation issue
Version 1.0.1
February 26, 2020
Fixed
- adds extra db field for tracking weekly views
Version 1.0.0
February 26, 2020
Added
- Initial release