From f1bab2dec53d8e6fe5bdcc53a3f929cfd83701f3 Mon Sep 17 00:00:00 2001 From: mattpass Date: Tue, 27 Jul 2021 08:02:52 +0100 Subject: [PATCH] Version 8.1 --- 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 3883420..2abc35e 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 7ae2952..e7172b0 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"; + $this->versionNo = "8.1"; $this->docRoot = $_SERVER['DOCUMENT_ROOT']; } diff --git a/lib/template-config-users.php b/lib/template-config-users.php index f59ac13..784f791 100644 --- a/lib/template-config-users.php +++ b/lib/template-config-users.php @@ -1,7 +1,7 @@