Skip to content

Releases: putyourlightson/craft-sherlock

5.1.0

27 May 06:17
5.1.0
eab57d9
Compare
Choose a tag to compare

Added

  • Added the maxScans config setting that determines the number of scans Sherlock will keep before it starts deleting the oldest scans.

Changed

  • Updated the supported PHP version periods and added 8.3.

4.5.0

27 May 06:14
4.5.0
942c990
Compare
Choose a tag to compare

Added

  • Added the maxScans config setting that determines the number of scans Sherlock will keep before it starts deleting the oldest scans.

Changed

  • Updated the supported PHP version periods and added 8.3.

5.0.0

08 Apr 13:45
5.0.0
7efd8a2
Compare
Choose a tag to compare

Added

  • Added compatibility with Craft 5.

Removed

  • Removed the expectCT setting.

5.0.0-beta.3

26 Mar 23:39
5.0.0-beta.3
5d48e89
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

Fixed

  • Fixed the site selector dropdown.

5.0.0-beta.2

25 Mar 14:23
5.0.0-beta.2
0b88ee4
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

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.

4.4.2

25 Mar 14:22
4.4.2
b0ea322
Compare
Choose a tag to compare

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

15 Feb 01:15
5.0.0-beta.1
6ef7dec
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release

Added

  • Added compatibility with Craft 5.0.0.

4.4.1

12 Jan 14:25
4.4.1
1fc82f3
Compare
Choose a tag to compare

Fixed

  • Fixed an error that could occur if a plugin update had no associated release date (#45).

4.4.0

09 Oct 18:45
4.4.0
09b4bf7
Compare
Choose a tag to compare

Added

  • Added the TestsService::EVENT_BEFORE_RUN_TESTS event that can be used to override the Guzzle client (#43).