Skip to content

Releases: verbb/knock-knock

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.

2.0.6

10 Dec 00:16
Compare
Choose a tag to compare

Added

  • Add enableCpProtection plugin setting.

Fixed

  • Fix login challenge when accessing the control panel.

2.0.5

16 Nov 04:09
Compare
Choose a tag to compare

Fixed

  • Fix an error introduced in 2.0.4.

2.0.4

15 Nov 06:56
Compare
Choose a tag to compare
changelog

2.0.3

19 Oct 10:43
Compare
Choose a tag to compare

Fixed

  • Fix an issue with live preview checks for access control.

1.2.18

09 Aug 02:54
Compare
Choose a tag to compare

Fixed

  • Revert infinite loop check, which results in incorrect redirect URLs.

2.0.2

13 Jul 00:20
Compare
Choose a tag to compare

Fixed

  • Fix protectedUrls, and unprotectedUrls URLs partial-matching incorrectly due to Regex rules.
  • Better normalising of allowIps, denyIps, protectedUrls, and unprotectedUrls settings.
  • Revert infinite loop check, which results in incorrect redirect URLs.

2.0.1

12 Jul 12:00
Compare
Choose a tag to compare

Fixed

  • Fix an error when installing the plugin.

2.0.0

10 Jul 02:56
Compare
Choose a tag to compare

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.

1.2.17

10 Jul 02:51
Compare
Choose a tag to compare

Added

  • Allow arrays in config settings for allowIps, denyIps, protectedUrls, unprotectedUrls. (thanks @Diewy).

Fixed

  • Fix a potential infinite redirect loop if changing from http to https.