Plugin Directory

Changeset 1315042


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

Emoji Update

Location:
jquery-masonry-image-gallery/trunk
Files:
2 edited

Legend:

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

    r1129970 r1315042  
    5353
    5454        $thumbnail_width = get_option('thumbnail_size_w');
    55         $custom_css_width = '.gallery-item, .gallery-item img, gallery-item a { width: ' . $thumbnail_width . 'px !important; max-width: ' . $thumbnail_width . 'px !important; min-width: ' . $thumbnail_width . 'px !important; }';
     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; }';
    5656
    5757        wp_add_inline_style('jmig_stylesheet', $custom_css_width);
  • jquery-masonry-image-gallery/trunk/readme.txt

    r1238173 r1315042  
    44Tags: gallery, jquery masonry, masonry, lazy load
    55Requires at least: 3.5
    6 Tested up to: 4.3
    7 Stable tag: 3.0
     6Tested up to: 4.4
     7Stable tag: 3.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
     523.0.1 - Minor update to fix width and height of emojis in captions.
     53
    52543.0 - Added in an option for Lazy Load. Added in hover captions that are enabled by default, but can be turned off. Includes option to exclude the Lazy Load library to help avoid other plugin or theme conflicts. Also, removed the has_shortcode conditional since it feels like more and more people are putting the gallery shortcode in fields generated by ACF, Meta Fields, etc. Also, started setting up the plugin for multiple language support. Still working through it, hope to have Spanish, German, French and Russian sometime in Summer of 2015.
    5355
Note: See TracChangeset for help on using the changeset viewer.