Changeset 3122096
- Timestamp:
- 07/19/2024 01:34:28 PM (21 months ago)
- Location:
- buddypress-members-only/trunk
- Files:
-
- 1 added
- 2 edited
-
buddypress-members-only.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
rules/rest.php (added)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-members-only/trunk/buddypress-members-only.php
r3024139 r3122096 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. 3.56 Version: 3.4.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/ 9 9 Text Domain: bp-members-only 10 10 License: GPLv3 or later 11 Copyright 2015 - 202 2Tomas Zhu (https://membersonly.top)11 Copyright 2015 - 2024 Tomas Zhu (https://membersonly.top) 12 12 This program comes with ABSOLUTELY NO WARRANTY; 13 13 https://www.gnu.org/licenses/gpl-3.0.html … … 22 22 23 23 24 require_once("rules/rest.php"); 24 25 $bpmoinitsetup = get_option ( 'bpmoinitsetup' ); 25 26 if (empty($bpmoinitsetup)) … … 36 37 else 37 38 { 38 define('BPMO_FREE_VERSION', '3. 3.5');39 define('BPMO_FREE_VERSION', '3.4.3'); 39 40 update_option ( 'bpmofreecurrentversion', BPMO_FREE_VERSION); 40 41 } -
buddypress-members-only/trunk/readme.txt
r3024139 r3122096 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. 4.27 Tested up to: 6.5.5 8 8 Stable tag:trunk 9 9 License: GPLv3 or later … … 119 119 120 120 == Changelog == 121 = Version 3.4.3 = 122 Enhance wordpress security by implementing several actions and filters, along with a custom REST API permission handing function to restric external access 123 121 124 = Version 3.3.5 = 122 125 >[New Knowledge Base Item: How to create buddypress memebers page for buddypress members component](https://membersonly.top/how-to-solve-the-problem-of-member-page-no-logger-exists-on-buddypress-website/)
Note: See TracChangeset
for help on using the changeset viewer.