Skip to content

Releases: brettshumaker/Staff-List-Plugin

v2.2.5

31 Oct 13:33
cd14c53
Compare
Choose a tag to compare

FIXED: Added security nonces

v2.2.2

04 May 14:47
0147983
Compare
Choose a tag to compare

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

16 Mar 13:19
79c87bd
Compare
Choose a tag to compare
  • 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 the post context. Learn more.
  • FIXED: Added some data sanitization and escaping
  • FIXED: Removed extra spacing on default values
  • CLEANED UP: Removed some old debugging code