Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Nov 7, 2022
1 parent 6e56191 commit d75399e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes for Activity Log

## 1.1.3 - 2022-11-07
### Fixed
- Fix error when saving setting [#3](https://github.com/matfish2/craft-activity-log/issues/3)

## 1.1.2 - 2022-10-10
### Added
- Added `requestFilter` setting [#2](https://github.com/matfish2/craft-activity-log/issues/2)
Expand Down
1 change: 0 additions & 1 deletion src/models/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function rules() : array
{
return [
[['recordSitePageRequests','recordSiteAjaxRequests','recordCpPageRequests','recordCpAjaxRequests','recordOnlyActions'], 'boolean'],
[['callback'],'function']
];
}
}

0 comments on commit d75399e

Please sign in to comment.