v0.5.0 (2019-09-09)
- Feature: supports Sequel #63 by cmrd-senya
- Fix: Order of font is important; switched order of font + label call #62 by SuperTux88
- Fix: catches Deadlock #65
v0.4.3 (2017-02-20)
- Allow manual font family overrides #55 to help user on Debian testing with ImageMagick Version 6.9.6
v0.4.2 (2017-02-04)
- Rails 5 compatibility #53 by deivid-rodriguez
- For reload button can now also drop jQuery and rely on Prototype or Plain Javascript #51 by bfbones
v0.4.0 (2015-12-29)
Closed issues:
- Readability of generated image #19
Merged pull requests:
- Fix mass-assignment error when using protected_attributes #38 (soylent)
- Add autocorrect = 'off' and autocapitalize = 'off' for iPhone/iPad #48 (Friend-LGA)
- fix no session request(api etc) will never delete expired captcha data #46 (beviz)
- Remove obsolete info from README.md #41 (rubyconvict)
- Add optional possibility to generate captcha partial with HAML #40 (aliaksandrb)
v0.3.4 (2015-02-05)
Closed issues:
- Refresh on "Model Based" does not work because of prefixed id on captcha key field #29
Merged pull requests:
- Little improvements #39 (kuldeepaggarwal)
v0.3.3 (2015-01-28)
Closed issues:
- Integration with Devise #32
- 404 when image URL is not loaded from rails page #24
- Add a class to the text field #21
- when i run rails generate simple_captcha i get "simple_captcha_generator.rb:18:in `create_migration': wrong number of arguments (3 for 0) (ArgumentError)" #18
Merged pull requests:
- Add additional check for request #36 (incubus)
- Ruby 2.2.0: Fix warning #35 (fmbiete)
- Remove the executable bit from image.rb #31 (incubus)
- Add noise to image #28 (lionello)
- Remove the need for tempfiles #27 (lionello)
- Using absolute URL for img src to support inclusion in non-rails pages #26 (lionello)
- add i18n example for refresh button text #23 (Feuda)
- Add possibility to set
implode
valude for the generated image #20 (mrhead) - Updated README.md #16 (rubyconvict)
v0.3.2 (2014-06-12)
Closed issues:
- undefined method `apply_simple_captcha' for User:Class (NoMethodError) #14
Merged pull requests:
- Fixes #14 - undefined method 'apply_simple_captcha' (Mongoid) #15 (rubyconvict)
v0.3.1 (2014-05-24)
Closed issues:
- simple_captcha_valid? is self destructing or something? #13
- Gem breaks when middleware placed after mobvious in middleware stack #9
v0.2.2 (2014-05-04)
v0.3.0 (2014-05-04)
Closed issues:
- Field key doesn't have a default value #7
Merged pull requests:
- fix: avoid 'create_migration' method conflict #11 (mzaharie)
- Support for using the same captcha in multiple forms of the same page #8 (fmbiete)
v0.2.1 (2013-12-29)
Closed issues:
v0.2.0 (2013-12-01)
Merged pull requests:
- Fix default gemfile for dummy application #5 (freemanoid)
- Correct contributing part of README according to travis config #4 (freemanoid)
- Add refresh image button #3 (freemanoid)
v0.1.6 (2013-06-24)
* This Change Log was automatically generated by github_changelog_generator