Skip to main content

v0.2.8

· One min read

Resolves bug in which WP users were not created upon a SSO login attempt when having user_login longer than 60 characters. Adds missing documentation.

FIXES

  • Resolves bug in which WP users were not created upon a SSO login attempt when having user_login longer than 60 characters.

ADDS

  • Missing documentation for re:Members role mapping through Security Roles, Purchases and Events.

v0.2.7

· One min read

Adds support to re:Members purchases, events and security roles for role mapping as beta feature. Fixes re:Members name and styling across the code and replaces hard-coded amsc_ hook prefixes with AMSC_PREFIX constant.

ADDS

  • Support to re:Members purchases, events and security roles for role mapping as beta feature.

CHANGES

  • Replaces hard-coded amsc_ hook prefixes with AMSC_PREFIX constant.

FIXES

  • re:Members name and styling across the code.

v0.2.6

· One min read

Resolves bug in which WP users were not created upon a SSO login attempt when having user_nicename longer than 50 characters.

FIXES

  • Resolves bug in which WP users were not created upon a SSO login attempt when having user_nicename longer than 50 characters.

v0.2.5

· One min read

Adds cachebuster query variable to all redirects back to the site to ensure all layers of cache are cleared.

ADDS

  • Adds cachebuster query variable to all redirects back to the site to ensure all layers of cache are cleared.

v0.2.3

· One min read

Adds support for Membership Type, Committees, and Certification role mapping in Re:Member. Adds support for custom domain name for proper login, logout and profile screen redirects.

ADDS

  • [REMEMBERS] Adds BETA integration with Re:Member Member Types, Certifications, and Committees.
  • [REMEMBERS] Adds ability to set custom domain for production credentials for appropriate login, logout and profile redirects.

v0.2.4

· One min read

Adds support for the redirect_to parameter on the single logout URL. Defaults to the home page if no redirect_to query parameter is present.

ADDS

  • Adds support for the redirect_to URL parameter in the single logout URL.
  • Adds default redirect to home page if no redirect_to parameter is passed to the single logout URL.

v0.2.1

· One min read

Login flow honors the redirect_to query variable if it is present a falls back to the HTTP_REFERER system variable. Plugin data deletion will only delete AMS Connect option keys and user meta values that are registered through the plugin to avoid unintentional deletion. AMS Connect "Options" has been changed to "Settings" for clarity.

FIXES

  • Re:Member/Impexium login flow honors the native WP redirect_to URL variable when available.
  • Delete all plugin data also deletes the AMS ID user meta keys.

CHANGES

  • Changes AMS Connect "Options" screen to "Settings"
  • AMS Connect dashboard redirects to Settings page if no AMS is configured
  • Code refactoring to keep all AMS files in a singular folder
  • Delete all plugin data only deletes specified option and user meta keys

v0.2.2

· One min read

Deploys semi-urgent bug fixes including one in which Shortcodes are not registered and the "Login with AMS" button renders when the settings have not been configured to do so. Changes storage of Re:Member/Impexium Membership Expiration to a unix timestamp for easier comparison. The [amsc-date] shortcode format defaults to a Unit timestamp as well for convenience.

FIXES

  • Resolves bug in which Shortcodes won't work if AMS has not been configured. Shortcodes should work regardless.
  • Resolves bug in which "Login with AMS" button would render on /wp-login.php page when setting hasn't been set.

CHANGES

  • Stores Re:Member/Impexium membership expiration date as a Unix timestamp instead of mysql date for easier comparisons
  • [amsc-date] defaults to rendering Unix timestamp for easier comparisons

v0.2.0

· One min read

Adds options to redirect default WP login to the AMS login unless a chose query variable is present, option to choose a username prefix to add to all SSO created users, and a utility to delete all plugin data. This update also fixes issues in which the WP logout flow was sending WP only users to the AMS logout and in which option checkboxes were getting saved as checked unintentionally.

ADDS

CHANGES

  • Impexium logout only sends user to the AMS logout URL if the current user is an AMS SSO user.

FIXES

  • Fixes issue where checkbox options were being saved as checked even when they were being left unchecked.
  • Only shows current environment API configuration errors when Re:Member API keys are added.

v0.1.2

· One min read

This release constitutes the initial Alpha Version release of AMS Connect for WP and is intended for testing and development. It is not ready for production.

The initial feature set includes:

  1. Re:Member (Impexium) API and login redirect flow SSO configuration
  2. WordPress Login/Login Link and My Account navigation menu options
  3. Basic Member/Non-Member role mapping