From 32eacb11a6af2b0edc1d1db082047a71a0a0ab9f Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Wed, 11 Feb 2015 20:36:54 +0200 Subject: [PATCH] - Updated version. - Updated README.md. --- LibHooks/config.xml | 2 +- LibHooks/lib/PreCommit/Composer/Application.php | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LibHooks/config.xml b/LibHooks/config.xml index a262954..c842722 100644 --- a/LibHooks/config.xml +++ b/LibHooks/config.xml @@ -1,6 +1,6 @@ - 1.6.6 + 1.6.7 pre-commit commit-msg diff --git a/LibHooks/lib/PreCommit/Composer/Application.php b/LibHooks/lib/PreCommit/Composer/Application.php index ef7fadf..ccb3f05 100644 --- a/LibHooks/lib/PreCommit/Composer/Application.php +++ b/LibHooks/lib/PreCommit/Composer/Application.php @@ -17,7 +17,7 @@ class Application extends BaseApplication * * @see LibHooks/config.xml */ - const VERSION = '1.6.6'; + const VERSION = '1.6.7'; /** * Logo diff --git a/README.md b/README.md index e9641e5..e82fb1f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If system couldn't find path to your executable PHP file it will ask about it. Since PHP 5.4 console should not ask your about PHP binary file. Anyway you may set up path to your PHP binary file. Also you may set path your project/VCS root. -```shell +```shellп $ commithook install --php-binary=d:/s/php/php.exe --project-dir=d:/home/my-project ``` Or short version: @@ -128,6 +128,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.7 Added supporting numbers in the issue project key in commit message. - v1.6.6 Added PHP version of bin file (you may run all commands via `php commithook.php`). Added extra "complete" messages on "verbose" mode to the "remove" command. - v1.6.5 Added new options command `--php-binary|-b` and `--project-dir|-d`. Improved PHP file validator. - 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.