diff --git a/CHANGELOG.md b/CHANGELOG.md index 891085c..2ecfc39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford SamlAuth +1.0.4 +-------------------------------------------------------------------------------- +_Release Date: 2024-03-29_ + +- Fix saml login block to only use the path, not query params. + 1.0.3 -------------------------------------------------------------------------------- _Release Date: 2023-09-28_ diff --git a/stanford_samlauth.info.yml b/stanford_samlauth.info.yml index 544c624..633aede 100644 --- a/stanford_samlauth.info.yml +++ b/stanford_samlauth.info.yml @@ -3,7 +3,7 @@ type: module description: Adds enhancements to SAML Authentication module. package: Stanford core_version_requirement: ^9 || ^10 -version: 1.0.3 +version: 1.0.4 dependencies: - drupal:path_alias - autologout:autologout