Changeset 974287
- Timestamp:
- 08/27/2014 09:17:21 PM (12 years ago)
- Location:
- libravatar-replace/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
classes/LibravatarReplace.class.php (modified) (1 diff)
-
libravatar-replace.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libravatar-replace/trunk/README.md
r967118 r974287 3 3 **Tags:** libravatar, avatar, email, picture, image, buddypress, retina 4 4 **Requires at least:** 2.8 5 **Tested up to:** 3.95 **Tested up to:** 4.0 6 6 **Stable tag:** trunk 7 7 **License:** ISC … … 131 131 ## Changelog ## 132 132 133 ### 3.1.2 ### 134 * Fix smooth images in Twenty Thirteen 135 133 136 ### 3.1.1 ### 134 137 * Fix avatar icon in the header -
libravatar-replace/trunk/classes/LibravatarReplace.class.php
r967118 r974287 154 154 background-image: url({$url}) !important; 155 155 background-size: 100% !important; 156 padding: 0 !important; 156 157 width: {$size}px; 157 158 height: {$size}px; -
libravatar-replace/trunk/libravatar-replace.php
r967118 r974287 5 5 * Plugin URI: http://code.sunchaser.info/libravatar 6 6 * Description: Libravatar support for WordPress and BuddyPress 7 * Version: 3.1. 17 * Version: 3.1.2 8 8 * Author: Christian Archer 9 9 * Author URI: https://sunchaser.info/ -
libravatar-replace/trunk/readme.txt
r967118 r974287 3 3 Tags: libravatar, avatar, email, picture, image, buddypress, retina 4 4 Requires at least: 2.8 5 Tested up to: 3.95 Tested up to: 4.0 6 6 Stable tag: trunk 7 7 License: ISC … … 125 125 == Changelog == 126 126 127 = 3.1.2 = 128 * Fix smooth images in Twenty Thirteen 129 127 130 = 3.1.1 = 128 131 * Fix avatar icon in the header
Note: See TracChangeset
for help on using the changeset viewer.