Skip to content

Commit

Permalink
Bump Shortnotes 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Mar 9, 2023
1 parent 9358f38 commit 033c072
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
6 changes: 3 additions & 3 deletions languages/shortnotes.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Shortnotes plugin.
msgid ""
msgstr ""
"Project-Id-Version: Shortnotes 1.4.0\n"
"Project-Id-Version: Shortnotes 1.5.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/shortnotes\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-03-09T05:49:11+00:00\n"
"POT-Creation-Date: 2023-03-09T05:55:57+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: shortnotes\n"
Expand All @@ -19,7 +19,7 @@ msgid "Shortnotes"
msgstr ""

#. Plugin URI of the plugin
msgid "https://github.com/jeremyfelt/shortnotes"
msgid "https://wordpress.org/plugins/shortnotes/"
msgstr ""

#. Description of the plugin
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shortnotes",
"version": "1.4.0",
"version": "1.5.0",
"description": "Add a notes post type to WordPress. For your short notes.",
"author": "jeremyfelt",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php
/**
* Plugin Name: Shortnotes
* Plugin URI: https://github.com/jeremyfelt/shortnotes
* Plugin URI: https://wordpress.org/plugins/shortnotes/
* Description: Add a notes post type to WordPress. For your short notes.
* Author: jeremyfelt
* Author URI: https://jeremyfelt.com
* Text Domain: shortnotes
* Domain Path: /languages
* Version: 1.4.0
* Version: 1.5.0
*
* @package shortnotes
*/
Expand Down
15 changes: 14 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: jeremyfelt
Tags: indieweb, notes, replies, short
Requires at least: 5.6
Tested up to: 6.1
Stable tag: 1.4.0
Stable tag: 1.5.0
License: GPLv2 or Later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires PHP: 5.6
Expand Down Expand Up @@ -63,6 +63,19 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.5.0

* Improve text formatting of notes posted to Mastodon through [Share on Mastodon](https://wordpress.org/plugins/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.

### 1.4.0

* Integrate with [Share on Mastodon](https://wordpress.org/plugins/share-on-mastodon/) plugin to send notes to Mastodon:
Expand Down

0 comments on commit 033c072

Please sign in to comment.