Plugin Directory

Changeset 2352327


Ignore:
Timestamp:
08/04/2020 10:42:08 AM (6 years ago)
Author:
cptup
Message:

version 3.0.8

Location:
captain-up/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • captain-up/trunk/README.md

    r2348609 r2352327  
    9090
    9191## Changelog
     92
     93###### 3.0.8
     94
     95* Added profile picture support.
     96* Support for WordPress 5.4.2.
    9297
    9398###### 3.0.7
  • captain-up/trunk/captainup.php

    r2348609 r2352327  
    44Plugin URI: https://www.captainup.com
    55Description: Add Game Mechanics to your site and increase your engagement and retention. 2 minutes install: Simply add your free Captain Up API Key and you are good to go. The plugin also adds widgets you can use to show leaderboards and activities within your site.
    6 Version: 3.0.7
     6Version: 3.0.8
    77Author: Captain Up Team
    88License: GPL2
  • captain-up/trunk/readme.txt

    r2348609 r2352327  
    33Tags: game-mechanics,captainup,gamification,engagement,comments,widget,plugin,twitter,facebook,google,social,messaging
    44Requires at least: 3.0.1
    5 Tested up to: 5.4
     5Tested up to: 5.4.2
    66Stable tag: trunk
    77License: GPLv2 or later
     
    118118== Changelog ==
    119119
     120= 3.0.8 =
     121
     122* Added profile picture support.
     123* Support for WordPress 5.4.2.
     124
    120125= 3.0.7 =
    121126
  • captain-up/trunk/utils.php

    r2348609 r2352327  
    135135            } else {
    136136                // Fallback to WordPress built-in avarat and remove the wrapping HTML code.
    137                 preg_match("/src='(.*?)'/i", get_avatar($user_id), $matches);
     137                preg_match("/src=['\"](.*?)['\"]/i", get_avatar($user_id), $matches);
    138138                return $matches[1];
    139139            }
Note: See TracChangeset for help on using the changeset viewer.