Skip to content

Editloft 0.6218.1049

Latest

Choose a tag to compare

@thisismyurl thisismyurl released this 06 Aug 14:52

Editloft 0.6218.1049

If you are on 0.6194 or 0.6199, please update. This fixes a bug that stopped you saving a post.

Editing a post in the block editor and pressing Update gave you "Updating failed. The response is not a valid JSON response," and nothing saved. Quick Edit still worked, which made it look like the editor was the problem rather than the plugin.

It was the plugin. The workflow check that decides whether a status change is allowed registered its REST hook without telling WordPress the hook takes two arguments. WordPress called it with one, PHP stopped on the spot, and the save died there. It ran on the full editor's save path but not on Quick Edit's, which is why one worked and the other did not.

The fix is one line, and I confirmed the save that used to fail now goes through. This bug was in both earlier releases, so if you installed either, this is the update to take.

Requirements

  • WordPress 6.4 or later
  • PHP 7.4 or later

Full notes are in CHANGELOG.md.