Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.9 #17

Merged
merged 1 commit into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Stanford SamlAuth

1.0.9
--------------------------------------------------------------------------------
_Release Date: 2024-05-29_

- Store workgroup api responses during the login to avoid unneeded requests.

1.0.8
--------------------------------------------------------------------------------
_Release Date: 2024-05*28_
_Release Date: 2024-05-28_

- Adjusted Dependency versions

Expand Down
2 changes: 1 addition & 1 deletion stanford_samlauth.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: Adds enhancements to SAML Authentication module.
package: Stanford
core_version_requirement: ^9 || ^10 || ^11
version: 1.0.8
version: 1.0.9
dependencies:
- drupal:path_alias
- autologout:autologout
Expand Down
Loading