Skip to content

4.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@enricobattocchi enricobattocchi released this 29 Dec 11:58

Enhancements:

  • Introduces integration with Block editor.
  • Introduces Rewrite & Republish feature.
  • Introduces new settings to individually enable/disable the New Draft, Clone and Rewrite & Republish links. #68

Other:

  • Refactors most of the code to be cleaner, more readable and testable.

Non user facing:

  • Cleans up some old code #80
  • Shows the Rewrite & Republish link in the Block editor immediately after the post has been published. #79
  • Replaces the compare-changes link with normal text and a button to save a Rewrite & Republish post and redirect to the changes overview. #78
  • Removes slug editing ability from the user interface for the Rewrite & Republish copies. #77
  • Merges the revision history of a Rewrite & Republish copy into the one of its original. #76
  • Prevents users from creating multiple Rewrite & Republish copies. #75
  • Adds the possibility to schedule a Rewrite & Republish post. #74
  • Makes the admin bar link look and behave like the WordPress ones. #73
  • Addresses the cases when a Rewrite & Republish post copy is saved with a status other than private and the one for republishing. #72
  • Introduces a page to check changes for the Rewrite & Republish feature. #71
  • Introduces grunt artifact task to generate plugin zip files. #70
  • Introduces grunt tasks for version bumping #69
  • Displays the Rewrite & Republish copies status and link to the original in the Posts list. #67
  • Changes copies in the post edit screen when a post is intended for republishing. #65
  • Implements overwriting the original post operation for the Rewrite and Republish feature. #64
  • Add notices on selected conditions, introduces new structure for watcher classes. #63
  • Improves the styling of the copy links in the Classic editor and Block editor. #62
  • Disables duplication for Rewrite & Republish copies, introduces new class structure for UI. #61
  • Implement copy operation for Rewrite and Republish feature #59
  • Improve QA/CI #58
  • Adds infrastructure and configuration to run unit tests. #57
  • Allows previously used keyphrases on duplicated posts intended for Rewrite & Repubish. #56
  • Improve developer experience #55
  • Code documentation. #54
  • Improved code documentation #53
  • I18n #52
  • Code quality/performance/PHP cross-version compatibility #51
  • Code quality/Bug prevention #50
  • Code consistency #49
  • Update dev dependency for compatibility with Composer 2.0 #48
  • Introduces class autoloading in Composer and initial class folder structure. #47