Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
HoneyryderChuck
Rodauth Select Account
Commits
e0f11269
Commit
e0f11269
authored
Jan 16, 2021
by
Tiago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bumped version to 0.0.4
parent
af81c214
Pipeline
#242604540
passed with stages
in 6 minutes and 28 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
CHANGELOG.md
CHANGELOG.md
+7
-1
lib/rodauth/select-account/version.rb
lib/rodauth/select-account/version.rb
+1
-1
No files found.
CHANGELOG.md
View file @
e0f11269
...
...
@@ -2,6 +2,12 @@
## master
## 0.0.4
Cookies used for selected account are now secure by default (httponly on, secure if request is TLS-enabled);
Cookie path is now "/" by default.
## 0.0.3
bugfix: fixing calls to the view helpers when in multi-phase login mode.
...
...
@@ -12,4 +18,4 @@ bugfix: added missing form templates.
## 0.0.1
Initial draft, all features added.
\ No newline at end of file
Initial draft, all features added.
lib/rodauth/select-account/version.rb
View file @
e0f11269
...
...
@@ -2,6 +2,6 @@
module
Rodauth
module
SelectAccount
VERSION
=
"0.0.
3
"
VERSION
=
"0.0.
4
"
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment