Changelog

1.3.11 - 2023-09-15

Fixed

  • Fixed issue saving eager loaded elements #18

1.3.10 - 2023-09-01

Fixed

  • Fixed issue saving Neo fields #17

1.3.9 - 2023-04-13

Fixed

  • Fixed issue printing logs that aren't strings #15

1.3.8 - 2023-04-05

Fixed

  • Fixed issue assigning groups to users #14

1.3.7 - 2023-02-17

Fixed

  • Fixed wrong url in multi sites for "View all" in user latest activity block

1.3.6 - 2023-02-14

Fixed

  • Fixed issue exporting text logs for deleted users #12

1.3.5 - 2023-02-12

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

1.3.4 - 2023-02-06

Added

  • Logs now saves the IP of the request. Added a setting to display the IP on the dashboard (false by default)

1.3.3 - 2023-01-24

Fixed

  • Ignore UI elements in Neo fields #11

1.3.2 - 2023-01-14

Added

  • Setting to show user full names instead of friendly names

Fixed

  • "System" name not showing in users filter dropdown

1.3.1 - 2022-12-17

Added

Changed

  • Field instructions in layouts are now tracked

1.3.0 - 2022-12-15

Added

  • Ability to export logs through the CP and console command #7
  • Text and Pdf exporters

1.2.6 - 2022-12-09

Fixed

  • Fixed issue saving user group #8

1.2.5 - 2022-11-24

Fixed

  • Fixed issues with user permission changes not calculated properly #4

1.2.4 - 2022-11-23

Fixed

  • Fixed issues with user permission changes not calculated properly #4

1.2.3 - 2022-11-17

Fixed

  • Fixed issue with TableDefaultValues handler #1

1.2.2 - 2022-11-16

Changed

  • Updated documentation urls

1.2.1 - 2022-11-07

Fixed

  • Fixed issue with Options handler #1

1.2.0 - 2022-11-04

Changed

  • Signature for ConfigModelRecorder::getTrackedFieldNames(): array is now getTrackedFieldNames(array $config): array so we can track different fields based on the config being saved
  • Signature for ConfigModelRecorder::getTrackedFieldTypings(): array is now getTrackedFieldTypings(array $config): array so we can have different typings based on the config being saved
  • Renamed ProjectConfigRecorder::onChanged() to ProjectConfigRecorder::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

1.1.2 - 2022-10-27

Fixed

  • Issue with php 7.4 typing #2

1.1.1 - 2022-10-27

Fixed

  • Issue with php 7.4 typing #2

1.1.0 - 2022-10-26

Changed

  • Changed field handler Redactor to LongText

Added

Fixed

  • Fixed redactor changed field throwing error when used inside a Matrix field. #1

1.0.2 - 2022-10-21

Added

  • Logged in and logged out logs

1.0.1 - 2022-10-16

Fixed

  • Fixed issue in permissions handler

1.0.0 - 2022-10-16

Changed

  • Reinstated field typings

Fixed

  • User group permissions logs

Added

  • User permissions log

0.1.2 - 2022-10-12

Fixed

  • Fixed matrix field description

0.1.1 - 2022-10-11

Fixed

  • Fixed changelog

0.1.0 - 2022-10-11

Added

  • First version
You must enable javascript to view this website