Skip to content

Releases: userfront/wordpress

v1.2.2

27 Sep 04:07
Compare
Choose a tag to compare

Improvements

  • New Organization ID field to reference (read/write) roles, for multi-user organizations (subscription required).

Bugfixes

  • Redirect loop when not creating new WordPress accounts.
  • Improvements to quotations and code style.

v1.2.1

20 Sep 15:04
Compare
Choose a tag to compare

Bugfixes

  • Rename "Require a WordPress account" to "Create a WordPress account"
  • Fix redirect loop bug when create a wordpress account is disabled

v1.2.0

20 Sep 03:10
Compare
Choose a tag to compare

Miscellaneous

  • Improvements to the Toolkit script with wp_enqueue_script().
  • New plugin JavaScript file for extending client-side behavior with jQuery and Userfront Core.
  • New warning alert for Pantheon websites about the cache-busting cookies.
  • Success message after submitting changes to the plugin settings.

Blurbs

Each field of the plugin settings now has short blurbs to help administrators better understand what is the expected behavior.

Feature control

Disable specific features such as login, sign up, and reset password from the plugin settings. This will automatically create or delete corresponding pages.

Require a WordPress Account

By default, the plugin will create a new WordPress account with the Userfront information. Block access to your WordPress and users will be logged out and this error message will appear:

Screenshot 2024-09-19 at 10 02 19 PM

v1.1.0

06 Sep 08:04
Compare
Choose a tag to compare

Bugfixes and new features.

Pantheon support

There was a reported bug for Pantheon websites due to their cookie policy. We've investigated and wrote a fix for websites on this host.

Source of Truth

A new source of truth setting allows you to choose between Userfront, WordPress or Do nothing as your source of truth.
Userfront will overwrite WordPress profiles upon login.
WordPress will overwrite Userfront profiles upon login.
Do nothing will only authenticate the user according to their email address, or create a new profile in WordPress if none exists.

Legacy redirect

Disable the WordPress native login by redirecting users from /wp-login.php to /login. This new feature is surfaced on the plugin settings. Only requests with a logout action will be allowed (/wp-login.php?action=logout) to continue supporting the native logout.

v1.0.0

16 Aug 05:50
ba9c337
Compare
Choose a tag to compare

Initial release.

Features

  • Login
  • Sign Up
  • Reset Password
  • Logout
  • Settings
  • Sync on Login
  • Documentation