Skip to content

v0.47.1

Choose a tag to compare

@github-actions github-actions released this 22 Aug 19:38
· 22 commits to main since this release
5467cf3

v0.47.1

  • Fixed: a text custom field containing Markdown punctuation was published with
    that punctuation active — a field reading A *literal* marker arrived with one
    word in italics instead of the asterisks the author typed. Underscores,
    brackets and backslashes were the same case. Each value was wrapped in a
    <div>, and that wrapper silently switched off the escaping every other piece
    of text in the document gets. Values are now separated by a blank line instead,
    which restores the escaping and keeps them apart; markup from a WYSIWYG field
    is unaffected and still converts as before.
  • Fixed: listing a custom field whose value contains Gutenberg block markup
    alongside plain-text fields ran those text fields together on one line. One
    block-valued field sent every sibling down the block path, where plain text is
    emitted without paragraphs.