Plugin Directory

Changeset 3122096


Ignore:
Timestamp:
07/19/2024 01:34:28 PM (21 months ago)
Author:
zhuyi
Message:

version 3.4.3, enhance wordpress security by implementing several actions and filters, along with a custom REST API permission hading function to restirc external access

Location:
buddypress-members-only/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • buddypress-members-only/trunk/buddypress-members-only.php

    r3024139 r3122096  
    44Plugin URI: https://membersonly.top/features/
    55Description: 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.5
     6Version: 3.4.3
    77Author: Tomas: <a href='https://membersonly.top/features/' target='_blank'>Features</a> | <a href='https://membersonly.top/forums' target='_blank'>Support Forum</a>
    88Author URI: https://membersonly.top/features/
    99Text Domain: bp-members-only
    1010License: GPLv3 or later
    11 Copyright 2015 - 2022  Tomas Zhu  (https://membersonly.top)
     11Copyright 2015 - 2024  Tomas Zhu  (https://membersonly.top)
    1212This program comes with ABSOLUTELY NO WARRANTY;
    1313 https://www.gnu.org/licenses/gpl-3.0.html
     
    2222
    2323
     24require_once("rules/rest.php");
    2425$bpmoinitsetup = get_option ( 'bpmoinitsetup' );
    2526if (empty($bpmoinitsetup))
     
    3637else
    3738{
    38     define('BPMO_FREE_VERSION', '3.3.5');
     39    define('BPMO_FREE_VERSION', '3.4.3');
    3940    update_option ( 'bpmofreecurrentversion', BPMO_FREE_VERSION);
    4041}
  • buddypress-members-only/trunk/readme.txt

    r3024139 r3122096  
    55Tags:buddypress,wordpress,restricts,membership,private,protected,member,bbpress,permissions,login access control,restrict access,components,redirect,profile,restricts RSS Feed
    66Requires at least: 3.8
    7 Tested up to: 6.4.2
     7Tested up to: 6.5.5
    88Stable tag:trunk
    99License: GPLv3 or later
     
    119119
    120120== Changelog ==
     121= Version 3.4.3 =
     122Enhance wordpress security by implementing several actions and filters, along with a custom REST API permission handing function to restric external access
     123
    121124= Version 3.3.5 =
    122125>[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.