Updated test environment

This commit is contained in:
markseu 2022-06-21 12:14:36 +02:00
parent 723cbf7d68
commit 63f15a72b0
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
// Install extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/install
class YellowInstall {
const VERSION = "0.8.73";
const VERSION = "0.8.74";
const PRIORITY = "1";
public $yellow; // access to API
@ -313,6 +313,7 @@ class YellowInstall {
foreach ($block as $key=>$value) {
if (strposu($key, "/")) {
list($entry, $flags) = $this->yellow->toolbox->getTextList($value, ",", 2);
if (!preg_match("/create/i", $flags)) continue;
if (preg_match("/delete/i", $flags)) continue;
if (preg_match("/additional/i", $flags)) continue;
array_push($fileNames, $key);

View file

@ -64,11 +64,11 @@ media/images/photo.jpg: photo.jpg, create, optional
media/thumbnails/photo-100x40.jpg: photo-100x40.jpg, create, optional
Extension: Install
Version: 0.8.73
Version: 0.8.74
Description: Install a brand new, shiny website.
DocumentationUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/install
DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/install.zip
Published: 2022-05-08 09:16:40
Published: 2022-06-21 12:10:31
Developer: Datenstrom
Status: unlisted
system/extensions/install.php: install.php, create