Changeset 779000
- Timestamp:
- 09/26/2013 11:22:36 PM (13 years ago)
- Location:
- private-community-for-bp-lite
- Files:
-
- 11 added
- 3 edited
-
tags/4.0 (added)
-
tags/4.0/gpl.txt (added)
-
tags/4.0/languages (added)
-
tags/4.0/languages/pcfbpl.mo (added)
-
tags/4.0/languages/pcfbpl.po (added)
-
tags/4.0/loader.php (added)
-
tags/4.0/private-community-for-bp-lite.php (added)
-
tags/4.0/readme.txt (added)
-
trunk/languages (added)
-
trunk/languages/pcfbpl.mo (added)
-
trunk/languages/pcfbpl.po (added)
-
trunk/loader.php (modified) (1 diff)
-
trunk/private-community-for-bp-lite.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
private-community-for-bp-lite/trunk/loader.php
r778083 r779000 6 6 of the posts/pages you set in Dashboard/Settings/PrivateCommunityBP. 7 7 Blocks RSS feeds to logged out visitors. 8 Version: 3.98 Version: 4.0 9 9 Requires at least: 3.2.1 10 10 Tested up to: 3.6.1 -
private-community-for-bp-lite/trunk/private-community-for-bp-lite.php
r778083 r779000 314 314 <?php 315 315 } 316 317 // Add translation 318 function bphelp_pcfbpl_lang() { 319 load_plugin_textdomain( 'bphelp_pcfbp', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); 320 } 321 add_action('plugins_loaded', 'bphelp_pcfbpl_lang'); 316 322 ///Enjoy! 317 323 ?> -
private-community-for-bp-lite/trunk/readme.txt
r778083 r779000 5 5 Tested up to: 3.6.1 6 6 License: GNU/GPL 2 7 Stable tag: 3.97 Stable tag: 4.0 8 8 9 9 Makes BP pages private and only accessable to logged in users with the … … 18 18 Blocks RSS feeds to logged out visitors. This version does not unblock entire categories but 19 19 If you need this functionality contact me <a href="http://bphelpblog.wordpress.com/submit-comments-tips-or-tricks-or-job-inqueries/" target="_blank">here</a> 20 for instructions on purchasing a version that will. 20 for instructions on purchasing a version that will. 21 21 22 22 == Installation == … … 68 68 Blocks RSS feeds to logged out visitors. This version does not unblock entire categories but 69 69 If you need this functionality contact me <a href="http://bphelpblog.wordpress.com/submit-comments-tips-or-tricks-or-job-inqueries/" target="_blank">here</a> 70 for instructions on purchasing a version that will 70 for instructions on purchasing a version that will. 71 71 72 72 == Changelog == 73 74 = 4.0 = 75 Added translation file for localization 73 76 74 77 = 3.9 = … … 108 111 == Upgrade Notice == 109 112 113 = 4.0 = 114 Added translation file for localization 115 110 116 = 3.9 = 111 117 Renamed to Private Community For BP Lite for naming convention purposes
Note: See TracChangeset
for help on using the changeset viewer.