summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlpha <ngcoder@live.com>2016-07-23 14:53:24 -0400
committerAlpha <ngcoder@live.com>2016-07-23 14:53:24 -0400
commit905299852cf35f040b0cd31c3fed083de24f2d32 (patch)
tree95ff9daec0aad7b0881891bc5f24771ed0aa6092
parentc4c37d5e3dd35bbb29fd297e04aed997971bd11f (diff)
downloadwebgrind-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.md2
-rw-r--r--index.php2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb1de58..7b8c117 100644
--- a/README.md
+++ b/README.md
@@ -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).
diff --git a/index.php b/index.php
index bfaf8fc..360744e 100644
--- a/index.php
+++ b/index.php
@@ -13,7 +13,7 @@ if (PHP_SAPI == 'cli-server') {
class Webgrind_MasterConfig
{
- static $webgrindVersion = '1.3';
+ static $webgrindVersion = '1.4';
}
require './config.php';