Skip to content

Releases: oidc-wp/openid-connect-generic

3.10.0 Features, Fixes & Maintenance Release

09 Apr 02:01
0038ce7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.9.1...3.10.0

3.9.1 Maintenance Release

19 Aug 13:08
bf44c5f
Compare
Choose a tag to compare

What's Changed

  • Improvement: @timnolte - Refactors Composer setup and GitHub Actions.
  • Improvement: @timnolte - Bumps WordPress tested version compatibility.

3.9.0 Feature & Maintenance Release

23 Mar 01:46
d4f0f4b
Compare
Choose a tag to compare

What's Changed

  • Feature: @matchaxnb - Added support for additional configuration constants.
  • Feature: @schanzen - Added support for agregated claims.
  • Fix: @rkcreation - Fixed access token not updating user metadata after login.
  • Fix: @danc1248 - Fixed user creation issue on Multisite Networks.
  • Feature: @RobjS - Added plugin singleton to support for more developer customization.
  • Feature: @jkouris - Added action hook to allow custom handling of session expiration.
  • Fix: @tommcc - Fixed admin CSS loading only on the plugin settings screen.
  • Feature: @rkcreation - Added method to refresh the user claim.
  • Feature: @Glowsome - Added acr_values support & verification checks that it when defined in options is honored.
  • Fix: @timnolte - Fixed regression which caused improper fallback on missing claims.
  • Fix: @slykar - Fixed missing query string handling in redirect URL.
  • Fix: @timnolte - Fixed issue with some user linking and user creation handling.
  • Improvement: @timnolte - Fixed plugin settings typos and screen formatting.
  • Security: @timnolte - Updated build tooling security vulnerabilities.
  • Improvement: @timnolte - Changed build tooling scripts.

Full Changelog: 3.8.5...3.9.0

3.8.5 Maintenance Release

16 Apr 04:15
a283a18
Compare
Choose a tag to compare
  • Fix: @timnolte - Fixes missing URL request validation before use & ensure proper current page URL is setup for Redirect Back.
  • Fix: @timnolte - Fixes Redirect URL Logic to Handle Sub-directory Installs.
  • Fix: @timnolte - Fixes to provide proper redirect user back for the openid_connect_generic_auth_url shortcode.

3.8.4 Maintenance Release

10 Apr 21:04
Compare
Choose a tag to compare
  • Fix: @timnolte - Fixed invalid State object access for redirection handling.
  • Improvement: @timnolte - Fixed local wp-env Docker development environment.
  • Improvement: @timnolte - Fixed Composer scripts for linting and static analysis.

3.8.3 Maintenance Release

09 Apr 02:13
eac1c3b
Compare
Choose a tag to compare
  • Fix: @timnolte - Fixed problems with proper redirect handling.
  • Improvement: @timnolte - Changes redirect handling to use State instead of cookies.
  • Improvement: @timnolte - Refactored additional code to meet coding standards.

3.8.2 Security Release

24 Mar 14:12
14dbc06
Compare
Choose a tag to compare
  • Fix: @timnolte - Fixed reported XSS vulnerability on WordPress login screen.

3.8.1 Fix Release

20 Jan 04:12
3a300e9
Compare
Choose a tag to compare
  • Fix: @timnolte - Prevent SSO redirect on password protected posts.
  • Fix: @timnolte - CI/CD build issues.
  • Fix: @timnolte - Invalid redirect handling on logout for Auto Login setting.

3.8.0 Feature Release

11 Sep 02:35
b3c7b70
Compare
Choose a tag to compare
  • Feature: @timnolte - Ability to use 6 new constants for setting client configuration instead of storing in the DB.
  • Improvement: @timnolte - NPM version requirements for development.
  • Improvement: @timnolte - Travis CI build fixes.
  • Improvement: @timnolte - GrumPHP configuration updates for code contributions.
  • Improvement: @timnolte - Refactored to meet WordPress coding standards.
  • Improvement: @timnolte - Refactored to provide localization.
  • Improvement: @timnolte - Refactored to provide a Docker-based local development environment.

3.7.1 Fix Release

13 Aug 13:03
705b771
Compare
Choose a tag to compare
  • Fix: Release Version Number.