Skip to content

Releases: gp247-plugin/GoogleCaptcha

Release list

2.0

Choose a tag to compare

@gp247net gp247net released this 03 Aug 10:30

Upgrade to Core 2.0: Livewire admin + reCAPTCHA v2 checkbox

  • Migrate admin screen to TailAdmin/Livewire (AdminLivewire via ConfigForm),
    remove legacy AdminLTE AdminController + Views/Admin.blade.php; admin route
    now points to the Livewire component.
  • render.blade.php: switch the front widget from the ID-dependent invisible
    button (gp247-form-process / gp247-button-process) to the standard reCAPTCHA
    v2 checkbox. It self-injects g-recaptcha-response into the enclosing ,
    so it no longer depends on element ids the new GP247Front template dropped.
  • AppConfig::disable(): use gp247_language_render for the error message.
  • gp247.json: requireCore ["2.0"] + requireUpdateFrom.
  • readme: rewrite to 247-doc format (VI + EN), correct v3 -> v2 checkbox,
    document operating conditions and Google reCAPTCHA v2 registration.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

1.1

1.1

Choose a tag to compare

@gp247net gp247net released this 19 Aug 22:57
Update readme

1.0

1.0

Choose a tag to compare

@gp247net gp247net released this 28 Apr 15:54
First commit