Releases: captainhookphp/captainhook
Releases · captainhookphp/captainhook
5.25.2
5.25.1
5.25.0
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
Changes
- Fix PHP 8.0 compatibility
5.24.3
Changes
- InjectIssueIDFromBranchName - Add new pattern option @sebastianlarisch in #266
- Minor improvements
Full Changelog: 5.24.2...5.24.3
5.24.2
Changes
- Compiled with the latest
Box
version this finally works with allSymfony
polyfills.
5.24.2 alpha
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
Changes
- Optimize PHP 8.4 compatibility
5.24.0
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
Changes
- Fix possible parsing issue
- Downgrade box to support php 8.0
- Rename test for better readability
- Test against PHP8.4 (by Andreas Heigl)