version 0.4.0
This commit is contained in:
parent
1d1742e2ed
commit
3d4198fd48
|
@ -1,7 +1,13 @@
|
||||||
|
2.4.0
|
||||||
|
-------
|
||||||
|
|
||||||
|
- Add skip_cache_store_check configuration. (#63)
|
||||||
|
- Fix for generate captcha with relative path, not url. (#58)
|
||||||
|
|
||||||
2.3.2
|
2.3.2
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Change Yellow and Green colors to Pink and Deep Purple to pass WCAG 2.0's contrast test
|
- Change Yellow and Green colors to Pink and Deep Purple to pass WCAG 2.0's contrast test. (#70)
|
||||||
|
|
||||||
2.3.1
|
2.3.1
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
rucaptcha (2.3.2)
|
rucaptcha (2.4.0)
|
||||||
railties (>= 3.2)
|
railties (>= 3.2)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
|
@ -148,4 +148,4 @@ DEPENDENCIES
|
||||||
rucaptcha!
|
rucaptcha!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.1
|
1.17.2
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module RuCaptcha
|
module RuCaptcha
|
||||||
VERSION = '2.3.2'
|
VERSION = '2.4.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue