Skip to content

Releases: andkirby/commithook

v2.0.0-beta.46

04 Sep 13:39
Compare
Choose a tag to compare
@@through Update version to v2.0.0-beta.46.

v2.0.0-beta.40 (bugfix)

24 May 08:45
Compare
Choose a tag to compare

Fix for an error in Validator\ParentThis.php:141.

v2.0.0-beta.18

12 Aug 11:54
Compare
Choose a tag to compare
@@through

Updated version.
(cherry picked from commit f8a2528)

v1.6.9

26 Mar 17:30
Compare
Choose a tag to compare
Fixed generating paths on install hook files into a project.

v1.6.8

18 Feb 14:41
Compare
Choose a tag to compare

Improved skipping methods name validation. Added new tag @skipCommitHookMethodNaming.

v1.6.7

18 Feb 14:40
Compare
Choose a tag to compare

Added supporting numbers in the issue project key in commit message.

v1.6.6

18 Feb 14:22
Compare
Choose a tag to compare

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

18 Feb 14:21
Compare
Choose a tag to compare

v1.6.5 Added new options command --php-binary|-b and --project-dir|-d. Improved PHP file validator.

v1.6.4

18 Feb 14:22
Compare
Choose a tag to compare

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

18 Feb 14:21
Compare
Choose a tag to compare

v1.6.3 Improved installer. Added CommitHook files remover.