Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jan 20, 2022
1 parent 94077df commit 9e6a7fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ There is a cache of your friends post in form of a Custom Post Type friend_post
### 1.9.0
- New feature: Keyword Matcher (get a notification if an incoming post contains keywords you can specify)
- New feature: Automatic status posts (automatically create draft status posts for certain events, they need to be published manually)
- Disable Gutenberg in messages until Gutenberg-Everywhere has been fixed

### 1.8.5
- Multisite: fix adding user to site instead of requiring a new username
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.5
* Version: 1.9.0
*
* 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.5';
const VERSION = '1.9.0';
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 9e6a7fa

Please sign in to comment.