Skip to content

Commit b13f123

Browse files
committed
Bump 1.4.0
1 parent 1745afb commit b13f123

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ Those adjustments (a) remove the display of a title for the note post type and (
5555

5656
## Changelog
5757

58+
### 1.4.0
59+
60+
* Integrate with [Share on Mastodon](https://wordpress.org/plugins/share-on-mastodon/) plugin to send notes to Mastodon:
61+
* Full note text is sent to Mastodon with stripped HTML.
62+
* If a repy to URL is a Mastodon post, it will appear as a reply in Mastodon.
63+
* Fix an issue where titles did not generate as expected on scheduled notes.
64+
* Update `@wordpress/scripts` dependency to 24.6.0.
65+
* Confirm WordPress 6.1 support.
66+
5867
### 1.3.1
5968

6069
* Update `@wordpress/scripts` dependency to 23.2.0.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shortnotes",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"description": "Add a notes post type to WordPress. For your short notes.",
55
"author": "jeremyfelt",
66
"license": "GPL-2.0-or-later",

plugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: https://jeremyfelt.com
88
* Text Domain: shortnotes
99
* Domain Path: /languages
10-
* Version: 1.3.1
10+
* Version: 1.4.0
1111
*
1212
* @package shortnotes
1313
*/

readme.txt

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: jeremyfelt
33
Tags: indieweb, notes, replies, short
44
Requires at least: 5.6
55
Tested up to: 6.1
6-
Stable tag: 1.3.1
6+
Stable tag: 1.4.0
77
License: GPLv2 or Later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
Requires PHP: 5.6
@@ -63,6 +63,15 @@ Those adjustments (a) remove the display of a title for the note post type and (
6363

6464
## Changelog
6565

66+
### 1.4.0
67+
68+
* Integrate with [Share on Mastodon](https://wordpress.org/plugins/share-on-mastodon/) plugin to send notes to Mastodon:
69+
* Full note text is sent to Mastodon with stripped HTML.
70+
* If a repy to URL is a Mastodon post, it will appear as a reply in Mastodon.
71+
* Fix an issue where titles did not generate as expected on scheduled notes.
72+
* Update `@wordpress/scripts` dependency to 24.6.0.
73+
* Confirm WordPress 6.1 support.
74+
6675
### 1.3.1
6776

6877
* Update `@wordpress/scripts` dependency to 23.2.0.

0 commit comments

Comments
 (0)