Skip to content

Releases: johannschopplich/kirby-locked-pages

v2.1.3

09 Aug 05:32
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.1.2

11 Jun 07:04
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v2.1.1

02 Jun 05:49
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v2.1.0

04 Jan 08:28
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v2.0.0

21 Sep 06:21
Compare
Choose a tag to compare

   🚨 Breaking Changes

   ℹ️ Migration Guide

Rename your config options from kirby-extended.locked-pages.<some-key> to johannschopplich.locked-pages.<some-key>. That's it!

    View changes on GitHub

1.3.3

16 Nov 15:38
Compare
Choose a tag to compare

Notable changes

  • chore: untrack composer.lock

1.3.2

16 Nov 15:12
Compare
Choose a tag to compare

Notable changes

  • chore: add version number to composer.json for Kirby 3.6

1.3.1

31 Aug 22:28
Compare
Choose a tag to compare

Notable changes

  • fix: hooks setup
  • fix: check if page has been unlocked already

1.3.0

31 Aug 16:38
Compare
Choose a tag to compare

Notable changes

  • feat: custom logout hook

Logout Hook

It is often helpful and good UX to provide the user a way of logging out. You can use a custom Kirby hook for this use-case.

Trigger the locked-pages.logout hook to clear the locked pages' session data. Once logged out, the user will have to enter the password again to visit the locked page.

kirby()->trigger('locked-pages.logout');

1.2.1

25 Aug 13:08
Compare
Choose a tag to compare

Notable changes

  • refactor: plugin setup w/o vendor folder