Plugin Directory

Changeset 2874992


Ignore:
Timestamp:
03/05/2023 03:26:51 PM (3 years ago)
Author:
modemlooper
Message:

update plugin version

Location:
bp-registration-options
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bp-registration-options/tags/4.4.5/loader.php

    r2872626 r2874992  
    99 * Plugin Name: BP Registration Options
    1010 * Description: This BuddyPress extension allows you to enable user moderation for new members, as well as help create a private network for your users. If moderation is enabled, any new members will be denied access to your BuddyPress and bbPress areas on your site, with the exception of their own user profile. They will be allowed to edit and configure that much. They will also not be listed in the members lists on the frontend until approved. Custom messages are available so you can tailor them to the tone of your website and community. When an admin approves or denies a user, email notifications will be sent to let them know of the decision.
    11  * Version: 4.4.4
     11 * Version: 4.4.5
    1212 * Author: Brian Messenlehner
    1313 * Licence: GPLv3
     
    1515 */
    1616
    17 define( 'BP_REGISTRATION_OPTIONS_VERSION', '4.4.4' );
     17define( 'BP_REGISTRATION_OPTIONS_VERSION', '4.4.5' );
    1818
    1919/**
  • bp-registration-options/trunk/loader.php

    r2872626 r2874992  
    99 * Plugin Name: BP Registration Options
    1010 * Description: This BuddyPress extension allows you to enable user moderation for new members, as well as help create a private network for your users. If moderation is enabled, any new members will be denied access to your BuddyPress and bbPress areas on your site, with the exception of their own user profile. They will be allowed to edit and configure that much. They will also not be listed in the members lists on the frontend until approved. Custom messages are available so you can tailor them to the tone of your website and community. When an admin approves or denies a user, email notifications will be sent to let them know of the decision.
    11  * Version: 4.4.4
     11 * Version: 4.4.5
    1212 * Author: Brian Messenlehner
    1313 * Licence: GPLv3
     
    1515 */
    1616
    17 define( 'BP_REGISTRATION_OPTIONS_VERSION', '4.4.4' );
     17define( 'BP_REGISTRATION_OPTIONS_VERSION', '4.4.5' );
    1818
    1919/**
Note: See TracChangeset for help on using the changeset viewer.