mikuli.cz

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

commit e1f4836d860bc8c55bdeda392c935e7987149f2c
parent d009943002660a4cfcfadf2ba7027926d497fe2e
Author: markseu <mark2011@mayberg.se>
Date:   Thu,  6 Aug 2020 23:30:27 +0200

Updated extensions, thanks Steffen for testing

Diffstat:
Msystem/extensions/core.php | 4++--
Msystem/extensions/edit.php | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/extensions/core.php b/system/extensions/core.php @@ -2,8 +2,8 @@ // Core extension, https://github.com/datenstrom/yellow-extensions/tree/master/source/core class YellowCore { - const VERSION = "0.8.15"; - const RELEASE = "2020.6"; + const VERSION = "0.8.16"; + const RELEASE = "0.8.15"; public $page; // current page public $content; // content files public $media; // media files 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.33"; + const VERSION = "0.8.34"; public $yellow; // access to API public $response; // web response public $merge; // text merge