From ca90a9221b3c51f0c02b00a849b881037daaa789 Mon Sep 17 00:00:00 2001 From: Jason Lee Date: Fri, 20 May 2016 16:09:48 +0800 Subject: [PATCH] Remove deprecated `width`, `height` config. --- CHANGELOG.md | 5 +++++ lib/rucaptcha/configuration.rb | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd16a2..28e3ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.4.3 + +- Remove deprecated `width`, `height` config. +- Delete session key after verify (#23). + 0.4.2 ----- diff --git a/lib/rucaptcha/configuration.rb b/lib/rucaptcha/configuration.rb index 3286a14..667fc44 100644 --- a/lib/rucaptcha/configuration.rb +++ b/lib/rucaptcha/configuration.rb @@ -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