Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Support Recaptcha APIv2 #139

Merged
merged 4 commits into from
Feb 23, 2017
Merged

Support Recaptcha APIv2 #139

merged 4 commits into from
Feb 23, 2017

Commits on Feb 20, 2017

  1. Update ReCaptcha for ZendService_ReCaptcha v3

    ZendService_ReCaptcha supports v2 of the API which renders differently.
    akrabat committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    e3e1767 View commit details
    Browse the repository at this point in the history
  2. Update tests for Recaptcha

    Recaptcha API v2 generates much simpler HTML than API v1 did. Hence we
    can simplify the tests.
    akrabat committed Feb 20, 2017
    Configuration menu
    Copy the full SHA
    ceed514 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2017

  1. Render hidden element if the name is not g-recaptcha-response

    ReCaptcha automatically creates a hidden element called
    `g-recaptcha-response` for its response. If this element is not called
    that, then the required validation will fail unless we render a
    hidden element.
    akrabat committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    2cd0bce View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Configuration menu
    Copy the full SHA
    75cdda0 View commit details
    Browse the repository at this point in the history