Skip to content

Releases: strangerstudios/pmpro-member-directory

v0.7

01 May 16:04
Compare
Choose a tag to compare
  • SECURITY/ENHANCEMENT: Update NPM packages to latest version to resolve vulnerability issues.
  • BUG FIX: Stripping slashes when using an apostrophe in search field.
  • BUG FIX: Fixed notice and display bug when a trailing space was left in the shortcode's "fields" attribute.
  • BUG FIX: Added method="post" to search form on directory page to avoid errors where sites not using pretty permalinks would break.
  • BUG FIX/ENHANCEMENT: Replicated error_log for field data code in the "table" layout (logging was already in the other layouts).
  • BUG FIX/ENHANCEMENT: Added word-break css improvement for cases where a long name or email address was forcing overflow content.
  • BUG FIX/ENHANCEMENT: Fixed case where a user hidden from directory could still have their individual profile accessed through direct URL.
  • ENHANCEMENT: Support for Multiple Memberships Per User to display comma-separated list of levels in directory and profile view.
  • ENHANCEMENT: Support for frontend member profile edit in PMPro v2.3+ to allow members to toggle display in directory.
  • ENHANCEMENT: Filter added for previous and next page navigation on directory (pmpromd_pagination_url).
  • ENHANCEMENT: Wrapped the filename output on directory or profile with <span class="pmpromd_filename"> to allow customization or hide via CSS.

V.6.1

26 Jul 13:57
db0e29f
Compare
Choose a tag to compare
  • BUG FIX: Levels select in block not returning any results on frontend.

  • BUG FIX: Custom fields from Register Helper not working when multiple fields are set in the shortcode method.

  • BUG FIX: Remove "Levels" attribute from profile block method as profile shortcode does not support this attribute. Set the 'Require Membership' meta box to restrict access to profile pages.

V.6

24 Jul 12:02
2e62e0e
Compare
Choose a tag to compare
V.6
  • BUG FIX: Show default "Hide From Directory" if no directory page is set.
  • BUG FIX: Strip trailing semi-colon from "fields" attribute.
  • BUG FIX: Redirect non-member profiles back to the directory page.
  • ENHANCEMENT: Directory and Profile page now makes use of CSS grid.
  • ENHANCEMENT: Filter added for 'view profile' link on directory ("pmpromd_profile_url").
  • ENHANCEMENT: Improve SQL for directory page. This is now broken into sections making it easier to adjust the query. New filter added for this ("pmpro_member_directory_sql_parts").
  • ENHANCEMENT: Support Approvals Add On. Redirect non-approved member profiles back to the directory page.
  • FEATURE: Support the new WordPress Block Editor for both the directory and profile page. Please note custom page templates need to be updated for this to work with the block editor.