Changeset 1315078
- Timestamp:
- 12/23/2015 02:34:31 PM (10 years ago)
- Location:
- jquery-masonry-image-gallery
- Files:
-
- 19 added
- 4 edited
-
tags/3.0.1/functions/three-dot-nine.php (modified) (1 diff)
-
tags/3.0.2 (added)
-
tags/3.0.2/functions (added)
-
tags/3.0.2/functions/three-dot-five.php (added)
-
tags/3.0.2/functions/three-dot-nine.php (added)
-
tags/3.0.2/functions/three-dot-six.php (added)
-
tags/3.0.2/init.php (added)
-
tags/3.0.2/js (added)
-
tags/3.0.2/js/jquery.lazyload.min.js (added)
-
tags/3.0.2/js/masonry-init-v2.js (added)
-
tags/3.0.2/js/masonry-init-v3-lazy.js (added)
-
tags/3.0.2/js/masonry-init-v3.js (added)
-
tags/3.0.2/js/remove-gallery-class.js (added)
-
tags/3.0.2/readme.txt (added)
-
tags/3.0.2/styles (added)
-
tags/3.0.2/styles/jmig-lte-ie9.css (added)
-
tags/3.0.2/styles/jmig-maosnry-v3-captions.css (added)
-
tags/3.0.2/styles/jmig-masonry-layout.css (added)
-
tags/3.0.2/styles/jmig-masonry-v2.css (added)
-
tags/3.0.2/styles/jmig-masonry-v3-animation.css (added)
-
trunk/functions/three-dot-nine.php (modified) (8 diffs)
-
trunk/init.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jquery-masonry-image-gallery/tags/3.0.1/functions/three-dot-nine.php
r1315054 r1315078 53 53 54 54 $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; }'; 56 56 57 57 wp_add_inline_style('jmig_stylesheet', $custom_css_width); -
jquery-masonry-image-gallery/trunk/functions/three-dot-nine.php
r1315054 r1315078 30 30 plugins_url('/styles/jmig-masonry-layout.css', dirname(__FILE__)), 31 31 array(), 32 '3.0. 1'32 '3.0.2' 33 33 ); 34 34 } … … 37 37 plugins_url('styles/jmig-masonry-v3-animation.css', dirname(__FILE__)), 38 38 array(), 39 '3.0. 1'39 '3.0.2' 40 40 ); 41 41 … … 45 45 plugins_url('styles/jmig-maosnry-v3-captions.css', dirname(__FILE__)), 46 46 array(), 47 '3.0. 1'47 '3.0.2' 48 48 ); 49 49 … … 53 53 54 54 $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; }'; 56 56 57 57 wp_add_inline_style('jmig_stylesheet', $custom_css_width); … … 78 78 plugins_url('styles/jmig-lte-ie9.css', dirname(__FILE__)), 79 79 array(), 80 '3.0. 1'80 '3.0.2' 81 81 ); 82 82 … … 98 98 plugins_url('js/remove-gallery-class.js', dirname(__FILE__)), 99 99 array('jquery'), 100 '3.0. 1',100 '3.0.2', 101 101 true); 102 102 … … 121 121 plugins_url('js/masonry-init-v3-lazy.js', dirname(__FILE__)), 122 122 array('jquery-masonry'), 123 '3.0. 1',123 '3.0.2', 124 124 true); 125 125 … … 131 131 plugins_url('js/masonry-init-v3.js', dirname(__FILE__)), 132 132 array('masonry'), 133 '3.0. 1',133 '3.0.2', 134 134 true); 135 135 -
jquery-masonry-image-gallery/trunk/init.php
r1315056 r1315078 6 6 Plugin URI: http://willrees.com/2013/02/jquery-masonry-and-native-wordpress-image-galleries/ 7 7 Description: 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. 18 Version: 3.0.2 9 9 Author: Will Rees 10 10 Author URI: http://willrees.com -
jquery-masonry-image-gallery/trunk/readme.txt
r1315042 r1315078 5 5 Requires at least: 3.5 6 6 Tested up to: 4.4 7 Stable tag: 3.0. 17 Stable tag: 3.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.