Skip to content

3.4.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@andergmartins andergmartins released this 20 May 12:58
7303206

Changelog

  • ADDED: Workflow builder and workflow engine;
    • Add workflow triggers:
      • Post is saved
      • Post is updated
      • Manually enabled for Post on save
      • Legacy Future action
      • On Init
      • On Admin Init
    • Add workflow actions:
      • Delete Post
      • Stick Post
      • Unstick Post
      • Add extra terms to post
      • Replace all terms to post
      • Remove terms to post
      • Move post to status
      • Ray - Debug
      • Query Posts
    • Add workflow flows:
      • Schedule
      • Simple Condition (partially implemented)
  • FIXED: Fix localization making string translatable in ScheduledActionsTable.php file (thanks @DAnn2012), #703;