Changeset 3132682
- Timestamp:
- 08/08/2024 12:00:44 PM (20 months ago)
- Location:
- buddypress-members-only/trunk
- Files:
-
- 2 edited
-
buddypress-members-only.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-members-only/trunk/buddypress-members-only.php
r3129696 r3132682 4 4 Plugin URI: https://membersonly.top/features/ 5 5 Description: Only registered users can view your site, non members can only see a login/home page with no registration options. More amazing features? Login and Logout auto redirect to Referer page or Certain page based on user roles, Restricts your BP standard Components and customized Components to users,enable page level members only protect, only protect your buddypress and open all other WP area to users... etc, Get <a href='https://membersonly.top' target='blank'>BP Members Only Pro</a> now. 6 Version: 3.5. 16 Version: 3.5.3 7 7 Author: Tomas: <a href='https://membersonly.top/features/' target='_blank'>Features</a> | <a href='https://membersonly.top/forums' target='_blank'>Support Forum</a> 8 8 Author URI: https://membersonly.top/features/ … … 572 572 <span> 573 573 <?php 574 echo __( '< b>Plugin Address Migration Notice</b>', 'bp-members-only' );574 echo __( '<h3>Notice</H3>', 'bp-members-only' ); 575 575 ?> 576 576 </span> … … 581 581 <ul> 582 582 <li> 583 * Buddypress Members Only has been <b>migrated to new WordPress repository address</b>. Please click the <a href='https://wordpress.org/plugins/ssl-for-buddypress' target='_blank'>link</a> to <b>re-install</b> the new version.584 </li>585 <li>586 * You only need to deactivate the current plugin, then install and activate <a href='https://wordpress.org/plugins/ssl-for-buddypress' target='_blank'>Buddypress Members Only New</a>. All data and settings will be automatically saved and migrated, <b>with no risk involved</b>.587 </li>588 589 <li>590 583 * You can also download the latest Buddypress Members Only plugin for free from our <a href='https://membersonly.top/product/buddypress-members-only-free/' target='_blank'>official download link</a> at any time. 591 584 </li> 592 <li>593 * The old WordPress repository address will soon be closed. Please use the new WordPress repository address to reinstall the Membership plugin.594 </li>595 <li>596 * Otherwise, you will not receive updates to the latest versions. We apologize deeply for any inconvenience caused to you. Thank you.597 </li>598 585 </div> 599 586 … … 1311 1298 } 1312 1299 1313 add_action('admin_head', 'members_only_free_check_notify', 10);1314 add_action('init', 'members_only_free_hide_notices');1315 1300 //add_action('admin_head', 'members_only_free_check_notify', 10); 1301 //add_action('init', 'members_only_free_hide_notices'); 1302 -
buddypress-members-only/trunk/readme.txt
r3129696 r3132682 5 5 Tags:buddypress,wordpress,restricts,membership,private,protected,member,bbpress,permissions,login access control,restrict access,components,redirect,profile,restricts RSS Feed 6 6 Requires at least: 3.8 7 Tested up to: 6. 5.57 Tested up to: 6.6.1 8 8 Stable tag:trunk 9 9 License: GPLv3 or later … … 119 119 120 120 == Changelog == 121 = Version 3.5.3 = 122 Removed migrate notification, because the project has been restored 123 121 124 = Version 3.5.1 = 122 Buddypress Members Only has been migrated to <b>new WordPress repository address</b>. Please click the <a href='https://wordpress.org/plugins/ssl-for-buddypress' target='_blank'>link</a> to <b>re-install</b> the new version: 123 https://wordpress.org/plugins/ssl-for-buddypress 125 new downlaod link on official site 126 >[You download the latest Buddypress Members Only plugin for free from our official download link</a> at any time](https://membersonly.top/product/buddypress-members-only-free/) 124 127 125 You only need to deactivate the current plugin, then install and activate <a href='https://wordpress.org/plugins/ssl-for-buddypress' target='_blank'>Buddypress Members Only New</a>. All data and settings will be automatically saved and migrated, <b>with no risk involved</b>126 127 You can also download the latest Buddypress Members Only plugin for free from our <a href='https://membersonly.top/product/buddypress-members-only-free/' target='_blank'>official download link</a> at any time:128 https://membersonly.top/product/buddypress-members-only-free/129 130 The old WordPress repository address will soon be closed. Please use the new WordPress repository address to reinstall the Membership plugin.131 Otherwise, you will not receive updates to the latest versions. We apologize deeply for any inconvenience caused to you. Thank you.132 128 133 129 = Version 3.4.9 =
Note: See TracChangeset
for help on using the changeset viewer.