forked from pangkalizer/recaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
41 lines (28 loc) · 867 Bytes
/
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
36
37
38
39
40
41
== 0.3.6 / 2012-01-07
* Many documentation changes
* Fixed deprecations in dependencies
* Protocol relative JS includes
* Fixes for options hash
* Fixes for failing tests
== 0.3.5 / 2012-05-02
* I18n for error messages
* Rails: delete flash keys if unused
== 0.3.4 / 2011-12-13
* Rails 3
* Remove jeweler
== 0.2.2 / 2009-09-14
* Add a timeout to the validator
* Give the documentation some love
== 0.2.1 / 2009-09-14
* Removed Ambethia namespace, and restructured classes a bit
* Added an example rails app in the example-rails branch
== 0.2.0 / 2009-09-12
* RecaptchaOptions AJAX API Fix
* Added 'cucumber' as a test environment to skip
* Ruby 1.9 compat fixes
* Added option :message => 'Custom error message' to verify_recaptcha
* Removed dependency on ActiveRecord constant
* Add I18n
== 0.1.0 / 2008-2-8
* 1 major enhancement
* Initial Gem Release