Skip to content

Releases: vihuvac/recaptcha-bundle

bump version 2.2.0

17 Jan 21:17
Compare
Choose a tag to compare

Minor improvements and features added.

  • Project directories structure updated.
  • Missing translation for invalid hostname added.
  • Symfony versions for travis-ci tests added.
  • phpunit tests updated.
  • Support for multi-language based sites added.
  • README file updated.
  • Cached .gitignore file fixed.
  • The last stable version of phpunit has been stablished as the default one for running tests.

bump version 2.1.8

22 Apr 19:23
Compare
Choose a tag to compare
  • Unnecessary parent method getParent() has been cleaned up in order to prevent unnecessary incompatibility for the recaptcha field.
  • README file updated.

bump version 2.1.7

09 Apr 08:26
Compare
Choose a tag to compare
  • Small hotfix for Symfony 3 form type denotation.
  • Updating README file in order to use the bundle correctly.
  • Small update for VihuvacRecaptchaType.php file (text indentation).
  • Adding PHPUnit compatibility for PHP versions from 5.3 to 7.0.
  • Adding PHP versions for running tests with Travis-CI.
  • Updating the VihuvacRecaptchaTypeTest.php file in order to run tests.
  • Project badges updated.

bump version 2.1.6

26 Feb 03:49
Compare
Choose a tag to compare
  • Major updates and improvements (integrating travis-ci).
  • Adding support for Symfony 3.

bump version 2.1.5

02 Feb 16:06
Compare
Choose a tag to compare
  • Small update for Google Validation via HTTP Request.

bump version 2.1.4

29 Sep 04:49
Compare
Choose a tag to compare
  • Small fix for form type (compatibility with previous versions of symfony 2.8 and 3).

bump version 2.1.3

10 Aug 23:25
Compare
Choose a tag to compare
  • Integrating Ajax API.
  • Integrating HTTP Proxy.
  • Improving translations, moving them to .yml files.
  • Adding additional fields for the reCaptcha.
  • Adding defaults like in google official doc.

bump version 2.1.2

06 Aug 04:16
Compare
Choose a tag to compare
  • Fixing homepage url for project and author (composer.json file).
  • Fixing bundle requirements.
  • Adding gitter bagde into README file.
  • Adding missing function for form type.

bump version 2.1.1

05 Jun 19:22
Compare
Choose a tag to compare
  • Adding French Translation.

bump version 2.1.0

04 Jun 07:20
Compare
Choose a tag to compare
  • Fixing issues for PHP7 #1 and #2.
  • Adding support for Symfony ~2.8 and ~3.0.
  • Updating Symfony version required.