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

Migrate to ReCaptcha's v2 API #11

Merged
merged 20 commits into from
Feb 9, 2017
Merged

Commits on Sep 22, 2015

  1. ReCaptcha api migrated to v2

    Leandro Silva committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    6197b44 View commit details
    Browse the repository at this point in the history
  2. Making composer instructions compatible with previous call

    Leandro Silva committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    17af428 View commit details
    Browse the repository at this point in the history
  3. CS fixes

    Leandro Silva committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    2d3b861 View commit details
    Browse the repository at this point in the history
  4. Fixing keys env vars for phpunit

    Leandro Silva committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    e1cb18d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2015

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

Commits on Oct 28, 2015

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

Commits on Feb 8, 2017

  1. Merge pull request zendframework#8 from Lansoweb/develop

    Migrating to api v2
    akrabat committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    414626a View commit details
    Browse the repository at this point in the history
  2. Update MailHide to work with updated Recaptcha

    The private and public key properties have been renamed, so we have to
    update in this class. Introduce getPrivateKey(), getPublicKey() and
    setPublicKey() so as MailHide’s API is still v1.
    akrabat committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    b66196c View commit details
    Browse the repository at this point in the history
  3. Update travis config

    Remove PHP 5.5 & add 7.1.
    Do not allow 7.0 to be a failure
    akrabat committed Feb 8, 2017
    Configuration menu
    Copy the full SHA
    6f3ec60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80e6011 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Configuration menu
    Copy the full SHA
    3d57b08 View commit details
    Browse the repository at this point in the history
  2. Update composer.json

    Update to current standards with PHP 5.6 or above.
    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    8fbdd9c View commit details
    Browse the repository at this point in the history
  3. Update travis command

    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    b4ea9dc View commit details
    Browse the repository at this point in the history
  4. Use CurlAdapter in tests

    This helps Travis with PHP 5.6.
    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    8c89395 View commit details
    Browse the repository at this point in the history
  5. Update README

    - Simplify information about composer
    - Link to documentation
    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    e176722 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881c2ea View commit details
    Browse the repository at this point in the history
  7. Update docblocks

    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    5e603ae View commit details
    Browse the repository at this point in the history
  8. Fix typo in comment

    akrabat committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    94a5cbb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a336acd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7978e18 View commit details
    Browse the repository at this point in the history