-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
74 lines (50 loc) · 1.94 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
=== BP Profile Status ===
Contributors: wp3sixty, sanket.parmar, pranalipatel
Tags: buddypress profile status, buddypress profile, activity, status, profile, members, buddypress
Requires at least: WordPress 4.0
Tested up to: WordPress 4.8.1
Stable tag: 1.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Using BP Profile Status plugin you can set status in your BuddyPress Profile.
== Description ==
BP Profile Status plugin is useful for setting up the status for your BuddyPress Profile.
Also, you can set status from other member's profile.
== Installation ==
= From your WordPress dashboard =
1. Visit 'Plugins > Add New'
2. Search for 'BP Profile Status'
3. Activate BP Profile Status from your Plugins page.
= From WordPress.org =
1. Download BP Profile Status.
2. Upload the 'bp-profile-status' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate BP Profile Status from your Plugins page.
== Frequently Asked Questions ==
= Can I use my existing WordPress theme? =
Yes! BP Profile Status works out-of-the-box with nearly every BuddyPress supported theme.
== Screenshots ==
1. My Profile Status
2. Member's Loop
== Changelog ==
= 1.5.1 - Jun 19, 2017 =
* Fix - CSS issue
= 1.5.0 - Feb 02, 2017 =
* New - `bpps_text_counter` filter to increase/decrease character limit
= 1.4.0 - Dec 21, 2016 =
* New - `bpps_no_current_status_display` filter to hide no current status message
* New - Add New Status link if no status is set
= 1.3.0 - Sep 24, 2016 =
* Fixed coding standards
= 1.2 - Jan 23, 2016 =
* Direct edit option for current status
= 1.1.1 - Jan 02, 2016 =
* Added BuddyPress activity for profile status
* Fixed page reload bug
= 1.0.1 - Oct 24, 2015 =
* Inital Release
* Add, Edit, Delete profile status
* Set profile status from other member's profile
* Displaying profile status on member's loop
== Upgrade Notice ==
= 1.5.1 - Jun 19, 2017 =
Fix CSS issue.