Skip to content

Commit

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

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 @@ -94,6 +94,11 @@ There is a cache of your friends post in form of a Custom Post Type friend_post

## Changelog

### 2.8.5
- Add Boosting any URL and improve search field ([#287])
- Allow translator translation for the welcome box ([#286])
- Remove dysfunct double setting from Edit User Page ([#289])

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

Expand Down Expand Up @@ -295,6 +300,9 @@ 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
[#287]: https://github.com/akirk/friends/pull/287
[#286]: https://github.com/akirk/friends/pull/286
[#289]: https://github.com/akirk/friends/pull/289
[#282]: https://github.com/akirk/friends/pull/282
[#273]: https://github.com/akirk/friends/pull/273
[#261]: https://github.com/akirk/friends/pull/261
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.4
* Version: 2.8.5
* Requires PHP: 5.6
* Description: A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications.
Expand All @@ -25,7 +25,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.4' );
define( 'FRIENDS_VERSION', '2.8.5' );

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

Expand Down

0 comments on commit 7df2457

Please sign in to comment.