Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Jan 4, 2022
1 parent 794b12a commit 8bbab1b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Your own WordPress at the center of your online activity. Follow friends and oth
**Contributors:** akirk
**Tags:** friends, rss, decentralized, social-network, own-your-data
**Requires at least:** 5.0
**Tested up to:** 5.8
**Tested up to:** 5.9
**Requires PHP:** 5.2.4
**License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html)
**Stable tag:** trunk
Expand Down Expand Up @@ -86,6 +86,10 @@ There is a cache of your friends post in form of a Custom Post Type friend_post

## Changelog

### 1.8.3
- Improve default feed selection when adding a friend
- Fix improper plugin directory when a friends plugin installed from Github

### 1.8.2
- Move plugin updater data to Github

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.2
* Version: 1.8.3
*
* 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.2';
const VERSION = '1.8.3';
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 8bbab1b

Please sign in to comment.