Skip to content

Commit

Permalink
Bump version to 3.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Feb 12, 2024
1 parent 1427d3c commit f726d50
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= master
= 3.77.0 (2024-02-12)

* Support formaction/formmethod attributes in forms in route_csrf plugin (jeremyevans)

Expand Down
8 changes: 8 additions & 0 deletions doc/release_notes/3.77.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
= New Features

* The route_csrf plugin now supports formaction/formmethod attributes
in forms. A csrf_formaction_tag method has been added for creating
a hidden input for a particular path and method. When a form is
submitted, the check_csrf! method will fix check for a path-specific
csrf token (set by the hidden tag added by the csrf_formaction_tag
method), before checking for the default csrf token.
2 changes: 1 addition & 1 deletion lib/roda/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Roda
RodaMajorVersion = 3

# The minor version of Roda, updated for new feature releases of Roda.
RodaMinorVersion = 76
RodaMinorVersion = 77

# The patch version of Roda, updated only for bug fixes from the last
# feature release.
Expand Down

0 comments on commit f726d50

Please sign in to comment.