From c11500b791ba7306c37bf929825d0ecdf9992ca9 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 8 Oct 2012 07:49:43 +0100 Subject: [PATCH] v0.9.0 alpha --- README.md | 3 ++- editor.php | 2 +- files.php | 2 +- index.php | 4 ++-- lib/file-folder-properties.php | 2 +- lib/help.php | 2 +- lib/multiple-results.php | 2 +- lib/settings-screen.php | 4 ++-- lib/settings.php | 6 +++--- 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2387a26..16371a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#ICEcoder +#ICEcoder v0.9.0 alpha ##Web based IDE for smart web development Early version of the web based IDE which allows for creation of websites in the web browser. Uses the brilliant CodeMirror for code highlighting & editing, with a slick IDE wrapped around it to make the whole thing work. @@ -35,6 +35,7 @@ Early version of the web based IDE which allows for creation of websites in the * Colour preview block on CSS colours, ie red, #f00 or RGBA(255,0,0,0.5) * MySQL Database management via Adminer plugin * Backs up files every 10 mins or on click of backup plugin icon +* Github repo syncing with ICErepo plugin ###Installation diff --git a/editor.php b/editor.php index b8eb539..6b38925 100644 --- a/editor.php +++ b/editor.php @@ -3,7 +3,7 @@ -ICEcoder v <?php echo $ICEcoder["versionNo"];?> editor +ICEcoder v <?php echo $ICEcoder["versionNo"];?> alpha editor /lib/codemirror.css">