diff --git a/CHANGELOG.md b/CHANGELOG.md index c56cfad..94f4c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Stanford SamlAuth +1.1.0 +-------------------------------------------------------------------------------- +_Release Date: 2024-12-03_ + +- SHS-5811: Add "logout" button block with destination return to current page. + 1.0.10 -------------------------------------------------------------------------------- _Release Date: 2024-09-16_ diff --git a/stanford_samlauth.info.yml b/stanford_samlauth.info.yml index 2a9b37f..94c51ae 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 || ^11 -version: 1.0.10 +version: 1.1.0 dependencies: - drupal:path_alias - autologout:autologout diff --git a/tests/src/Unit/Plugin/Block/SamlLogoutBlockTest.php b/tests/src/Unit/Plugin/Block/SamlLogoutBlockTest.php index bb37871..6b7bbb3 100644 --- a/tests/src/Unit/Plugin/Block/SamlLogoutBlockTest.php +++ b/tests/src/Unit/Plugin/Block/SamlLogoutBlockTest.php @@ -15,7 +15,7 @@ * Class SamlLogoutBlockTest * * @package Drupal\Tests\stanford_samlauth\Unit\Plugin\Block - * @covers \Drupal\stanford_samlauth\Plugin\Block\SamlLoginBlock + * @covers \Drupal\stanford_samlauth\Plugin\Block\SamlLogoutBlock */ class SamlLogoutBlockTest extends UnitTestCase {