commit 06c330dfe496f8cb5a1eccdbb242289f2500d813
parent ff293e7cbaaa4ea47f3f03d4655d707a6683725f
Author: markseu <mark2011@mayberg.se>
Date: Sat, 17 Apr 2021 17:07:46 +0200
Updated edit extension
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/system/extensions/edit.php b/system/extensions/edit.php
@@ -2,7 +2,7 @@
// Edit extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/edit
class YellowEdit {
- const VERSION = "0.8.43";
+ const VERSION = "0.8.44";
public $yellow; // access to API
public $response; // web response
public $merge; // text merge
@@ -1287,7 +1287,7 @@ class YellowEditResponse {
$settingsActions = "account";
if ($this->isUserAccess("configure")) $settingsActions .= ", configure";
if ($this->isUserAccess("update")) $settingsActions .= ", update";
- return $settingsActions=="account" ? "" : $settingsActions;
+ return $settingsActions=="account" ? "none" : $settingsActions;
}
// Return toolbar buttons
diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini
@@ -31,11 +31,11 @@ Tag: feature
system/extensions/core.php: core.php, create, update
Extension: Edit
-Version: 0.8.43
+Version: 0.8.44
Description: Edit your website in a web browser.
HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/edit
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/edit.zip
-Published: 2021-04-08 17:07:40
+Published: 2021-04-17 17:04:28
Developer: Datenstrom
Tag: feature
system/extensions/edit.php: edit.php, create, update