Skip to content

Commit

Permalink
v5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Jan 14, 2025
1 parent f86f4d7 commit 49ef2ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Next



## 5.19.0
* require a minimum lenght of 100 for responses, configured via response_minimum

This comment has been minimized.

Copy link
@eggplants

eggplants Feb 3, 2025

@grosser Typo? lenghtlength

This comment has been minimized.

Copy link
@grosser

grosser Feb 3, 2025

Author Collaborator

yep :D


## 5.18.0
* Add key setup to v3 example in README
* Remove unnecessary id from textarea - This was unused and may cause accessability concerns if there is more than one recaptcha on the page due to multiple elements with the same id
* Update to latest version of rubocop
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
recaptcha (5.18.0)
recaptcha (5.19.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/recaptcha/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Recaptcha
VERSION = '5.18.0'
VERSION = '5.19.0'
end

0 comments on commit 49ef2ac

Please # to comment.