Skip to content

Releases: captainhookphp/captainhook

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

5.23.4-alpha-2

21 Aug 15:14
e9e9d13
Compare
Choose a tag to compare
5.23.4-alpha-2 Pre-release
Pre-release

Update Box to version 4

5.23.4-alpha-1

20 Aug 09:27
fe4c5b6
Compare
Choose a tag to compare
5.23.4-alpha-1 Pre-release
Pre-release
Try to fix PHAR autoloading issue

The PHAR autoloader does not load the Symfony polyfill bootstrap files.
That's why the PHAR is crashing if not intl extension is loaded.

 - Updated to latest Box version
 - Copied a hack from PHPStand