From e88edf279d6c96a337ccc80aa6e7282531c1de92 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Tue, 21 Sep 2010 09:06:02 +0200 Subject: [PATCH] Releasing 1.1.1 --- README.mdown | 2 ++ index.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 6ee0d0a..60f24cc 100644 --- a/README.mdown +++ b/README.mdown @@ -35,6 +35,8 @@ Jordi Boggiano -
Changelog --------- +- 1.1.1 + - Cross-browser compatibility enhancements - 1.1.0 - Script execution is now done via an async js request, preventing die() and exception to mess up the entire console - Added a status bar with char/line display diff --git a/index.php b/index.php index 83453ee..ebb10e3 100644 --- a/index.php +++ b/index.php @@ -23,7 +23,7 @@ if ($_SERVER['REMOTE_ADDR'] != '127.0.0.1') { die('ERR/401 Go Away'); } -define('PHP_CONSOLE_VERSION', '1.2.0-dev'); +define('PHP_CONSOLE_VERSION', '1.1.1'); require 'krumo/class.krumo.php'; ini_set('log_errors', 0);