Skip to content

Commit

Permalink
Changelog + Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Oct 12, 2023
1 parent 6e0951f commit 6ff8aab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- Tested up to: 6.3
- Requires PHP: 5.6
- License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 2.7.8
- Stable tag: 2.7.9

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

## Changelog

### 2.7.7
### 2.7.9
- Fix broken replies with version 1.0 of the ActivityPub plugin ([#257])

### 2.7.8
- Fix some incompatibilities with version 1.0 of the ActivityPub plugin ([#256])

### 2.7.7
Expand Down Expand Up @@ -269,6 +272,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
[#257]: https://github.com/akirk/friends/pull/257
[#256]: https://github.com/akirk/friends/pull/256
[#255]: https://github.com/akirk/friends/pull/255
[#252]: https://github.com/akirk/friends/pull/252
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.7.8
* Version: 2.7.9
*
* 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.7.8' );
define( 'FRIENDS_VERSION', '2.7.9' );

require_once __DIR__ . '/libs/Mf2/Parser.php';
require_once __DIR__ . '/libs/blocks-everywhere/blocks-everywhere.php';
Expand Down

0 comments on commit 6ff8aab

Please sign in to comment.