Plugin Directory

Changeset 974287


Ignore:
Timestamp:
08/27/2014 09:17:21 PM (12 years ago)
Author:
sunchaserinfo
Message:

3.1.2

Location:
libravatar-replace/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • libravatar-replace/trunk/README.md

    r967118 r974287  
    33**Tags:** libravatar, avatar, email, picture, image, buddypress, retina 
    44**Requires at least:** 2.8 
    5 **Tested up to:** 3.9 
     5**Tested up to:** 4.0 
    66**Stable tag:** trunk 
    77**License:** ISC 
     
    131131## Changelog ##
    132132
     133### 3.1.2 ###
     134* Fix smooth images in Twenty Thirteen
     135
    133136### 3.1.1 ###
    134137* Fix avatar icon in the header
  • libravatar-replace/trunk/classes/LibravatarReplace.class.php

    r967118 r974287  
    154154                        background-image: url({$url}) !important;
    155155                        background-size: 100% !important;
     156                        padding: 0 !important;
    156157                        width: {$size}px;
    157158                        height: {$size}px;
  • libravatar-replace/trunk/libravatar-replace.php

    r967118 r974287  
    55 * Plugin URI: http://code.sunchaser.info/libravatar
    66 * Description: Libravatar support for WordPress and BuddyPress
    7  * Version: 3.1.1
     7 * Version: 3.1.2
    88 * Author: Christian Archer
    99 * Author URI: https://sunchaser.info/
  • libravatar-replace/trunk/readme.txt

    r967118 r974287  
    33Tags: libravatar, avatar, email, picture, image, buddypress, retina
    44Requires at least: 2.8
    5 Tested up to: 3.9
     5Tested up to: 4.0
    66Stable tag: trunk
    77License: ISC
     
    125125== Changelog ==
    126126
     127= 3.1.2 =
     128* Fix smooth images in Twenty Thirteen
     129
    127130= 3.1.1 =
    128131* Fix avatar icon in the header
Note: See TracChangeset for help on using the changeset viewer.