diff options
author | Alpha <ngcoder@live.com> | 2016-07-23 14:53:24 -0400 |
---|---|---|
committer | Alpha <ngcoder@live.com> | 2016-07-23 14:53:24 -0400 |
commit | 905299852cf35f040b0cd31c3fed083de24f2d32 (patch) | |
tree | 95ff9daec0aad7b0881891bc5f24771ed0aa6092 | |
parent | c4c37d5e3dd35bbb29fd297e04aed997971bd11f (diff) | |
download | webgrind-905299852cf35f040b0cd31c3fed083de24f2d32.zip webgrind-905299852cf35f040b0cd31c3fed083de24f2d32.tar.gz webgrind-905299852cf35f040b0cd31c3fed083de24f2d32.tar.bz2 |
Bumped to version 1.4v1.4.0
- Packagist registration
- Configurable table columns
- Remember column sort
- Misc bug fixes
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -28,3 +28,5 @@ See the [Installation Wiki page](https://github.com/jokkedk/webgrind/wiki/Instal Credits ------- Webgrind is written by [Joakim Nygård](http://jokke.dk) and [Jacob Oettinger](http://oettinger.dk). It would not have been possible without the great tool that Xdebug is thanks to [Derick Rethans](http://www.derickrethans.nl). + +Current maintainer is [Micah Ng](https://github.com/alpha0010). @@ -13,7 +13,7 @@ if (PHP_SAPI == 'cli-server') { class Webgrind_MasterConfig { - static $webgrindVersion = '1.3'; + static $webgrindVersion = '1.4'; } require './config.php'; |