We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6eab24 commit 41cd8c0Copy full SHA for 41cd8c0
Changelog.md
@@ -1,4 +1,6 @@
1
-## 2.5.1 (2024-07-14)
+## Next Release
2
+
3
+## 2.6.0 (2024-08-12)
4
- Add the following callbacks (Thanks @4nd2in !):
5
* `checkout.session.async_payment_failed`
6
* `checkout.session.async_payment_succeeded`
@@ -10,7 +12,10 @@
10
12
* `invoice.finalization_failed`
11
13
* `invoice.overdue`
14
* `invoice.will_be_due`
-- Fix request handling in rack versions >= 3.1 where `Request#[]` is deprecated (#230). Thanks @4nd2in !
15
+- Fix request handling in rack versions >= 3.1 where `Request#[]` is deprecated (#230). Thanks @4nd2in and
16
+@light-flight !
17
+- adds testing for Ruby 3 and Rails 7
18
+- stops testing on Ruby < 3 and Rails 5
19
20
## 2.5.0 (2023-03-21)
21
0 commit comments