commit 465dfe465ab7170914e32128439a532ab6180686
parent 83ba014175376ca35fcba04fd0d114cda6c649fa
Author: markseu <mark2011@mayberg.se>
Date: Tue, 24 Nov 2020 23:46:58 +0100
Added support to restore deleted pages
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/extensions/install.php b/system/extensions/install.php
@@ -2,7 +2,7 @@
// Install extension, https://github.com/datenstrom/yellow
class YellowInstall {
- const VERSION = "0.8.44";
+ const VERSION = "0.8.45";
const PRIORITY = "1";
public $yellow; // access to API
@@ -156,7 +156,7 @@ class YellowInstall {
"name" => $name,
"language" => $language,
"home" => "/",
- "access" => "create, edit, delete, upload, system, update",
+ "access" => "create, edit, delete, restore, upload, configure, update",
"hash" => $this->yellow->extension->get("edit")->response->createHash($password),
"stamp" => $this->yellow->extension->get("edit")->response->createStamp(),
"pending" => "none",