Releases: verbb/knock-knock
Releases · verbb/knock-knock
3.0.1
Added
- Allow
enabled
to be set using a callback function in config files.
Changed
- Update English translations.
Fixed
- Fix multi-site protected/unprotected URLs not being honoured.
- Fix an error when trying to determine multi-site plugin settings for installs where no primary site exists yet.
2.0.12
Added
- Allow
enabled
to be set using a callback function in config files.
Changed
- Update English translations.
Fixed
- Fix multi-site protected/unprotected URLs not being honoured.
3.0.0
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
3.0.0-beta.1
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0-beta.1+
.
2.0.11
Changed
- Action request endpoints are now no longer protected.
Fixed
- Fix too-early call on
User::getIdentity()
when plugin is disabled, for better performance.
1.2.19
Fixed
- Fix too-early call on
User::getIdentity()
when plugin is disabled, for better performance.
2.0.10
Fixed
- Fix an error when checking the enabled state of the plugin.
2.0.9
Added
- Add
Cache-Control
headers when redirecting.
Fixed
- Fix an incorrect check for enabled state for multi-site installs.
2.0.8
Fixed
- Fix
unprotectedUrls
as a config option not working correctly.
2.0.7
Changed
- Only admins are now allowed to access plugin settings.
Fixed
- Fix Protected URLs/Unprotected URLs not working correctly for multiple values when set via the control panel.