Skip to content

Releases: jeremyfelt/shortnotes

Shortnotes 1.7.0

04 Jul 14:21
fbe89db

Choose a tag to compare

  • Introduce 'shortnotes_bypass_filter_status_text' filter. Thanks peterwilsoncc!
    • Allows the contextual bypass our modification of note text when using Share On Mastodon.
  • Avoid deprecated 'allowed_block_types' filter. Thanks peterwilsoncc!
  • Explicitly set flags param in HTML entity functions.
  • Import PluginDocumentSettingPanel from @wordpress/editor vs @wordpress/edit-post.
  • Confirm support for WordPress 6.8. Thanks peterwilsoncc!
  • Clarify minimum supported versions: PHP 7.2, WP 6.3.
  • Update coding standards, developer tooling.

Shortnotes 1.6.2

01 Nov 05:58
4acda39

Choose a tag to compare

1.6.2

  • Fix an issue when prepending reply markup to content during an oembed request. Thanks jorbin!
  • Update @wordpress/scripts dependency to 26.15.0.
  • Add phpstan configuration.
  • Remove old, unnecessary pre-PHP 5.6 notice.
  • Confirm upcoming WordPress 6.4 support.

Shortnotes 1.6.1

15 Jul 23:16
926adee

Choose a tag to compare

1.6.1

  • Remove vendor/ directory from distribution. 🤦🏻‍♂️

Shortnotes 1.6.0

15 Jul 23:09
2e44b44

Choose a tag to compare

1.6.0

  • Improve title generation when a note starts with a quote.
  • Improve text formatting of notes posted to Mastodon through Share on Mastodon:
    • Avoid duplicate dashes when a note with a quote is transformed for Mastodon.
    • Remove leading and trailing double quotes of all flavors when a note with a quote is transformed for Mastodon.
    • Ensure persisting line breaks for preformatted blocks with <br> tags.
    • Improve handling of lists and list items when transforming content for Mastodon.
  • Update @wordpress/scripts dependency to 26.8.0.

Shortnotes 1.5.0

09 Mar 05:58

Choose a tag to compare

1.5.0

  • Improve text formatting of notes posted to Mastodon through Share on Mastodon:
    • Transform quote block to a text representation of the quote and citation.
    • Transform embed blocks to a raw URL.
    • Improve transformation of paragraph blocks.
    • Improve extraction of anchor hrefs from markup.
  • Properly reply to a previous note's corresponding Mastodon post.
  • Remove hacky filtering of Share on Mastodon.
    • This is technically a back-compat break for Share on Mastodon <0.9.
  • Use the quote block to generate a note title, if available.
  • Update @wordpress/scripts dependency to 25.5.1.

Shortnotes 1.4.0

27 Nov 21:53

Choose a tag to compare

1.4.0

  • Integrate with Share on Mastodon plugin to send notes to Mastodon:
    • Full note text is sent to Mastodon with stripped HTML.
    • If a repy to URL is a Mastodon post, it will appear as a reply in Mastodon.
  • Fix an issue where titles did not generate as expected on scheduled notes.
  • Update @wordpress/scripts dependency to 24.6.0.
  • Confirm WordPress 6.1 support.