Skip to content

Commit

Permalink
Bump plugin version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelt committed Nov 24, 2021
1 parent bf785d6 commit e7a0c88
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.1.2

* Add `shortnotes_reply_to_name` filter.
* Update `@wordpress/scripts` dependency to 19.2.2.
* Rebuild JavaScript asset with latest WP scripts.

### 1.1.1

* Confirm support for WordPress 5.8.
Expand Down
2 changes: 2 additions & 0 deletions includes/post-type-note.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ function get_reply_to_markup( $post ) {
/**
* Filters the text used for the reply-to name.
*
* @since 1.1.2
*
* @param string $reply_to_name The current text.
* @param \WP_Post $post A shortnote's post object.
* @param string $reply_to_url The reply-to URL.
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.1.1",
"version": "1.1.2",
"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.1.1
* Version: 1.1.2
*/

// If this file is called directly, abort.
Expand Down
8 changes: 7 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: 5.8
Stable tag: 1.1.1
Stable tag: 1.1.2
Requires PHP: 5.6
License: GPLv2 or Later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -63,6 +63,12 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.1.2

* Add `shortnotes_reply_to_name` filter.
* Update `@wordpress/scripts` dependency to 19.2.2.
* Rebuild JavaScript asset with latest WP scripts.

### 1.1.1

* Confirm support for WordPress 5.8.
Expand Down

0 comments on commit e7a0c88

Please sign in to comment.