mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 09da7e3a470c9a1d6460597687f0114439f62701
parent c4bd7449dbcb7f98901f54770c0b24e28c0892ad
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 14 Oct 2020 13:40:02 +0200

Updated installation, API cleanup

Diffstat:
Msystem/extensions/update-current.ini | 4++--
Msystem/extensions/update.php | 5+----
2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/system/extensions/update-current.ini b/system/extensions/update-current.ini @@ -90,11 +90,11 @@ system/themes/stockholm-opensans-light.woff: stockholm-opensans-light.woff, crea system/themes/stockholm-opensans-regular.woff: stockholm-opensans-regular.woff, create, update, careful Extension: Update -Version: 0.8.34 +Version: 0.8.35 Description: Keep your website up to date. HelpUrl: https://github.com/datenstrom/yellow-extensions/tree/master/source/update DownloadUrl: https://github.com/datenstrom/yellow-extensions/raw/master/zip/update.zip -Published: 2020-08-08 16:53:43 +Published: 2020-10-14 13:29:01 Developer: Datenstrom Tag: feature system/extensions/update.php: update.php, create, update diff --git a/system/extensions/update.php b/system/extensions/update.php @@ -2,7 +2,7 @@ // Update extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/update class YellowUpdate { - const VERSION = "0.8.34"; + const VERSION = "0.8.35"; const PRIORITY = "2"; public $yellow; // access to API public $updates; // number of updates @@ -400,9 +400,6 @@ class YellowUpdate { if ($statusCode==200) { foreach ($this->getExtensionFileNames($settings) as $fileName) { list($entry, $flags) = $this->yellow->toolbox->getTextList($settings[$fileName], ",", 2); - if (strposu($entry, ".")===false) { // TODO: remove later, converts old extension settings - list($dummy, $entry, $flags) = $this->yellow->toolbox->getTextList($settings[$fileName], ",", 3); - } if (!$this->yellow->lookup->isContentFile($fileName)) { $fileData = $zip->getFromName($pathBase.$entry); $lastModified = $this->yellow->toolbox->getFileModified($fileName);