From 21d06d585968f3ae4b476a80b73ac04086c1b708 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sun, 22 Nov 2020 15:58:36 +0000 Subject: [PATCH] Version 8.0 --- 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 c05d55d..cf49e7e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ICEcoder is a browser based code editor, which provides a modern approach to building websites. By allowing you to code directly within the web browser, online or offline, it means you only need one program (your browser) to develop sites, plus can test on actual web servers. After development, you can also maintain the website easily, all of which make for speedy and smart development. -ICEcoder code editor +ICEcoder code editor ### Requirements diff --git a/classes/Settings.php b/classes/Settings.php index ec1ecbb..d7f08e7 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 = "8.0 beta"; + $this->versionNo = "8.0"; $this->docRoot = $_SERVER['DOCUMENT_ROOT']; } diff --git a/lib/template-config-users.php b/lib/template-config-users.php index 5d41b4f..ecf1b2d 100644 --- a/lib/template-config-users.php +++ b/lib/template-config-users.php @@ -1,7 +1,7 @@