kirby-locked-pages

🔐 Password-protect pages, Panel blueprint included

MIT License

Downloads
1.7K
Stars
41
Committers
1

Bot releases are visible (Hide)

kirby-locked-pages - v2.1.3 Latest Release

Published by github-actions[bot] about 1 year ago

   🚀 Features

    View changes on GitHub
kirby-locked-pages - v2.1.2

Published by github-actions[bot] over 1 year ago

No significant changes

    View changes on GitHub
kirby-locked-pages - v2.1.1

Published by github-actions[bot] over 1 year ago

   🐞 Bug Fixes

    View changes on GitHub
kirby-locked-pages - v2.1.0

Published by github-actions[bot] almost 2 years ago

   🚀 Features

    View changes on GitHub
kirby-locked-pages - v2.0.0

Published by github-actions[bot] about 2 years ago

   🚨 Breaking Changes

  • Change config option namespace to johannschopplich.locked-pages  -  by @johannschopplich (eb749)

   ℹ️ 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
kirby-locked-pages - 1.3.3

Published by johannschopplich almost 3 years ago

Notable changes

  • chore: untrack composer.lock
kirby-locked-pages - 1.3.2

Published by johannschopplich almost 3 years ago

Notable changes

  • chore: add version number to composer.json for Kirby 3.6
kirby-locked-pages - 1.3.1

Published by johannschopplich about 3 years ago

Notable changes

  • fix: hooks setup
  • fix: check if page has been unlocked already
kirby-locked-pages - 1.3.0

Published by johannschopplich about 3 years ago

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');
kirby-locked-pages - 1.2.1

Published by johannschopplich about 3 years ago

Notable changes

  • refactor: plugin setup w/o vendor folder
kirby-locked-pages - 1.2.0

Published by johannschopplich over 3 years ago

Notable changes

  • Homepage is now lockable as well
kirby-locked-pages - 1.1.2

Published by johannschopplich over 3 years ago

Notable changes

  • Safeguard home and error page from being lockable

ℹ️ Note: The homepage and error page are not lockable. Although it is possible to add the fields, they will have no effect.

kirby-locked-pages - 1.1.1

Published by johannschopplich over 3 years ago

Notable changes

  • Redirect to the target page directly if logged in for the current session when visiting the redirect page (get request)
kirby-locked-pages - 1.1.0

Published by johannschopplich over 3 years ago

Notable changes

  • Support for multi-language installations
  • Drafts are now visitable if they are locked (thus, locking will only kick in once they are published)
kirby-locked-pages - 1.0.5

Published by johannschopplich over 3 years ago

Notable changes

  • Make sure page with id provided by redirect param exists
  • Add comments to controller
kirby-locked-pages - 1.0.4

Published by johannschopplich over 3 years ago

Notable changes

  • Throw error page if locked route misses the redirect parameter
kirby-locked-pages - 1.0.3

Published by johannschopplich over 3 years ago

Notable changes

  • Fix invalid redirect slug again
  • Fix redirection itself, since the plugin bailed early

Thanks to @Djules for reporting both bugs.

kirby-locked-pages - 1.0.2

Published by johannschopplich over 3 years ago

Notable changes

  • Fix overwritten $path parameter leading to false redirects (thanks @jongacnik)
kirby-locked-pages - 1.0.1

Published by johannschopplich almost 4 years ago

Notable changes

  • Minor internal code style changes
kirby-locked-pages - 1.0.0

Published by johannschopplich almost 4 years ago

Initial release.

Package Rankings
Top 19.75% on Packagist.org