Releases: verbb/knock-knock
Releases · verbb/knock-knock
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.2.16
Fixed
- Fix site-based custom templates not working correctly.
1.2.15
Added
- Add support for custom CP-based templates. (thanks @seibert-io).
- Add support for IPv4 and IPv6 CIDR blocks in allowIps and denyIps config. (thanks @onstuimig).
Changed
- Deny access to settings for non-admins.
Fixed
- Fix redirect URL not using the referrer URL after logging in.
1.1.3
Fixed
- Fix Craft 3.0.x compatibilities.
1.2.14
Fixed
- Fix potential error redirecting to non-site URLs after login. In some cases, this caused redirecting to a cpresources asset.
- Fix cookie not respecting the Craft
defaultCookieDomain
config setting.
1.2.13
Fixed
- Fix incorrect
loginUrl
route, causing issues on some site setups (subdirectory installs).
1.2.12
Added
- Allow env variables to be used in allow/deny IPs.
Fixed
- Fix login path not resolving correctly for some multi-site installs.
1.2.11
Fixed
- Fix challenge URL not being correct for nested URLs.
1.2.10
Added
- Add
useRemoteIp
to opt-in to more stricter IP checks if security is your concern.
Fixed
- Revert behaviour of using remote IP for checking user IP. Too many issues and edge-cases.
1.2.9.2
Fixed
- Fix potential issue splitting multi-line settings (allowIps, denyIps, protectedUrls).