Skip to content

Releases: auth0/wordpress

4.3.1

15 Sep 00:20
5e364d6
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Update client configuration url for embedded logins #832 (evansims)

4.3.0

26 Mar 12:51
7504cc0
Compare
Choose a tag to compare

Full Changelog

Added

4.2.0

11 Feb 20:57
b4a309e
Compare
Choose a tag to compare

Full Changelog

Added

Changed

Fixed

4.1.1

23 Oct 18:28
Compare
Choose a tag to compare

Full Changelog

Fixed

4.1.0

22 May 21:50
Compare
Choose a tag to compare

Full Changelog

Closed issues

  • With a custom domain, JWKs aren't being fetched from the correct domain #790

Changed

Fixed

4.0.0

31 Mar 17:24
Compare
Choose a tag to compare

Full Changelog

This is a major release with breaking changes!

In addition to the minimum PHP version being updated from 5.3 to 7.0, there are many breaking removals and changes that are covered in the migration guide included in this release.

Closed issues

  • pt-BR language is not being installed #760
  • Authorization Extension, groups, roles not showing up #701
  • Using the auth0 word in the URL path triggers an authorization code exchange #351

Added

  • PHPCS security scan, sanitization and escaping improvements, and removed custom admin styling (see commits for details)
  • Add settings validation to import #777 (joshcanhelp)
  • Add ability to break cache if RS256 ID token kid is not found #770 (joshcanhelp)
  • Remove error_log calls and add auth0_insert_error action #763 (joshcanhelp)
  • Get new access token via refresh token API #730 (albeja)
  • feature/Adding Brazilian Portuguese translations #729 (niugait)
  • Add wpa0_user_data filter before creating WP_User #717 (horike37)
  • Add check for GET and POST globals for state validation #707 (joshcanhelp)

Changed

Removed

Fixed

3.11.3

30 Jan 19:22
Compare
Choose a tag to compare

Full Changelog

Security

  • Fix potential XSS on wp-login.php override page #768 (kinabalu)

3.11.2

17 Jan 22:15
Compare
Choose a tag to compare

Full Changelog

Important note for sites using the Implicit Login Flow setting: The upcoming changes to SameSite handling in multiple browsers will require sites using the Implicit Login Flow setting to also be served on a secure channel (callback URL using "https"). This setting will be removed in the upcoming major version but is patched for sites that need time to migrate.

3.7.3

18 Dec 00:41
Compare
Choose a tag to compare

Full Changelog

Fixed

  • Cast user ID to integer to fix reflected XSS

3.11.1

05 Aug 16:51
Compare
Choose a tag to compare

Full Changelog

Fixed