Skip to content

Commit

Permalink
Version bump + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jan 18, 2024
1 parent fc84095 commit 600d20d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tested up to: 6.4
- Requires PHP: 5.6
- License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 2.8.3
- Stable tag: 2.8.4

Your own WordPress at the center of your online activity. Follow friends and other websites and establish friendship relationships between blogs.

Expand Down Expand Up @@ -95,6 +95,9 @@ There is a cache of your friends post in form of a Custom Post Type friend_post

## Changelog

### 2.8.4
- Fix adding new feeds with a Mastodon-style notation ([#282])

### 2.8.3
- Unfortunately we had to disable Gutenberg on the frontend ([#273])
- Fixed a missing reblog button for virtual users ([#261])
Expand Down Expand Up @@ -293,6 +296,7 @@ There is a cache of your friends post in form of a Custom Post Type friend_post
- Add blog to blog messaging

[Send to E-Reader plugin]: https://github.com/akirk/friends-send-to-e-reader
[#282]: https://github.com/akirk/friends/pull/282
[#273]: https://github.com/akirk/friends/pull/273
[#261]: https://github.com/akirk/friends/pull/261
[#272]: https://github.com/akirk/friends/pull/272
Expand Down
4 changes: 2 additions & 2 deletions friends.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: Friends
* Plugin author: Alex Kirk
* Plugin URI: https://github.com/akirk/friends
* Version: 2.8.3
* Version: 2.8.4
*
* Description: A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.
*
Expand All @@ -24,7 +24,7 @@
define( 'FRIENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'FRIENDS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
define( 'FRIENDS_PLUGIN_FILE', plugin_dir_path( __FILE__ ) . '/' . basename( __FILE__ ) );
define( 'FRIENDS_VERSION', '2.8.3' );
define( 'FRIENDS_VERSION', '2.8.4' );

require_once __DIR__ . '/libs/Mf2/Parser.php';

Expand Down

0 comments on commit 600d20d

Please sign in to comment.