Skip to content

Releases: auth0/wordpress

5.6.1

Choose a tag to compare

@kishore7snehil kishore7snehil released this 05 May 09:44
bad12b3

Fixed

  • fix: Enforce allow_fallback setting during authentication

5.6.0

Choose a tag to compare

@kishore7snehil kishore7snehil released this 01 Apr 10:55
5e39baa

Fixed

5.5.0

Choose a tag to compare

@kishore7snehil kishore7snehil released this 16 Dec 15:12
be493df

Fixed

5.4.0

Choose a tag to compare

@kishore7snehil kishore7snehil released this 01 Oct 12:02
21636c8

Fixed

5.3.0

Choose a tag to compare

@kishore7snehil kishore7snehil released this 15 May 20:57
9b0cb9b

Fixed

4.6.2

Choose a tag to compare

@evansims evansims released this 12 Jul 16:49

Full Changelog

Fixed

  • Resolved an issue with corrupted JSON payloads.

4.6.1

Choose a tag to compare

@evansims evansims released this 09 Jul 00:56

Changed

  • Tested against WordPress 6.5.5 w/ PHP 8.3.
  • Improved translated string handling.

Fixed

  • Resolved issue with ?wle parameter handling.

5.2.1

Choose a tag to compare

@evansims evansims released this 04 Jun 03:26
cf53efe

Fixed

  • Resolves an issue in which the fallback URI secret isn't shown. #903 (HPiirainen)
  • Resolves a compatibility issue with changes in WordPress 6.5 causing invalidated sessions. (evansims)

4.6.0

Choose a tag to compare

@evansims evansims released this 11 Jan 21:15
257c59d

Full Changelog

Added

Changed


You can verify the signature of a downloaded release archive using OpenSSL. Download the public signing key from the GitHub repository and save it to the same directory as the .ZIP and .SIGN files provided with this release, then run the following:

openssl dgst -verify public-signing-key.pub -keyform PEM -sha256 -signature Auth0_WordPress_Plugin_4.6.0.zip.sign -binary Auth0_WordPress_Plugin_4.6.0.zip

5.2.0

Choose a tag to compare

@evansims evansims released this 12 Dec 19:16
0d5aef8

Added

  • feat(SDK-4734): Implement support for Back-Channel Logout #882 (evansims) ¹

Changed

  • Bumped auth0-php dependency version range to ^8.10.
  • Raised the minimum supported PHP version to 8.1.
  • Confirmed support for WordPress 6.4. Updated metadata to reflect support.

Note

¹ To use this feature, an Auth0 tenant must have support for it enabled.