Skip to content

Commit

Permalink
Note future deprecations; increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkiehne committed Feb 6, 2024
1 parent 4ea5434 commit a355785
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/Controller/LogoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ class LogoutController extends ControllerBase {
*
* @return array
* A render array.
*
* @todo user_logout will be deprecated in 11.0.
*/
public function logout(): array {
$title = $this->t('Logout');
Expand Down
2 changes: 2 additions & 0 deletions src/Controller/UwAuthLogoutController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class UwAuthLogoutController extends ControllerBase {

/**
* Log user out of Drupal, and redirect to web login.
*
* @todo user_logout will be deprecated in 11.0.
*/
public function logout(): TrustedRedirectResponse {
user_logout();
Expand Down
4 changes: 2 additions & 2 deletions uwauth.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: 'UW Auth'
description: 'Provides authentication and role assignment with Shibboleth, and UW Groups or Active Directory'
package: Web services
type: module
version: '3.0.2'
core_version_requirement: ^9 || ^10
version: '3.0.3'
core_version_requirement: ^10.2

0 comments on commit a355785

Please sign in to comment.