diff options
author | Alpha <ngcoder@live.com> | 2015-08-15 08:47:08 -0400 |
---|---|---|
committer | Alpha <ngcoder@live.com> | 2015-08-15 08:47:08 -0400 |
commit | a6e1461e5652a32db47f9ff194e4868736693b02 (patch) | |
tree | 2f0d48f6cf6467a8bb8b9ca81081945921bac992 | |
parent | 9a90e9335327db4ad4c0b2cf31b49f389fa71784 (diff) | |
download | webgrind-a6e1461e5652a32db47f9ff194e4868736693b02.zip webgrind-a6e1461e5652a32db47f9ff194e4868736693b02.tar.gz webgrind-a6e1461e5652a32db47f9ff194e4868736693b02.tar.bz2 |
Bumped to version 1.21.2
- show average cost
- enable back button
- preprocessor performance
- file viewer highlights and links
- xdebug 2.3
- clear trace files
- step over proxy functions (e.g. call_user_func())
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ class Webgrind_MasterConfig { - static $webgrindVersion = '1.1'; + static $webgrindVersion = '1.2'; } require './config.php'; |