From 088a10d1aa7b447ceb99b1ad2b9e9cafced38dc8 Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Mon, 19 Jan 2015 03:31:48 +0200 Subject: [PATCH] - Updated readme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5e1bf0..457d9c9 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ In such case it will merge all files in the XML node "additional_config". There The last one can be added into a project and might be used by all developers. PROJECT_DIR - is your project directory where from CommitHOOK has been run. # Release notes +- v1.6.4 Pushed tests to use PSR-4 autoload standard and to namespaces usage. Pushed code to use `bin/runner.php` file. `LibHooks/runner.php` is deprecated. Composer package require at least PHP 5.3.x version. - v1.6.3 Improved installer. Added CommitHook files remover. - v1.6.2 (alpha) Implemented application console usage. - v1.6.1 Fixed dialog message.