Skip to content

My Calendar v3.4.2

Compare
Choose a tag to compare
@joedolson joedolson released this 10 Jan 16:34
· 1194 commits to master since this release

= 3.4.2 =

  • Bug fix: Revert fix that supported custom title formats in Full Site Editor, as it caused problems in some classic themes.
  • Bug fix: default_settings should only ever call add_option, not update_option. Resolves bug that could reset user's settings if they had previously uninstalled.
  • Bug fix: Accidentally used sanitize_textarea_field on event content instead of wp_kses_post, which stripped HTML.