Plugin Directory

Changeset 2662480


Ignore:
Timestamp:
01/23/2022 04:32:35 PM (4 years ago)
Author:
stevenkword
Message:

Version 2.0.8

Location:
bp-automatic-friends/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bp-automatic-friends/trunk/README.md

    r2662102 r2662480  
    5050= 2.0.8 =
    5151
     52* Updates usage of `bp_get_user_last_activity` to replace `get_meta`
    5253* WordPress version 5.9 compatibilty
    5354
  • bp-automatic-friends/trunk/bp-automatic-friends.php

    r2662463 r2662480  
    55Description: Automatically create and accept friendships for specified users upon new user registration. * Requires BuddyPress
    66Text Domain: bp-automatic-friends
    7 Version: 2.0.9
     7Version: 2.0.8
    88Author: Steven Word
    99Author URI: http://stevenword.com/
     
    3535class BPAF_Core {
    3636
    37     const VERSION        = '2.0.9';
    38     const REVISION       = '20220123';
     37    const VERSION        = '2.0.7';
     38    const REVISION       = '20141120';
    3939    const METAKEY        = 'bpaf_global_friend';
    4040    const LEGACY_OPTION  = 'skw_bpaf_options';
     
    120120
    121121        global $bp;
     122
    122123        $last_login = bp_get_user_last_activity( $bp->loggedin_user->id );
    123124
  • bp-automatic-friends/trunk/readme.txt

    r2662106 r2662480  
    2020
    2121== Changelog ==
     22
     23= 2.0.8 =
     24
     25* Updates usage of `bp_get_user_last_activity` to replace `get_meta`
     26* WordPress version 5.9 compatibilty
    2227
    2328= 2.0.7 =
Note: See TracChangeset for help on using the changeset viewer.