Skip to content

Latest commit

 

History

History
127 lines (95 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

127 lines (95 loc) · 3.04 KB

Release Notes for Activity Log

2.0.3 - 2024-08-37

Fixed

  • Fix IP column length #16

2.0.2 - 2024-07-30

Fixed

  • Fix Action status query #15

2.0.1 - 2024-07-26

Fixed

  • Fix Site Name #14

2.0.0 - 2024-04-13

  • Craft 5: Initial Release

1.7.0 - 2024-01-26

Fixed

  • Install Migration: Use dateTime()->notNull() instead of timestamp()

1.6.0 - 2023-09-13

Added

  • Add viewFilters setting

1.5.4 - 2023-09-09

Fixed

  • Incorrect reference to widgets table breaking prefixed table query

1.5.3 - 2023-08-26

Improved

  • Add interactive option to prune command

1.5.2 - 2023-07-08

Improved

  • Add a confirmation message to the prune command with number of days and date

1.5.1 - 2023-07-05

Added

  • Add Payload Search (optional field, enable in Settings page)

1.5.0 - 2023-06-18

Fixed

  • Do not load natively labeled actions on Actions page

Improved

  • Auto label unlabeled actions on Actions filter and Actions widget

1.4.2 - 2023-06-18

Fixed

  • Unicode for column url throws error when title is in Chinese #9

1.4.1 - 2023-05-18

Fixed

  • Defer recording until after craft is done initializing #3. Courtesy of @sjeng 🙏

1.4.0 - 2023-05-13

Changed

  • Move Actions page from settings to nav bar
  • Do not record any activity logs requests

1.3.4 - 2023-05-07

Fixed

  • Action widget: Get anonymous actions

1.3.3 - 2023-05-07

Fixed

  • Get CP trigger for Add Widget Redirect URL

1.3.2 - 2023-04-27

Added

  • Actions widget (Note: Only labeled actions are displayed)

Fixed

  • "Others" category on Requests per User and Actions widgets

1.3.1 - 2023-03-28

Added

  • Requests per user widget

1.3.0 - 2023-03-25

Added

  • Add statistics page

1.2.01 - 2023-03-17

Fixed

  • Readability: Replace html encoded slash in url with actual slash

1.2.0 - 2023-03-17

Added

  • Add advanced payload filtering

1.1.5 - 2023-03-17

Fixed

  • IP Query: Search for string contains rather than exact match

1.1.4 - 2023-03-16

Fixed

  • Do not record requests to plugin

1.1.3 - 2022-11-07

Fixed

  • Fix error when saving setting #3

1.1.2 - 2022-10-10

Added

  • Added requestFilter setting #2

1.1.1 - 2022-10-10

Fixed

  • Fix createdAt null #1

1.1.0 - 2022-09-17

Changed

  • Add All Actions to actions search box
  • Add Actions Page to settings

1.0.0 - 2022-07-03

Changed

  • Move actions list to database in preparation for Actions CRUD UI

1.0.0-beta.2 - 2022-06-22

Fixed

  • Fix issue with uninstall

1.0.0-beta.1 - 2022-06-22

  • Initial Release