Changeset 2097879
- Timestamp:
- 05/30/2019 11:50:20 AM (7 years ago)
- Location:
- bp-auto-group-join/trunk
- Files:
-
- 2 edited
-
bp-auto-group-join.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-auto-group-join/trunk/bp-auto-group-join.php
r1591715 r2097879 6 6 * Author: BuddyBoss 7 7 * Author URI: http://buddyboss.com 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 */ 10 10 // Exit if accessed directly … … 19 19 // Codebase version 20 20 if ( ! 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' ); 22 22 } 23 23 … … 98 98 */ 99 99 function bp_auto_group_join() { 100 100 101 101 global $BP_AUTO_GROUP_JOIN; 102 102 return $BP_AUTO_GROUP_JOIN; 103 103 104 104 } 105 105 -
bp-auto-group-join/trunk/readme.txt
r1591715 r2097879 2 2 Contributors: buddyboss 3 3 Requires at least: 3.8 4 Tested up to: 4.7.25 Stable tag: 1.0. 24 Tested up to: 5.2.1 5 Stable tag: 1.0.3 6 6 License: GPLv3 7 7 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 41 41 == Changelog == 42 42 43 44 = 1.0.3 = 45 * Updated Readme 46 * Tested with WP 5.2.1 47 43 48 = 1.0.2 = 44 49 * Fix - Show admin notice when BP Member Types plugin is not active
Note: See TracChangeset
for help on using the changeset viewer.