From 3bfbc918f04e1268c017d9e3b576e2be49a91fe8 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Fri, 29 Jul 2016 09:34:10 +0100 Subject: [PATCH] Version 5.6 --- README.md | 2 +- lib/config___users-template.php | 2 +- lib/settings-system-params.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ba81c0..2a0cb56 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ICEcoder is a web IDE / browser based code editor, which allows you to develop websites directly within the web browser. It uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work. -ICEcoder web IDE +ICEcoder web IDE ###Requirements You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac). diff --git a/lib/config___users-template.php b/lib/config___users-template.php index fc2bdc5..45e0685 100644 --- a/lib/config___users-template.php +++ b/lib/config___users-template.php @@ -1,6 +1,6 @@ "5.5", +"versionNo" => "5.6", "licenseEmail" => "", "licenseCode" => "", "configCreateDate" => 0, diff --git a/lib/settings-system-params.php b/lib/settings-system-params.php index 41a2b8e..3cee28a 100644 --- a/lib/settings-system-params.php +++ b/lib/settings-system-params.php @@ -2,7 +2,7 @@ $newConfigSettingsFile = ' "5.5", + "versionNo" => "5.6", "codeMirrorDir" => "CodeMirror", "docRoot" => $_SERVER[\'DOCUMENT_ROOT\'], // Set absolute path of another location if needed "demoMode" => false,