Releases: verbb/knock-knock
Releases · verbb/knock-knock
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.
2.0.6
Added
- Add
enableCpProtection
plugin setting.
Fixed
- Fix login challenge when accessing the control panel.
2.0.5
Fixed
- Fix an error introduced in 2.0.4.
2.0.4
changelog
2.0.3
Fixed
- Fix an issue with live preview checks for access control.
1.2.18
Fixed
- Revert infinite loop check, which results in incorrect redirect URLs.
2.0.2
Fixed
- Fix
protectedUrls
, andunprotectedUrls
URLs partial-matching incorrectly due to Regex rules. - Better normalising of
allowIps
,denyIps
,protectedUrls
, andunprotectedUrls
settings. - Revert infinite loop check, which results in incorrect redirect URLs.
2.0.1
Fixed
- Fix an error when installing the plugin.
2.0.0
Added
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()
to install migration.
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Now requires Knock Knock
1.2.16
in order to update from Craft 3. - Rename service classes.
- Rename base plugin methods.
- Use
Application::EVENT_INIT
to test access to ensure Craft is initialized properly.