Skip to content

Releases: RVxLab/hcaptcha

v5.2.0 - Laravel 11

18 Mar 20:26
058f472
Compare
Choose a tag to compare

Added

  • Add support for Laravel 11

v5.1.0 - Laravel 10

05 Feb 21:09
f4af5c0
Compare
Choose a tag to compare

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

Full Changelog: 5.0.0...5.1.0

v5.0.0 - Modernization

27 Feb 07:46
Compare
Choose a tag to compare

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

15 Feb 00:27
Compare
Choose a tag to compare

This is a continuation of Scyllaly's HCaptcha package and serves as a drop-in replacement.