Skip to content

Releases: irvinlim/acf-recaptcha

v1.3.1

30 Nov 13:41
Compare
Choose a tag to compare

Bugfixes

  • Fixed incorrect settings link within the Plugins page (#25)
  • Removed array shorthand syntax (not supported on PHP version < 5.3) (#25)

v1.3.0

28 Nov 21:01
Compare
Choose a tag to compare

What's new

  • Added settings page for configuring site-wide default reCAPTCHA keys (#24) (thanks @codevelop-interactive!)

v1.2.1

01 Nov 22:41
a5587d9
Compare
Choose a tag to compare

Just some minor patches.

What's new

  • Better handling of server-side reCAPTCHA verification errors
  • Accepted 'true' as a string value when using acf_form() to set the flag directly
  • Perform server-side verification of recaptcha fields in form even if recaptcha flag is not set (to catch misconfigurations)

v1.2.0

11 Jul 02:06
Compare
Choose a tag to compare

image

ACF reCAPTCHA v1.2.0 fixes an important security bug which allowed bots to bypass reCAPTCHA. Read more about it here.

Other changes

  • Multiple reCAPTCHA widgets will be able to render on the same page
  • Removed AJAX verification of reCAPTCHA values and instead perform it only during form submission
  • Expiry of reCAPTCHA value will trigger an ACF validation error on the client side
  • Made help text and links available in the Field Group settings page to reference ACF reCAPTCHA Protection easily

v1.1.1

11 Jul 15:48
Compare
Choose a tag to compare
  • Make Google reCAPTCHA API JS load asynchronously to prevent possible race conditions
  • Added an Upgrade Notice box for future important upgrade notices

v1.1.0

20 Jun 18:48
Compare
Choose a tag to compare

image

Bump to version 1.1, with no actual changes since v1.0.8. Introduced because I didn't follow semantic versioning for this is my first actual open-source project.

Also added WordPress icons and banners to celebrate the occasion!


Summary of changes since v1.0.0:

  • Add support for wp_remote_post to remove requirement for cURL to be enabled (#15).
  • Add support for ACF conditional logic (#17).
  • Add reCAPTCHA customizable render parameters (#5).
  • Numerous other bugfixes (#12, #4).

v1.0.8

11 May 16:22
Compare
Choose a tag to compare

Fixes #18.

v1.0.6

01 May 10:17
Compare
Choose a tag to compare

Adds support for ACF conditional logic, so that fields can be hidden until the reCAPTCHA is resolved (or the other way around, if you wish).

v1.0.5

05 Feb 05:22
Compare
Choose a tag to compare
  • Added wp_remote_post support, removes the need for cURL on the server.

v1.0.4

16 Nov 02:49
Compare
Choose a tag to compare

Fixes WSOD errors.