Changeset 1705405
- Timestamp:
- 07/31/2017 02:14:19 AM (8 years ago)
- Location:
- fx-private-site/trunk
- Files:
-
- 3 edited
-
fx-private-site.php (modified) (2 diffs)
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fx-private-site/trunk/fx-private-site.php
r1492872 r1705405 4 4 * Plugin URI: http://genbumedia.com/plugins/fx-private-site/ 5 5 * Description: Set your site to member only. All visitor will need to login to view site. 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Author: David Chandra Purnama 8 8 * Author URI: http://shellcreeper.com/ … … 19 19 20 20 /* Set the version constant. */ 21 define( 'FX_PRIVATE_SITE_VERSION', '1.2. 0' );21 define( 'FX_PRIVATE_SITE_VERSION', '1.2.1' ); 22 22 23 23 /* Set the constant path to the plugin path. */ -
fx-private-site/trunk/includes/functions.php
r1492872 r1705405 72 72 do_action( 'fx_private_site_before_auth_redirect' ); 73 73 74 /* Always allow access to /robots.txt to allow search engine indexing management. */ 75 global $wp; 76 if ( $wp->request === 'robots.txt' ) { 77 return; 78 } 79 74 80 /* If using BuddyPress and on the register page, don't do anything. */ 75 81 if ( function_exists( 'bp_is_activation_page' ) && bp_is_activation_page() ){ -
fx-private-site/trunk/readme.txt
r1492872 r1705405 4 4 Tags: private site, members only, protect rss 5 5 Requires at least: 4.0 6 Tested up to: 4. 67 Stable tag: 1.2. 06 Tested up to: 4.7 7 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 == Changelog == 48 48 49 = 1.2.1 - 31 July 2017 = 50 * Whitelist WordPress robots.txt credit to [Alex Kirk](https://alexander.kirk.at/) 51 49 52 = 1.2.0 - 09 September 2016 = 50 53 * Better whitelist for buddypress https://github.com/justintadlock/members/issues/83#issuecomment-245237479
Note: See TracChangeset
for help on using the changeset viewer.