Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Apr 8, 2024
1 parent 5d48e89 commit 7efd8a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/codeception.yml export-ignore
/phpstan.neon export-ignore
/tests/ export-ignore

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- develop
- v5
workflow_dispatch:
permissions:
contents: read
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG-WIP.md

This file was deleted.

17 changes: 2 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
# Release Notes for Sherlock

## 5.0.0-beta.3 - 2024-03-26

### Fixed

- Fixed the site selector dropdown.

## 5.0.0-beta.2 - 2024-03-25

### Changed

- A custom log target is now only registered if a dispatcher exists.
- The content security policy is now applied as early as possible in the initialisation process.

## 5.0.0-beta.1 - 2024-02-14
## 5.0.0 - 2024-04-08

### Added

- Added compatibility with Craft 5.0.0.
- Added compatibility with Craft 5.

### Removed

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-sherlock",
"description": "Security scanner and monitor to keep your site and CMS secure.",
"version": "5.0.0-beta.3",
"version": "5.0.0",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/sherlock",
"license": "proprietary",
Expand All @@ -15,7 +15,7 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1"
"craftcms/cms": "^5.0"
},
"require-dev": {
"bugsnag/bugsnag": "^3.29",
Expand Down Expand Up @@ -56,7 +56,7 @@
"developer": "PutYourLightsOn",
"developerUrl": "https://putyourlightson.com/",
"documentationUrl": "https://putyourlightson.com/plugins/sherlock",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sherlock/v4/CHANGELOG.md",
"changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-sherlock/develop/CHANGELOG.md",
"class": "putyourlightson\\sherlock\\Sherlock"
}
}

0 comments on commit 7efd8a2

Please sign in to comment.