Website
Usage
To install latest version of contributte/recaptcha
use Composer.
$ composer require contributte/recaptcha
Documentation
For details on how to use this package, check out our documentation.
Versions
State | Branch | Version | Nette | PHP | Readme |
---|---|---|---|---|---|
dev | master | ^3.5.0 | 3.0+ | >=7.2 | - |
stable | 3.x | ^3.4.0 | 2.4 | >=7.2 | - |
stable | 2.x | ^2.1.0 | 2.4 | ^5.6 | README-2.x |
stable | 1.6.x | ^1.6.3 | 2.4 | ^5.6 | README-1.6 |
stable | 1.5.x | ^1.5.2 | 2.3 | ^5.4 | README-1.5 |
stable | 1.4.x | ^1.4.4 | 2.2 | ^5.4 | README-1.4 |
stable | 1.3.x | ^1.3.0 | 2.1 | ^5.4 | README-1.3 |
Development
See how to contribute to this package. This package is currently maintained by these authors.
Consider to support contributte development team. Also thank you for using this package.
-
v3.4.1 v3.4.1
Bumped!
🇲🇫 Diff: v3.4.0...v3.4.1
Changes:
-
v3.4.0 v3.4.0
Bumped!
🎗️ Diff: v3.3.1...v3.4.0
Changes:
- Readme: absolute link to invisibleRecaptcha (#37) [ec74e54] (@suchoproduction)
- Readme: contributte style [2bfaa14] (@f3l1x)
- Readme++ [52db8f6] (@f3l1x)
- Travis -> Github Actions [d20899b] (@f3l1x)
- Makefile: simplify [0d7f914] (@f3l1x)
- Tests: fixes [1ae4714] (@f3l1x)
- Composer: raise nunjuck [aea2a41] (@f3l1x)
- Composer: drop phpstan-shim [c662d9f] (@f3l1x)
- Composer: allow PHP 8 [ee2f41a] (@f3l1x)
- Readme++ [89836ee] (@f3l1x)
- Composer.json: Nette Utils should be ^3.0 for future compatibility. [b4f2254] (@janbarasek)
- Fix test [0c5ab3b] (@janbarasek)
- Std [004]: kodiak [e2f1366] (@f3l1x)
- Resolve reCaptcha on submit to prevent timeout, Documentation warns against resolving reCaptcha on page load [29edb10] (@xpavp03)
- See changes to invisibleRecaptcha.js [4c34a9d] (@xpavp03)
- Makefile: update [cd00a73] (@f3l1x)
- CI: update [c99157f] (@f3l1x)
- Composer: switch to contributte/di to keep in sync with nette/di + nette/schema [51e3606] (@f3l1x)
- Composer: upgrade codesniffer [0141762] (@f3l1x)
- Phpstan: v0.12 [a44a602] (@f3l1x)
-
v3.3.1 v3.3.1
Bumped!
🎃 Diff: v3.3.0...v3.3.1
Changes:
- Fix calling constructor in InvisibleReCaptchaBinding
-
v3.3.0 v3.3.0
Bumped!
🃏 Diff: v3.2.0...v3.3.0
Changes:
- Allow nette/utils 3.1.0
- Fix multiple recaptcha(s)
-
3.2.0 v3.2.0
Bumped!
👈 Diff: 3.1.0...3.2.0
Changes:
- Nette 3.0 [#27] (thanks @PavelJurasek)
- Fix validation message [#26]
-
3.1.0 v3.1.0
Bumped!
🍶 Diff: 3.0.0...3.1.0
Changes:
-
3.0.0 v3.0.0
Bumped!
🎉 Diff: 2.1.1...3.0.0
Changes:
- change namespace to Contributte
- update dependencies
- update readmes (added for 2.x)
- added codestyle checker
-
2.1.1 v2.1.1
Bumped!
🍹 Diff: 2.1.0...2.1.1
Changes:
- improved PHP 7.2 (thanks @PavelJurasek)
- use nette/utils 2.5 [#18] (thanks @PavelJurasek)
-
2.1.0 v2.1.0
Bumped!
🉑 Diff: 2.0.1...2.1.0
Changes:
-
2.0.1 v2.0.1
Bumped!
🌫️ Diff: 2.0.0...2.0.1
Changes:
-
2.0.0 v2.0.0
Bumped! Bump, bump, bump.
🤛 Diff: 1.6.3...2.0.0
Changes:
- completely changed internal API
- major simplification
- changed namespaces
- PHP >=5.6
-
1.6.3 v1.6.3
Bumped!
🕳️ 🔪 Changes:
- fix obtaining
IReCaptchaValidatorFactory
- fix obtaining
-
1.5.2 v1.5.2
Bumped!
🕳️ Changes:
- fix obtaining
IReCaptchaValidatorFactory
- fix obtaining
-
1.6.2 v1.6.2
Bump!
🏈 Fixes:
- bug in ReCaptchaExtension (#5)
-
1.4.4 v1.4.4
Bump!
🇯🇴 - fixed support Nette ~2.2.0
-
1.6.0 v1.6.0
Bumped!
👾 - Fixed Nette serie ~2.3.
- This is last release for Nette 2.3.
-
1.5.1 v1.5.1
🍔 v1.5.1- Change addClass -> class (ae94b64)
- More examples in README