recaptcha 4.13.1 → 5.12.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 47a5aa97f9be47598b2ddc0d62fac7e67a217c950ce896b18e613b47cd64a976
4
- data.tar.gz: d26a294b21229e54daa8a95d63d4e4319659639d7a283a9c51a7229379a82a12
3
+ metadata.gz: 4052ca42cf536d84329b553a058de58f2c3579e0ac2ad1e08ba42fed8ce974b4
4
+ data.tar.gz: 90c873c15d0772690ca3da6cf2588669a05c159e4fbaa1d6bdf5d809ad05dfd0
5
5
  SHA512:
6
- metadata.gz: 57fe69a7f7a64a3e2590c071fca11f45c97c2dd5e4f5a859635ab53f8e2ae8eb07da7c87f01d9312bce6f7794e4ecf5968d86a6bfb5505cbb5be7d64fe570218
7
- data.tar.gz: cf2071abcfdd6c8d08589ab9e4644f1a20b28d9c4e8c591823e68d35c0976310841a3de81d0aaaddb5b29937a988511ff746bc0dc8a1f7054cdd161c6722cf51
6
+ metadata.gz: 403d9de96d890bb3f75cfb83c5907f01944d8e88233248ec199fe014e04f7f1386c13cd867c9020a232cd5501faada986f6d3413d3a2369e5d38d9c56a0704b9
7
+ data.tar.gz: ce0d965054455acff094e60ccad808fbf836992666f9bd1233684b172e766440ba922a0f8d030803575b3a538945e3273d0ae237ce2527f9e0983b7b76671328
data/CHANGELOG.md CHANGED
@@ -1,3 +1,69 @@
1
+ ## Next
2
+
3
+ ## 5.12.3
4
+ * Remove score fallback for enterprise
5
+ * Update enterprise tests to v1 assessment schema
6
+
7
+ ## 5.12.2
8
+ * Fix minimum score for enterprise
9
+
10
+ ## 5.12.1
11
+ * Fix Japanese locale
12
+
13
+ ## 5.12.0
14
+ * Added Japanese locale
15
+
16
+ ## 5.11.0
17
+ * Added Dutch locale
18
+
19
+ ## 5.10.1
20
+ * Fix enterprise_verify_url #415
21
+
22
+ ## 5.10.0
23
+ * Drop ruby 2.4 2.5 2.6
24
+ * Add maxiumm score support for hcaptcha
25
+
26
+ ## 5.9.0
27
+ * Gracefully handle invalid params
28
+
29
+ ## 5.8.1
30
+ * Allow configuring response limit
31
+
32
+ ## 5.8.0
33
+ * Add support for the enterprise API
34
+
35
+ ## 5.7.0
36
+ * french locale
37
+ * drop ruby 2.3
38
+
39
+ ## 5.6.0
40
+ * Allow multiple invisible recaptchas on a single page by setting custom selector
41
+
42
+ ## 5.5.0
43
+ * add `recaptcha_reply` controller method for better debugging/inspection
44
+
45
+ ## 5.4.1
46
+ * fix v2 vs 'data' postfix
47
+
48
+ ## 5.4.0
49
+ * added 'data' postfix to g-recaptcha-response attribute name to avoid collisions
50
+
51
+ ## 5.3.0
52
+ * turbolinks support
53
+
54
+ ## 5.2.0
55
+ * remove dependency on rails methods
56
+
57
+ ## 5.1.0
58
+ * Added default translations for rails/i18n
59
+ * use recaptcha.net for the script tag
60
+
61
+ ## 5.0.0
62
+ * Changed host to Recaptcha.net
63
+ * Add v3 API support
64
+ * Renamed `Recaptcha::ClientHelper` to `Recaptcha::Adapters::ViewMethods`
65
+ * Renamed `Recaptcha::Verify` to `Recaptcha::Adapters::ControllerMethods`
66
+
1
67
  ## 4.12.0 - 2018-08-30
2
68
  * add `input` option to `invisible_recaptcha_tags`'s `ui` setting
3
69
 
@@ -66,6 +132,11 @@
66
132
  * support disabling stoken
67
133
  * support Rails.env
68
134
 
135
+ ## 0.4.0 / 2015-03-22
136
+
137
+ * Add support for ReCaptcha v2 API
138
+ * V2 API requires `g-recaptcha-response` parameters; https://github.com/ambethia/recaptcha/pull/114
139
+
69
140
  ## 0.3.6 / 2012-01-07
70
141
 
71
142
  * Many documentation changes