Skip to content

Commit

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

## Changelog

### 1.6.2

* Fix an issue when prepending reply markup to content during an oembed request. Thanks [jorbin](https://profiles.wordpress.org/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.

### 1.6.1

* Remove `vendor/` directory from distribution.
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.6.1",
"version": "1.6.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.6.1
* Version: 1.6.2
*
* @package shortnotes
*/
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: jeremyfelt
Tags: indieweb, notes, replies, short
Requires at least: 5.6
Tested up to: 6.2
Stable tag: 1.6.1
Tested up to: 6.4
Stable tag: 1.6.2
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,14 @@ Those adjustments (a) remove the display of a title for the note post type and (

## Changelog

### 1.6.2

* Fix an issue when prepending reply markup to content during an oembed request. Thanks [jorbin](https://profiles.wordpress.org/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.

### 1.6.1

* Remove `vendor/` directory from distribution.
Expand Down

0 comments on commit efed565

Please sign in to comment.