Releases: brettshumaker/Staff-List-Plugin
Releases · brettshumaker/Staff-List-Plugin
v2.2.5
v2.2.2
ADDED: sslp_after_staff_member_admin_fields which passes $post->ID so a user can add their own fields to the metabox
ADDED: sslp_save_staff_member_details' which passes $post->IDand$_POST` so that users can save their own custom fields
v2.2.1
- ADDED: Use the filter
sslp_staff_member_bio_kses_allowed_html
to change which HTML tags are allowed in the Staff Member bio field - it currently defaults to thepost
context. Learn more. - FIXED: Added some data sanitization and escaping
- FIXED: Removed extra spacing on default values
- CLEANED UP: Removed some old debugging code