Releasing 1.1.1
This commit is contained in:
@@ -35,6 +35,8 @@ Jordi Boggiano - <j.boggiano@seld.be><br />
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
- 1.1.1
|
||||||
|
- Cross-browser compatibility enhancements
|
||||||
- 1.1.0
|
- 1.1.0
|
||||||
- Script execution is now done via an async js request, preventing die() and exception to mess up the entire console
|
- 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
|
- Added a status bar with char/line display
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if ($_SERVER['REMOTE_ADDR'] != '127.0.0.1') {
|
|||||||
die('ERR/401 Go Away');
|
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';
|
require 'krumo/class.krumo.php';
|
||||||
|
|
||||||
ini_set('log_errors', 0);
|
ini_set('log_errors', 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user