Skip to content

3.1

Compare
Choose a tag to compare
@jakubmikita jakubmikita released this 24 Jun 21:27
  • [Added] notification/notify filter which control if notification should be sent or not
  • [Added] notification/settings action which accepts Settings API class as a parameter
  • [Added] post_author_email merge tag for all comment types triggers, thanks to Wayne Davies
  • [Added] Ongoing check of PHP and WP version, thanks to Max (@max-kk)
  • [Added] Option to strip shortcodes from Notification subject and content, thanks to @Laracy
  • [Added] Notification : Signature extension to extension directory
  • [Changed] Settings and Singleton are now loaded from Composer libraries
  • [Changed] Gulp default task to build, and added watch task which boots up BS
  • [Changed] Action priority when default recipients and triggers are registered from 50 to 9
  • [Changed] Action priority when settings are initialized from 15 to 8
  • [Changed] Updated Composer libraries
  • [Changed] Values for default trigger options from strings/arrays to null
  • [Fixed] Bug when Text editor was active and the trigger was changed
  • [Fixed] Post Visibility setting on other post types than Notification
  • [Fixed] Default recipient merge_tag value. All recipient inputs are now dynamically refreshed
  • [Fixed] Not cached exception in plugin's table when requiring this plugin from inside of another plugin or theme, thanks to Max (@max-kk)