Plugin Directory

Changeset 2098055


Ignore:
Timestamp:
05/30/2019 04:42:04 PM (6 years ago)
Author:
kierantaylorio
Message:

Added errors.php to warn if BuddyPress is inactive
Added class option for shortcode
Updated readme.txt with examples using class
Updated readme.txt with confirmation of testing

Location:
profile-links-for-buddypress
Files:
15 added
1 edited

Legend:

Unmodified
Added
Removed
  • profile-links-for-buddypress/trunk/readme.txt

    r2023748 r2098055  
    33Tags: buddypress, profile, links, dynamic, user, member
    44Requires at least: 4.9
    5 Tested up to: 4.9.7
     5Tested up to: 5.2.1
    66Requires PHP: 5.6
    7 Stable tag: 1.3
     7Stable tag: 1.4
    88License: GNU GPL V3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
    1010
    1111== Description ==
    12 Adds the ability to generate dynamic profile links for BuddyPress users in pages, posts, CPTs and HTML / text widgets. When a user is logged out the message "You need to login to see this link" is displayed instead of the profile link. Tested and working with BuddyPress 3.1
     12Adds the ability to generate dynamic profile links for BuddyPress users in pages, posts, CPTs and HTML / text widgets. When a user is logged out the message "You need to login to see this link" is displayed instead of the profile link.
     13
     14Tested and working with BuddyPress 4.3.0 and WordPress 5.2.1
    1315
    1416#### Usage examples
     
    1618`[profile url="messages/" text="Inbox"]`
    1719
    18 `[profile url="messages/sent/" text="Sent"]`
     20`[profile url="messages/sentbox/" text="Sent"]`
    1921
    20 `[profile url="profile/change-avatar/" text="Update your profile picture"]`
     22`[profile class="my-custom-class" url="profile/change-avatar/" text="Update your profile picture"]`
    2123
    2224If you do not define a value for the URL attribute a generic link will be generated to the members profile. A value must always be defined for the text attribute.
     
    4244
    4345== Changelog ==
     461.4
     47
     48New
     49
     50- Added ability to define a class use `class="my-custom-class"` in shortcode. See examples for more details.
     51- Added warning notice to WordPress plugins page if BuddyPress is not active
     52
     53Fixes
     54
     55- N/A
     56
     57Tested
     58
     59- WordPress 5.2.1
     60- BuddyPress 4.3.0
     61
    44621.3
    4563
Note: See TracChangeset for help on using the changeset viewer.