Plugin Directory

Changeset 775344


Ignore:
Timestamp:
09/19/2013 01:25:08 PM (13 years ago)
Author:
bphelp
Message:

Update 3.8

Location:
private-community-for-bp-lite
Files:
5 added
3 edited

Legend:

Unmodified
Added
Removed
  • private-community-for-bp-lite/trunk/loader.php

    r771808 r775344  
    66of the posts/pages you set in Dashboard/Settings/PrivateCommunityBP.
    77Blocks RSS feeds to logged out visitors.
    8 Version: 3.7
     8Version: 3.8
    99Requires at least: 3.2.1
    1010Tested up to: 3.6.1
  • private-community-for-bp-lite/trunk/private-community-for-bp.php

    r765212 r775344  
    9393 
    9494/* Prevent RSS Feeds */
    95 function cut_nonreg_visitor_rss_feed() {
     95function pcfbp_cut_nonreg_visitor_rss_feed() {
    9696    if ( !is_user_logged_in() ) {
    9797        remove_action( 'bp_actions', 'bp_activity_action_sitewide_feed' ,3      );
     
    104104    }
    105105}
    106 add_action('init', 'cut_nonreg_visitor_rss_feed');
     106add_action('init', 'pcfbp_cut_nonreg_visitor_rss_feed');
    107107/* End Prevent RSS Feeds */
    108108
  • private-community-for-bp-lite/trunk/readme.txt

    r771808 r775344  
    55Tested up to: 3.6.1
    66License: GNU/GPL 2
    7 Stable tag: 3.7
     7Stable tag: 3.8
    88
    99Makes BP pages private and only accessable to logged in users with the
     
    7272== Changelog ==
    7373
     74= 3.8 =
     75Fixed potential redeclare function call if using one of my other plugins
     76
    7477= 3.7 =
    7578Added more unblocked fields for a total of 20.
     
    102105== Upgrade Notice ==
    103106
     107= 3.8 =
     108Fixed potential redeclare function call if using one of my other plugins
     109
    104110= 3.7 =
    105111Added more unblocked fields for a total of 20.
Note: See TracChangeset for help on using the changeset viewer.