Plugin Directory

Changeset 774696


Ignore:
Timestamp:
09/18/2013 02:42:23 PM (13 years ago)
Author:
bphelp
Message:

Update 1.2

Location:
private-bp-pages
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • private-bp-pages/tags/1.0/private-bp-pages.php

    r774670 r774696  
    66$bphelp_my_redirect_slug = get_option( 'bphelp-my-redirect-slug', 'register' );
    77
    8 if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() || bbp_is_single_forum() || bbp_is_single_topic() || bp_is_forums_component() || bp_is_blogs_component() || bp_is_members_component() || bp_is_profile_component() ) {
     8if ( bp_is_activity_component() || bp_is_groups_component() || bp_is_group_forum() || bbp_is_single_forum() || bbp_is_single_topic() || bp_is_forums_component() || bp_is_blogs_component() || bp_is_page( BP_MEMBERS_SLUG ) || bp_is_profile_component() ) {
    99
    1010    if(!is_user_logged_in()) {
  • private-bp-pages/trunk/loader.php

    r771810 r774696  
    66your WordPress pages public.
    77Blocks BP RSS feeds to logged out visitors.
    8 Version: 1.0
     8Version: 1.2
    99Requires at least: WordPress 3.2.1
    1010Tested up to: 3.6.1
  • private-bp-pages/trunk/readme.txt

    r773797 r774696  
    44Requires at least: 3.2.1
    55Tested up to: 3.6.1
    6 Stable tag: 1.0
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737
    3838== Notes ==
     39None
    3940
    4041== Changelog ==
     
    4546== Upgrade Notice ==
    4647
     48= 1.2 =
     49Fixed depreciated bp_is_page() call
     50
    4751= 1.0 =
    4852First release
Note: See TracChangeset for help on using the changeset viewer.