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 13, 2023
1 parent e669e4d commit eba8fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 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.3
- Requires PHP: 5.6
- License: [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
- Stable tag: 2.7.9
- Stable tag: 2.8.0

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.0
- Fix invalid callback

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

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.9
* Version: 2.8.0
*
* 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.9' );
define( 'FRIENDS_VERSION', '2.8.0' );

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

0 comments on commit eba8fb6

Please sign in to comment.