Skip to content

Commit fb91598

Browse files
committed
Bump version to 2.40.0
1 parent a1780cd commit fb91598

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== master
1+
=== 2.40.0 (2025-08-22)
22

33
* Use HTTP header instead of meta tag for otp unlock not yet available page (jeremyevans)
44

doc/release_notes/2.40.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
= New Features
2+
3+
* A reset_password_request_for_unverified_account configuration method
4+
is now available. This allows you to configure the behavior if an
5+
unverified account requests a password reset. If the method is not
6+
used, the default behavior remains to show an error for the login
7+
parameter.
8+
9+
= Other Improvements
10+
11+
* In the otp_unlock feature, instead of using a meta refresh tag in
12+
the HTML, a refresh HTTP header is used. This should fix the page
13+
not automatically refreshing in some browsers. You can customize
14+
this behavior by using the
15+
otp_unlock_not_available_set_refresh_header configuration method.

lib/rodauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Rodauth
66
MAJOR = 2
77

88
# The minor version of Rodauth, updated for new feature releases of Rodauth.
9-
MINOR = 39
9+
MINOR = 40
1010

1111
# The patch version of Rodauth, updated only for bug fixes from the last
1212
# feature release.

0 commit comments

Comments
 (0)