mikuli.cz

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

commit 73c6ad7383cccc7380b18489785661cf7b5d7da9
parent f21e9fac6ad10184e717f21c053b4e19a1332a49
Author: markseu <mark2011@mayberg.se>
Date:   Tue, 30 Dec 2014 20:49:18 +0100

Core update (bump version number)

Diffstat:
MREADME.md | 2+-
Msystem/core/core-webinterface.js | 2+-
Msystem/core/core.php | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,4 +1,4 @@ -Yellow 0.4.16 +Yellow 0.4.17 ============= [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/markseu/yellowcms) diff --git a/system/core/core-webinterface.js b/system/core/core-webinterface.js @@ -4,7 +4,7 @@ // Yellow main API var yellow = { - version: "0.4.4", + version: "0.4.5", action: function(text) { yellow.webinterface.action(text); }, onClick: function(e) { yellow.webinterface.hidePanesOnClick(yellow.toolbox.getEventElement(e)); }, onKeydown: function(e) { yellow.webinterface.hidePanesOnKeydown(yellow.toolbox.getEventKeycode(e)); }, diff --git a/system/core/core.php b/system/core/core.php @@ -5,7 +5,7 @@ // Yellow main class class Yellow { - const Version = "0.4.15"; + const Version = "0.4.17"; var $page; //current page var $pages; //pages from file system var $config; //configuration