Changeset 2352327
- Timestamp:
- 08/04/2020 10:42:08 AM (6 years ago)
- Location:
- captain-up/trunk
- Files:
-
- 4 edited
-
README.md (modified) (1 diff)
-
captainup.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
captain-up/trunk/README.md
r2348609 r2352327 90 90 91 91 ## Changelog 92 93 ###### 3.0.8 94 95 * Added profile picture support. 96 * Support for WordPress 5.4.2. 92 97 93 98 ###### 3.0.7 -
captain-up/trunk/captainup.php
r2348609 r2352327 4 4 Plugin URI: https://www.captainup.com 5 5 Description: 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. 76 Version: 3.0.8 7 7 Author: Captain Up Team 8 8 License: GPL2 -
captain-up/trunk/readme.txt
r2348609 r2352327 3 3 Tags: game-mechanics,captainup,gamification,engagement,comments,widget,plugin,twitter,facebook,google,social,messaging 4 4 Requires at least: 3.0.1 5 Tested up to: 5.4 5 Tested up to: 5.4.2 6 6 Stable tag: trunk 7 7 License: GPLv2 or later … … 118 118 == Changelog == 119 119 120 = 3.0.8 = 121 122 * Added profile picture support. 123 * Support for WordPress 5.4.2. 124 120 125 = 3.0.7 = 121 126 -
captain-up/trunk/utils.php
r2348609 r2352327 135 135 } else { 136 136 // 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); 138 138 return $matches[1]; 139 139 }
Note: See TracChangeset
for help on using the changeset viewer.