Plugin Directory

Changeset 1315078


Ignore:
Timestamp:
12/23/2015 02:34:31 PM (10 years ago)
Author:
phoenixMagoo
Message:

Emoji Update part 2

Location:
jquery-masonry-image-gallery
Files:
19 added
4 edited

Legend:

Unmodified
Added
Removed
  • jquery-masonry-image-gallery/tags/3.0.1/functions/three-dot-nine.php

    r1315054 r1315078  
    5353
    5454        $thumbnail_width = get_option('thumbnail_size_w');
    55         $custom_css_width = '.gallery-item:not(img.emoji), .gallery-item img:not(img.emoji), gallery-item a:not(img.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
     55        $custom_css_width = '.gallery-item:not(.emoji), .gallery-item img:not(.emoji), gallery-item a:not(.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
    5656
    5757        wp_add_inline_style('jmig_stylesheet', $custom_css_width);
  • jquery-masonry-image-gallery/trunk/functions/three-dot-nine.php

    r1315054 r1315078  
    3030            plugins_url('/styles/jmig-masonry-layout.css', dirname(__FILE__)),
    3131            array(),
    32             '3.0.1'
     32            '3.0.2'
    3333        );
    3434    }
     
    3737        plugins_url('styles/jmig-masonry-v3-animation.css', dirname(__FILE__)),
    3838        array(),
    39         '3.0.1'
     39        '3.0.2'
    4040    );
    4141
     
    4545        plugins_url('styles/jmig-maosnry-v3-captions.css', dirname(__FILE__)),
    4646        array(),
    47         '3.0.1'
     47        '3.0.2'
    4848    );
    4949
     
    5353
    5454        $thumbnail_width = get_option('thumbnail_size_w');
    55         $custom_css_width = '.gallery-item:not(img.emoji), .gallery-item img:not(img.emoji), gallery-item a:not(img.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
     55        $custom_css_width = '.gallery-item:not(.emoji), .gallery-item img:not(.emoji), gallery-item a:not(.emoji) { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
    5656
    5757        wp_add_inline_style('jmig_stylesheet', $custom_css_width);
     
    7878        plugins_url('styles/jmig-lte-ie9.css', dirname(__FILE__)),
    7979        array(),
    80         '3.0.1'
     80        '3.0.2'
    8181    );
    8282
     
    9898            plugins_url('js/remove-gallery-class.js', dirname(__FILE__)),
    9999            array('jquery'),
    100             '3.0.1',
     100            '3.0.2',
    101101            true);
    102102
     
    121121            plugins_url('js/masonry-init-v3-lazy.js', dirname(__FILE__)),
    122122            array('jquery-masonry'),
    123             '3.0.1',
     123            '3.0.2',
    124124            true);
    125125
     
    131131            plugins_url('js/masonry-init-v3.js', dirname(__FILE__)),
    132132            array('masonry'),
    133             '3.0.1',
     133            '3.0.2',
    134134            true);
    135135
  • jquery-masonry-image-gallery/trunk/init.php

    r1315056 r1315078  
    66Plugin URI:   http://willrees.com/2013/02/jquery-masonry-and-native-wordpress-image-galleries/
    77Description:  Injects jQuery Masonry for native WordPress image galleries. jQuery Masonry is included in WordPress, use it for image galleries. Works best on galleries <strong>without</strong> 1:1 scaled thumbnails.
    8 Version:      3.0.1
     8Version:      3.0.2
    99Author:       Will Rees
    1010Author URI:   http://willrees.com
  • jquery-masonry-image-gallery/trunk/readme.txt

    r1315042 r1315078  
    55Requires at least: 3.5
    66Tested up to: 4.4
    7 Stable tag: 3.0.1
     7Stable tag: 3.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.