Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jan 16, 2022
1 parent 4d13f1a commit e480c14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ There is a cache of your friends post in form of a Custom Post Type friend_post

## Changelog

### 1.8.5
- Multisite: fix adding user to site instead of requiring a new username

### 1.8.4
- Fixes for a PHP fatal and some notices

Expand Down
2 changes: 1 addition & 1 deletion 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: 1.8.4
* Version: 1.8.5
*
* Description: Decentralized Social Networking with WordPress. Connect WordPresses through friend requests and read each other’s (private) posts in a feed reader.
*
Expand Down
2 changes: 1 addition & 1 deletion includes/class-friends.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author Alex Kirk
*/
class Friends {
const VERSION = '1.8.4';
const VERSION = '1.8.5';
const CPT = 'friend_post_cache';
const FEED_URL = 'friends-feed-url';
const PLUGIN_URL = 'https://wordpress.org/plugins/friends/';
Expand Down

0 comments on commit e480c14

Please sign in to comment.