Skip to content

Releases: oidc-wp/openid-connect-generic

3.10.2

17 Dec 21:17

Choose a tag to compare

Fix for regression caused by url handling improvements.

What's Changed

New Contributors

Full Changelog: 3.10.1...3.10.2

3.10.1 Features, Fixes & Maintenance Release

13 Dec 13:45

Choose a tag to compare

What's Changed

  • fix(Wrapper): Fixes handling of optional expires_in attribute in Access Token by @timnolte in #539
  • Fix userinfo request method by @JUVOJustin in #563
  • chore(deps-dev): Bump express from 4.18.2 to 4.19.2 by @dependabot[bot] in #528
  • chore(deps-dev): Bump webpack-dev-middleware from 5.3.3 to 5.3.4 by @dependabot[bot] in #524
  • chore(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot[bot] in #523
  • Chore: @daggerhart - Readme updates and clarifications.
  • Chore: @daggerhart - Release workflow updates.
  • @daggerhart - Improved error handling for malformed urls.
  • Add filters for contextualization by @JUVOJustin in #559
  • chore(deps): Bump js-yaml by @dependabot[bot] in #583
  • chore(deps): Bump on-headers and compression by @dependabot[bot] in #584
  • chore(deps-dev): Bump form-data from 4.0.0 to 4.0.5 by @dependabot[bot] in #585
  • chore(deps-dev): Bump node-forge from 1.3.1 to 1.3.3 by @dependabot[bot] in #586
  • chore(deps-dev): Bump tmp from 0.2.1 to 0.2.5 by @dependabot[bot] in #587

New Contributors

Full Changelog: 3.10.0...3.10.1

3.10.0 Features, Fixes & Maintenance Release

09 Apr 02:01
0038ce7

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

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

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

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

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

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

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

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.