Releases: johannschopplich/kirby-locked-pages
Releases · johannschopplich/kirby-locked-pages
1.2.0
Notable changes
- Homepage is now lockable as well
1.1.2
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.
1.1.1
Notable changes
- Redirect to the target page directly if logged in for the current session when visiting the redirect page (get request)
1.1.0
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)
1.0.5
Notable changes
- Make sure page with id provided by
redirect
param exists - Add comments to controller
1.0.4
Notable changes
- Throw error page if locked route misses the
redirect
parameter
1.0.3
1.0.2
Notable changes
- Fix overwritten
$path
parameter leading to false redirects (thanks @jongacnik)
1.0.1
Notable changes
- Minor internal code style changes
1.0.0
Initial release.