Plugin Directory

Changeset 1606180


Ignore:
Timestamp:
03/01/2017 08:57:38 PM (9 years ago)
Author:
modemlooper
Message:

tagging version 2.4.1

Location:
buddypress-verified
Files:
7 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • buddypress-verified/tags/2.4.1/buddyverified.php

    r1605542 r1606180  
    44 * Plugin URI:  https://wordpress.org/plugins/buddypress-verified/
    55 * Description: Allows admins to specify verified accounts. Adds a badge to verified user avatars.
    6  * Version:     2.4.0
     6 * Version:     2.4.1
    77 * Author:      modemlooper
    88 * Author URI:  http://modemlooper.me
     
    7272     * @since  2.4.0
    7373     */
    74     const VERSION = '2.4.0';
     74    const VERSION = '2.4.1';
    7575
    7676    /**
  • buddypress-verified/tags/2.4.1/readme.txt

    r1605542 r1606180  
    44Requires at least: WordPress 4.4 and BuddyPress 2.4
    55Tested up to: 4.7.1
    6 Stable tag: 2.4.0
     6Stable tag: 2.4.1
    77
    88Allows admins to specify verified accounts. Adds a badge to verified usernames.
     
    2929
    3030== Changelog ==
     31= 2.4.1 =
     32remove old files fixes duplicate function error
     33
    3134= 2.4.0 =
    3235Fix for settings not saving
  • buddypress-verified/trunk/buddyverified.php

    r1605542 r1606180  
    44 * Plugin URI:  https://wordpress.org/plugins/buddypress-verified/
    55 * Description: Allows admins to specify verified accounts. Adds a badge to verified user avatars.
    6  * Version:     2.4.0
     6 * Version:     2.4.1
    77 * Author:      modemlooper
    88 * Author URI:  http://modemlooper.me
     
    7272     * @since  2.4.0
    7373     */
    74     const VERSION = '2.4.0';
     74    const VERSION = '2.4.1';
    7575
    7676    /**
  • buddypress-verified/trunk/readme.txt

    r1605542 r1606180  
    44Requires at least: WordPress 4.4 and BuddyPress 2.4
    55Tested up to: 4.7.1
    6 Stable tag: 2.4.0
     6Stable tag: 2.4.1
    77
    88Allows admins to specify verified accounts. Adds a badge to verified usernames.
     
    2929
    3030== Changelog ==
     31= 2.4.1 =
     32remove old files fixes duplicate function error
     33
    3134= 2.4.0 =
    3235Fix for settings not saving
Note: See TracChangeset for help on using the changeset viewer.