Releases: deohs/uwauth
4.0.0 - UW Groups V3 API Support
This release converts the UW Groups API version to the V3 REST / JSON API; Functionally it is equivalent to the 3.x release except for this API change. Note that the 3.x releases and earlier use the V1 API which was deprecated in 2019. New major version is created to preserve previous installs and force installed implementations to intentionally upgrade.
With this change, the gws.cacert configuration setting is no longer used as the V3 API uses InCommon certificates that already exist on virtually all web servers. This setting will be removed in later 4.x releases.
What's Changed
Full Changelog: v3.0.5...v4.0.0
3.0.5 - Drupal 11 compatibility
Allows installation on Drupal 11 with some minor coding standards fixes. Otherwise effectively the same as 3.0.4.
3.0.4 - Role sync bugfix
Fixes a regression bug where roles are not synced properly.
v3.0.3
What's Changed
- Fix deprecated code on UwAuthSubscriber.php by @Mansouri-Adel in #16
- Drupal 10.2 version by @tkiehne in #17
Full Changelog: v3.0.2...v3.0.3
3.0.2 - PHP 8.1 compliance
Updated to add php 8.1 support; restricted to Drupal 9+
3.0.1 - Drupal 9 Compatibility Fixes
Updated to conform to Drupal 9 API
3.0.0 - Drupal 9 Compatible
UWauth is now Drupal 9 compatible - this release can be installed on Drupal Core versions 8.8.3 and higher. For earlier Drupal 8 Core versions use the 2.2 release.
Composer & Full Drupal 8 Conformance
Merge pull request #5 from tkiehne/2_2_release 2 2 release