Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 7acd53d

Browse files
committed
Version 4.5
1 parent edbe8af commit 7acd53d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
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.
55

6-
<img src="https://icecoder.net/images/icecoder-v4-4-browser-code-editor.png" alt="ICEcoder web IDE">
6+
<img src="https://icecoder.net/images/icecoder-v4-5-browser-code-editor.png" alt="ICEcoder web IDE">
77

88
###Requirements
99
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).

lib/config___settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// ICEcoder system settings
33
$ICEcoderSettings = array(
4-
"versionNo" => "4.4",
4+
"versionNo" => "4.5",
55
"codeMirrorDir" => "CodeMirror-4.7",
66
"docRoot" => $_SERVER['DOCUMENT_ROOT'],
77
"demoMode" => false,

lib/config___users-template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$ICEcoderUserSettings = array(
3-
"versionNo" => "4.4",
3+
"versionNo" => "4.5",
44
"licenseEmail" => "",
55
"licenseCode" => "",
66
"configCreateDate" => 0,

0 commit comments

Comments
 (0)