Skip to content

Releases: auth0/wordpress

3.6.1

07 Jun 17:18
Compare
Choose a tag to compare

Closed issues

  • No versions in Wordpress plugin repo #478
  • Javascript error loading Customize #476

Fixed

3.6.0

05 Jun 14:55
Compare
Choose a tag to compare

3.6.0 (2018-06-05)

Full Changelog

NOTES

  • Passwordless was reconfigured completely to use the combined Lock library (currently hard-coded to 11.5). All current settings will be migrated to the new configuration so your login process should not change. Lock initiation has also been refactored to improve maintainability and adhere to WordPress standards.
  • The Setup Wizard has been adjusted to more clearly explain the process and options available. This only affects new installations using the Setup Wizard for configuration.
  • The settings page has been rearranged and improved overall. New settings descriptions have also been added along with links to documentation, where appropriate.
  • State validation was added to both login flows; nonce validation was added to sites using Implicit flow.
  • OIDC compliant Applications should now function as expected (though this setting is not yet activated by default on installation). OpenID Connect login is now possible by turning off the Client Credentials grant for your WordPress Application.
  • Dashboard widgets have been removed. This can easily be added back as a plugin, if needed. Please contact support if you need assistance with this.
  • A number of new hooks have been added, please see our docs page on extension for a complete inventory with examples. This includes the ability to support refresh tokens.
  • Federated logout has been removed.

Closed issues

  • Expose a configurable toggle that allows Users to state if federated logout should be used #471
  • Updating to 3.5.2 - Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /app/wp-content/plugins/auth0/lib/WP_Auth0_DBManager.php on line 225 #464
  • Autoloader performance issue #461
  • Bad request does not raise error #432
  • Widget URL changes don't save when you are using passwordless #430
  • Deprecate oauth/ro endpoint #410
  • Handling errors #403
  • Fallback /api/v2/users/{id} to /userinfo #401
  • CORS errors #400
  • Provide Resend verification email only for DB connections #345
  • SSO disabled, Single Logout enabled causes users to get logged out automatically a few seconds after logging in #336
  • French translation : html characters #309
  • "Invalid authorization code": Access token is requested twice in a row, breaking the login flow #305
  • Make state work after SSO login #302
  • Is there a way to use Refresh Tokens and Wordpress? #296
  • Only decode the payload before user profile fetch in login manager #283
  • redirect callback errors #280
  • Linked Users won't be able to login using implicit flow and pipeline 2 #272
  • Normalize use of shortcode and widget #260
  • Wrong z-index on modal error message in manual setup #252
  • Logout does not work when Wordpress is locked down (private site) #39

Added

Changed

Deprecated

Removed

Fixed

Read more

3.5.2

28 Feb 16:49
Compare
Choose a tag to compare

Please see Important Note on 3.5.0

Closed issues

  • [Security] [URGENT] XSS injection error page #381
  • Non-static method WP_Auth0_Api_Client::convertCertToPem() should not be called statically #380
  • Notices in /lib/admin/WP_Auth0_Admin_Advanced.php #374
  • SSO login failing when not using implicit flow #363
  • "Override WordPress avatars" option doesn't appear to work with comments #355
  • Change log is missing from readme.txt, the separate changelog file is not updated #346
  • Uninstall doesn't remove all Auth0 database plugin entries #322
  • Unable to save migration IPs whitelist #320
  • 3.2.16 throws errors if Error Log is empty #285
  • Login plugin form name incorrect #269

Changed

Fixed

3.5.1

26 Jan 19:40
de5b797
Compare
Choose a tag to compare

Please see Important Note on 3.5.0

Fixed

3.5.0

25 Jan 17:27
Compare
Choose a tag to compare

Important Note

This is a major update that requires changes to your Auth0 Dashboard to be completed. You can save a new API token in your Basic settings in wp-admin before upgrading and the changes will be made automatically during the update. Otherwise, please review your Client Settings, specifically Advanced > Grant Types, and authorize your Client for the Management API.

Changed

Fixed

3.4.0

22 Jan 16:15
8f9e62b
Compare
Choose a tag to compare

Added

Fixed

  • Switching wizard admin user creation to use /dbconnections/signup #356 (joshcanhelp)

3.3.2

05 Oct 09:05
Compare
Choose a tag to compare

Added

  • Added translation support for a few user-facing exception messages #312 (idpaterson)

Changed

  • Use literal 'wp-auth0' rather than WPA0_LANG constant #311 (idpaterson)

3.2.24

14 Aug 17:46
Compare
Choose a tag to compare

Changed

Removed

  • Remove client_id/secret validation since it is not allowed anymore #334 (glena)

3.2.23

18 Jul 12:36
Compare
Choose a tag to compare

Changed

3.2.22

26 Jun 13:08
Compare
Choose a tag to compare

Fixed

  • Fixed migration for older plugins that use base64 secret #324 (cocojoe)