Skip to content

Releases: captainhookphp/captainhook

5.25.0

11 Feb 20:51
5.25.0
4c5bd31
Compare
Choose a tag to compare

Changes

With this release the Cap'n will respect any custom hooksPath configuration and install and uninstall the hooks accordingly.

  • Read core.hooksPath config for install

5.24.4

11 Feb 14:11
5.24.4
e708222
Compare
Choose a tag to compare

Changes

  • Fix PHP 8.0 compatibility

5.24.3

16 Jan 11:38
5.24.3
00acb74
Compare
Choose a tag to compare

Changes

Full Changelog: 5.24.2...5.24.3

5.24.2

11 Jan 12:54
5.24.2
3e0915f
Compare
Choose a tag to compare

Changes

  • Compiled with the latest Box version this finally works with all Symfony polyfills.

5.24.2 alpha

11 Jan 12:30
bfb0e24
Compare
Choose a tag to compare
5.24.2 alpha Pre-release
Pre-release

This is a test release to check if the Cap'n works without the intl extension.
Since a polypill is included it should :)

5.24.1

26 Nov 18:43
5.24.1
1e56452
Compare
Choose a tag to compare

Changes

  • Optimize PHP 8.4 compatibility

5.24.0

23 Nov 20:37
5.24.0
fd2c03c
Compare
Choose a tag to compare

Changes

  • Add info command to display config information
  • Refactor hook arguments logic into separate class
captainhook info --list-actions --extended pre-commit

5.23.6

30 Oct 14:24
5.23.6
6c9a60f
Compare
Choose a tag to compare

Changes

  • Fix possible parsing issue
  • Downgrade box to support php 8.0
  • Rename test for better readability
  • Test against PHP8.4 (by Andreas Heigl)

5.23.5

05 Sep 15:45
5.23.5
8b39418
Compare
Choose a tag to compare

🚀 Changes

  • Add stdIn placeholder
  • Refactor array_merge(..) out of loops (by Martin Rehberger)

🐛 Bugfixes

5.23.4

22 Aug 08:08
5.23.4
53cdd84
Compare
Choose a tag to compare

🐛 Bugfixes

  • Fix typo that causes the condition to behave wrong
  • Fix PHAR build - #252 - thanks to @omnicolor