Codebase list ruby-recaptcha / debian/4.11.1-2 CHANGELOG.md
debian/4.11.1-2

Tree @debian/4.11.1-2 (Download .tar.gz)

CHANGELOG.md @debian/4.11.1-2raw · history · blame

## 4.11.0 - 2018-08-06
* prefer RAILS_ENV over RACK_ENV #286

## 4.0.0 - 2016-11-14
* public_key -> site_key and private_key -> secret_key

## 3.4.0 - 2016-11-01
* Update fallback html

## 3.2.0 - 2016-06-13
* remove SKIP_VERIFY_ENV constant, use `skip_verify_env` instance variable instead

## 3.1.0 - 2016-06-10
* better error messages
* frozen constants

## 3.0.0 - 2016-05-27
* remove all non-ssl options

## 2.3.0 - 2016-05-25
* enable ssl verification by default ... disable via `disable_ssl_verification = true`

## 2.2.0 - 2016-05-23
* Add global hostname validator config
* Clean up after with_configuration exception

## 2.1.0 - 2016-05-19
* do not query google if repactcha was not submitted

## 2.0.0 - 2016-05-17
* remove stoken support, must use custom domain verification or domain whitelist

## 1.3.0 - 2016-04-07
* do not set model error and flash

## 1.2.0 - 2016-04-01
* custom domain validation

## 1.1.0 - 2016-01-27
* support RACK_ENV

## 1.0.2 - 2015-11-30
* nice deprecations for api_version

## 1.0.1 - 2015-11-30
* no longer defines `Rails` when `recaptcha/rails` is required

## 1.0.0 - 2015-11-30
* remove api v1 support
* remove ssl_api_server_url, nonssl_api_server_url, change api_server_url to always need ssl option
* removed activesupport dependency for .to_query
* made flash and models both have descriptive errors

## 0.6.0 - 2015-11-19
* extract token module
* need to use `gem "recaptcha", require: "recaptcha/rails"` to get rails helpers installed

## 0.5.0 - 2015-11-18
* size option
* support disabling stoken
* support Rails.env

## 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