Skip to content

Releases: verbb/knock-knock

3.0.1

21 Jul 05:14
Compare
Choose a tag to compare

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

21 Jul 05:12
Compare
Choose a tag to compare

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

13 May 00:38
Compare
Choose a tag to compare

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0+.

3.0.0-beta.1

04 Mar 09:47
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

Changed

  • Now requires PHP 8.2.0+.
  • Now requires Craft 5.0.0-beta.1+.

2.0.11

09 Nov 04:52
Compare
Choose a tag to compare

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

09 Nov 04:52
Compare
Choose a tag to compare

Fixed

  • Fix too-early call on User::getIdentity() when plugin is disabled, for better performance.

2.0.10

05 Jun 12:59
Compare
Choose a tag to compare

Fixed

  • Fix an error when checking the enabled state of the plugin.

2.0.9

27 May 05:12
Compare
Choose a tag to compare

Added

  • Add Cache-Control headers when redirecting.

Fixed

  • Fix an incorrect check for enabled state for multi-site installs.

2.0.8

02 Mar 06:34
Compare
Choose a tag to compare

Fixed

  • Fix unprotectedUrls as a config option not working correctly.

2.0.7

18 Jan 08:19
Compare
Choose a tag to compare

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.