forked from mblaschke/TYPO3-jm-recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
35 lines (26 loc) · 1.32 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
(add new changes on top of this file)
2011-01-24 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Fixed use of deprecated methods (Thanks to Alexander Reetz)
* Fixed XHTML issue (Thanks to Michael Zangerle)
2010-12-17 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Implemented new fetching method, based on TYPO3 API (Thanks to Adrian Föder <[email protected]>)
2010-01-15 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Added non-js version of reCAPTCHA (thanks to Felix Nagel <[email protected]> for the patch)
2009-09-20 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Fixed a quoting bug (thx to Reinhard Fuehricht)
2009-07-01 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Fixed public/private-key constants (stupid typo)
* Added default public/private-keys
* Updated status to "stable"
2009-06-18 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* PHP5 Changes
* Smaller Bugfixes
2009-06-16 Markus Blaschke (TEQneers GmbH & Co. KG) <[email protected]>
* Added all possible reCAPTCHA-Parameters (including lang and custom_translations)
* Cleaned up code-base
* Fixed some issues
* Added constants
* Added icon
* PHP 5.x Support only!
2007-05-24 Jens Mittag <[email protected]>
* Initial release