All notable changes to this project will be documented in this file.
Huge thanks to confday (by @vauvarin) for sponsoring this release!
- Displays helpful lock message with editor's name
title
clone fieldlock
global field- If your site has login-protected editable pages on the front-end, now Page Lock exposes it's API to allow you to lock them as well:
pageLock()
helper function$page->pageLock()
page method$page->isLocked()
page method$page->isNotLocked()
page methodpage-lock
snippet
- Github repository has been renamed from
pedroborges/kirby-pagelock
topedroborges/kirby-page-lock
pagelock
field is now calledlock
fields.pagelock.time
option is now calledpage-lock.interval
- Default
page-lock.interval
is now 10 seconds - Kirby routes are used instead of custom field routes
- Instead of creating
.lock
files on each page's root, now the plugin keeps track of locked pages on a single JSON file