diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index b149db61..c5209ca3 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -79,7 +79,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 167; + const versionRevision = 168; /** * Version suffix string (when applicable) diff --git a/wire/core/Template.php b/wire/core/Template.php index 2e087b82..a2c7755e 100644 --- a/wire/core/Template.php +++ b/wire/core/Template.php @@ -50,7 +50,7 @@ * @property array $createRoles Array of Role IDs that may create pages using this template. #pw-group-access * @property array $rolesPermissions Override permissions: Array indexed by role ID with values as permission ID (add) or negative permission ID (revoke). #pw-group-access * @property int $noInherit Disable role inheritance? Specify 1 to prevent edit/create/add access from inheriting to children, or 0 for default inherit behavior. #pw-group-access - * @property int $redirectLogin Redirect when no access: 0 = 404, 1 = login page, url = URL to redirect to. #pw-group-access + * @property int $redirectLogin Redirect when no access: 0 = 404, 1 = login page, url = URL to redirect to, int(>1) = ID of page to redirect to. #pw-group-access * @property int $guestSearchable Pages appear in search results even when user doesnt have access? (0=no, 1=yes) #pw-group-access * * Family