Changeset 1606180
- Timestamp:
- 03/01/2017 08:57:38 PM (9 years ago)
- Location:
- buddypress-verified
- Files:
-
- 7 deleted
- 4 edited
- 1 copied
-
tags/2.4.1 (copied) (copied from buddypress-verified/trunk)
-
tags/2.4.1/buddyverified.php (modified) (2 diffs)
-
tags/2.4.1/includes/README.md (deleted)
-
tags/2.4.1/includes/admin.php (deleted)
-
tags/2.4.1/includes/css (deleted)
-
tags/2.4.1/includes/functions.php (deleted)
-
tags/2.4.1/includes/js (deleted)
-
tags/2.4.1/license.txt (deleted)
-
tags/2.4.1/loader.php (deleted)
-
tags/2.4.1/readme.txt (modified) (2 diffs)
-
trunk/buddyverified.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-verified/tags/2.4.1/buddyverified.php
r1605542 r1606180 4 4 * Plugin URI: https://wordpress.org/plugins/buddypress-verified/ 5 5 * Description: Allows admins to specify verified accounts. Adds a badge to verified user avatars. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: modemlooper 8 8 * Author URI: http://modemlooper.me … … 72 72 * @since 2.4.0 73 73 */ 74 const VERSION = '2.4. 0';74 const VERSION = '2.4.1'; 75 75 76 76 /** -
buddypress-verified/tags/2.4.1/readme.txt
r1605542 r1606180 4 4 Requires at least: WordPress 4.4 and BuddyPress 2.4 5 5 Tested up to: 4.7.1 6 Stable tag: 2.4. 06 Stable tag: 2.4.1 7 7 8 8 Allows admins to specify verified accounts. Adds a badge to verified usernames. … … 29 29 30 30 == Changelog == 31 = 2.4.1 = 32 remove old files fixes duplicate function error 33 31 34 = 2.4.0 = 32 35 Fix for settings not saving -
buddypress-verified/trunk/buddyverified.php
r1605542 r1606180 4 4 * Plugin URI: https://wordpress.org/plugins/buddypress-verified/ 5 5 * Description: Allows admins to specify verified accounts. Adds a badge to verified user avatars. 6 * Version: 2.4. 06 * Version: 2.4.1 7 7 * Author: modemlooper 8 8 * Author URI: http://modemlooper.me … … 72 72 * @since 2.4.0 73 73 */ 74 const VERSION = '2.4. 0';74 const VERSION = '2.4.1'; 75 75 76 76 /** -
buddypress-verified/trunk/readme.txt
r1605542 r1606180 4 4 Requires at least: WordPress 4.4 and BuddyPress 2.4 5 5 Tested up to: 4.7.1 6 Stable tag: 2.4. 06 Stable tag: 2.4.1 7 7 8 8 Allows admins to specify verified accounts. Adds a badge to verified usernames. … … 29 29 30 30 == Changelog == 31 = 2.4.1 = 32 remove old files fixes duplicate function error 33 31 34 = 2.4.0 = 32 35 Fix for settings not saving
Note: See TracChangeset
for help on using the changeset viewer.