From e4479421fa74a0a1d91f089d7e1b7e71d0be7120 Mon Sep 17 00:00:00 2001 From: mattpass Date: Wed, 22 Jul 2020 09:33:43 +0100 Subject: [PATCH] Version 8.0 beta --- README.md | 2 +- classes/Settings.php | 2 +- lib/template-config-users.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12c53e3..b5dc931 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,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 diff --git a/classes/Settings.php b/classes/Settings.php index 31f37b4..9d37b46 100644 --- a/classes/Settings.php +++ b/classes/Settings.php @@ -7,7 +7,7 @@ class Settings public function __construct() { // Set version number and document root as core settings - $this->versionNo = "7.0"; + $this->versionNo = "8.0 beta"; $this->docRoot = $_SERVER['DOCUMENT_ROOT']; } diff --git a/lib/template-config-users.php b/lib/template-config-users.php index ccae588..0e692f3 100644 --- a/lib/template-config-users.php +++ b/lib/template-config-users.php @@ -1,7 +1,7 @@