• 1.2.0: Release 1.2.0. Removes the legacy lh_user_profiles_shortcode profile listing shortcode in favour of the User Profiles block, now that all content has been migrated (network-wide check of posts, widget options and post meta found no remaining uses; lh-tasks 147604). The output_user_profile_shortcode method and its registration are gone; the block already renders directly from its userIds and fields attributes through render_profiles. The lh_user_profiles_avatar shortcode is unchanged. readme.txt updated with the 1.2.0 entry.
  • 1.1.1: Release 1.1.1. Wraps each listed person in a div with the class lh-user-profiles-person instead of a paragraph, fixing invalid nested paragraphs around the bio, and puts the email and mobile lines in their own paragraph with the class lh-user-profiles-contact. Removes the Domain Path plugin header, which pointed at a languages folder that does not exist. The upgrade routine now only clears rewrite rules when upgrading from before 1.1.0, instead of on every version change. readme.txt changelog trimmed to the last two versions.
  • 1.1.0: Release 1.1.0. Adds a server-rendered User Profiles block (lh-user-profiles/profiles) with a people picker backed by a new lh-user-profiles/v1/users REST route, and email and mobile toggles that are off by default. Fixes mobile numbers displaying wrongly and the tel link doubling the plus sign by formatting from the stored E.164 value, fixes the phone line following the email setting, escapes names, links and bios, sanitises shortcode inputs, and stops the listing shortcode querying without an include list. Removes the unused lh_user_profiles_pt post type and refreshes rewrite rules on upgrade. Moves to the standard plugins_loaded bootstrap with the init_plugin filter gate, drops the class_exists wrapper and extract calls, and adds a populated readme.txt. The listing shortcode is kept as a wrapper around the same renderer until content is migrated.
  • 1.00: Initial release. Adds the lh_user_profiles_shortcode shortcode to list chosen users with avatar, display name, bio and optional contact email and mobile, the lh_user_profiles_avatar shortcode to output a single user avatar, and registers the lh_user_profiles_pt profile post type.