Remove deprecated `width`, `height` config.
This commit is contained in:
parent
3bf67c0994
commit
ca90a9221b
|
@ -1,3 +1,8 @@
|
|||
0.4.3
|
||||
|
||||
- Remove deprecated `width`, `height` config.
|
||||
- Delete session key after verify (#23).
|
||||
|
||||
0.4.2
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
module RuCaptcha
|
||||
class Configuration
|
||||
# TODO: remove height, width in 0.3.0
|
||||
attr_accessor :height, :width
|
||||
# Image font size, default 45
|
||||
attr_accessor :font_size
|
||||
# Number of chars, default 4
|
||||
|
|
Loading…
Reference in New Issue