Releases: RVxLab/hcaptcha
Releases · RVxLab/hcaptcha
v5.2.0 - Laravel 11
v5.1.0 - Laravel 10
What's Changed
Added
- Add initial Laravel 10 support
- Tests are failing due to the dependant packages not having a proper release yet
- All generated HTML has been moved to views
- These can be published by running
php artisan vendor:publish --tag hcaptcha-views
- These can be published by running
Full Changelog: 5.0.0...5.1.0
v5.0.0 - Modernization
This release drops support for unsupported PHP and Laravel versions, as well as heavily cleaning up the code base, added some more tests and adding a couple of new features.
I tried to maintain backwards compatibility to the best of my abilities, be sure to check the Upgrade Guide for upgrade details
Added
- Added Blade components for the script and widgets
Removed
- Dropped support for Laravel 7 and below
- Dropped support for PHP 7.3 and below
v4.4.4 - Laravel 9 support
This is a continuation of Scyllaly's HCaptcha package and serves as a drop-in replacement.