Skip to content

Commit 8b735c3

Browse files
committed
5.1.1
1 parent c479b06 commit 8b735c3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/code-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: 'PHPStan'
1818
run: composer phpstan
1919
- name: 'Coding Standards'
20-
run: composer fix-cs
20+
run: composer check-cs
2121
name: ${{ matrix.actions.name }}
2222
runs-on: ubuntu-latest
2323
steps:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release Notes for Sherlock
22

3+
## 5.1.1 - 2024-04-09
4+
5+
- Fixed a bug in which notification emails were not being sent on newly failed scans ([#46](https://github.com/putyourlightson/craft-sherlock/issues/46)).
6+
37
## 5.1.0 - 2024-05-27
48

59
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "putyourlightson/craft-sherlock",
33
"description": "Security scanner and monitor to keep your site and CMS secure.",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"type": "craft-plugin",
66
"homepage": "https://putyourlightson.com/plugins/sherlock",
77
"license": "proprietary",

0 commit comments

Comments
 (0)