Skip to content

Commit

Permalink
Bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Nov 27, 2022
1 parent 1745afb commit b13f123
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.4.0

* Integrate with [Share on Mastodon](https://wordpress.org/plugins/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.

### 1.3.1

* Update `@wordpress/scripts` dependency to 23.2.0.
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "1.4.0",
"description": "Add a notes post type to WordPress. For your short notes.",
"author": "jeremyfelt",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://jeremyfelt.com
* Text Domain: shortnotes
* Domain Path: /languages
* Version: 1.3.1
* Version: 1.4.0
*
* @package shortnotes
*/
Expand Down
11 changes: 10 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.3.1
Stable tag: 1.4.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,15 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.4.0

* Integrate with [Share on Mastodon](https://wordpress.org/plugins/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.

### 1.3.1

* Update `@wordpress/scripts` dependency to 23.2.0.
Expand Down

0 comments on commit b13f123

Please sign in to comment.