Plugin Directory

Changeset 2097879


Ignore:
Timestamp:
05/30/2019 11:50:20 AM (7 years ago)
Author:
BuddyBoss
Message:

Updated trunk files

Location:
bp-auto-group-join/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bp-auto-group-join/trunk/bp-auto-group-join.php

    r1591715 r2097879  
    66 * Author:      BuddyBoss
    77 * Author URI:  http://buddyboss.com
    8  * Version:     1.0.2
     8 * Version:     1.0.3
    99 */
    1010// Exit if accessed directly
     
    1919// Codebase version
    2020if ( ! defined( 'BP_AUTO_GROUP_JOIN_PLUGIN_VERSION' ) ) {
    21     define( 'BP_AUTO_GROUP_JOIN_PLUGIN_VERSION', '1.0.2' );
     21    define( 'BP_AUTO_GROUP_JOIN_PLUGIN_VERSION', '1.0.3' );
    2222}
    2323
     
    9898 */
    9999function bp_auto_group_join() {
    100    
     100
    101101    global $BP_AUTO_GROUP_JOIN;
    102102    return $BP_AUTO_GROUP_JOIN;
    103    
     103
    104104}
    105105
  • bp-auto-group-join/trunk/readme.txt

    r1591715 r2097879  
    22Contributors: buddyboss
    33Requires at least: 3.8
    4 Tested up to: 4.7.2
    5 Stable tag: 1.0.2
     4Tested up to: 5.2.1
     5Stable tag: 1.0.3
    66License: GPLv3
    77License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4141== Changelog ==
    4242
     43
     44= 1.0.3 =
     45* Updated Readme
     46* Tested with WP 5.2.1
     47
    4348= 1.0.2 =
    4449* Fix - Show admin notice when BP Member Types plugin is not active
Note: See TracChangeset for help on using the changeset viewer.