User Activity
Version 1.3.12
October 17, 2023
Fixed
- Fixed issue saving Neo fields #20
- Fixed issue saving Matrix and Super Table fields
Version 1.3.11
September 15, 2023
Fixed
- Fixed issue saving eager loaded elements #18
Version 1.3.10
September 1, 2023
Fixed
- Fixed issue saving Neo fields #17
Version 1.3.9
April 13, 2023
Fixed
- Fixed issue printing logs that aren't strings #15
Version 1.3.8
April 5, 2023
Fixed
- Fixed issue assigning groups to users #14
Version 1.3.7
February 17, 2023
Fixed
- Fixed wrong url in multi sites for "View all" in user latest activity block
Version 1.3.6
February 14, 2023
Fixed
- Fixed issue exporting text logs for deleted users #12
Version 1.3.5
February 12, 2023
Fixed
- Fixed issue where url for the user exporting would show
myaccount
- Fixed issue with long text within nested fields (Matrix, SuperTable, Neo) #12
- Fixed issue where long text would be turned into an ajax url in exports
- Activity now sets a context before rendering activity templates
Version 1.3.4
February 6, 2023
Added
- Logs now saves the IP of the request. Added a setting to display the IP on the dashboard (false by default)
Version 1.3.3
January 24, 2023
Fixed
- Ignore UI elements in Neo fields #11
Version 1.3.2
January 14, 2023
Added
- Setting to show user full names instead of friendly names
Fixed
- "System" name not showing in users filter dropdown
Version 1.3.1
December 17, 2022
Version 1.3.0
December 15, 2022
Added
- Ability to export logs through the CP and console command #7
- Text and Pdf exporters
Version 1.2.6
December 9, 2022
Fixed
- Fixed issue saving user group #8
Version 1.2.5
November 24, 2022
Fixed
- Fixed issues with user permission changes not calculated properly #4
Version 1.2.4
November 23, 2022
Fixed
- Fixed issues with user permission changes not calculated properly #4
Version 1.2.3
November 17, 2022
Fixed
- Fixed issue with TableDefaultValues handler #1
Version 1.2.2
November 16, 2022
Changed
- Updated documentation urls
Version 1.2.1
November 7, 2022
Fixed
- Fixed issue with Options handler #1
Version 1.2.0
November 4, 2022
Changed
- Signature for
ConfigModelRecorder::getTrackedFieldNames(): array
is nowgetTrackedFieldNames(array $config): array
so we can track different fields based on the config being saved - Signature for
ConfigModelRecorder::getTrackedFieldTypings(): array
is nowgetTrackedFieldTypings(array $config): array
so we can have different typings based on the config being saved - Renamed
ProjectConfigRecorder::onChanged()
toProjectConfigRecorder::onConfigChanged()
Added
- Individual fields config for all Craft native fields is now tracked
- Individual fields config for Redactor, Super table, SEO and Typed Link
- Added event
Ryssbowh\Activity\services\Fields::EVENT_REGISTER_TRACKED_FIELDS
- Added event
Ryssbowh\Activity\services\Fields::EVENT_REGISTER_FIELD_TYPINGS
- Added event
Ryssbowh\Activity\services\Fields::EVENT_REGISTER_FIELD_LABELS
- Added event
Ryssbowh\Activity\base\fieldHandlers\FieldHandler::EVENT_REGISTER_TARGETS
- Matrix blocks definitions is now tracked through 3 new log types
- Super table blocks definitions is now tracked through 3 new log types
Fixed
- Dashboard toolbar centering
- Issue with Twig field plugin #4
Version 1.1.2
October 27, 2022
Fixed
- Issue with php 7.4 typing #2
Version 1.1.1
October 27, 2022
Fixed
- Issue with php 7.4 typing #2
Version 1.0.2
October 21, 2022
Added
- Logged in and logged out logs
Version 1.0.1
October 16, 2022
Fixed
- Fixed issue in permissions handler
Version 1.0.0
October 16, 2022
Changed
- Reinstated field typings
Fixed
- User group permissions logs
Added
- User permissions log
Version 0.1.2
October 12, 2022
Fixed
- Fixed matrix field description
Version 0.1.1
October 11, 2022
Fixed
- Fixed changelog
Version 0.1.0
October 11, 2022
Added
- First version