Changeset 901018
- Timestamp:
- 04/23/2014 02:36:56 PM (12 years ago)
- Location:
- image-wall/trunk
- Files:
-
- 4 edited
-
image-wall.css (modified) (1 diff)
-
image-wall.js (modified) (1 diff)
-
image-wall.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-wall/trunk/image-wall.css
r896393 r901018 103 103 #tmn-image-wall .tmn-image-wall-item, #tmn-image-wall-prep .tmn-image-wall-item { 104 104 opacity: 0; 105 -webkit-transition-property: opacity; 106 -moz-transition-property: opacity; 107 -ms-transition-property: opacity; 108 -o-transition-property: opacity; 109 transition-property: opacity; 105 110 } 106 111 107 #tmn-image-wall .masonry-brick .tmn-image-wall-item {112 #tmn-image-wall .masonry-brick.tmn-image-wall-item, #tmn-image-wall .masonry-brick .tmn-image-wall-item { 108 113 opacity: 1; 109 114 -webkit-transition-property: opacity; -
image-wall/trunk/image-wall.js
r896393 r901018 93 93 theimages.css( 'opacity', 0); 94 94 $container.append( theitems ).masonry( 'appended', theitems, true ); 95 theimages.css( 'opacity', 1); 95 96 96 97 if(iw_debug) console.log('Image Wall: No more images in the temporary holder. Removing it.'); -
image-wall/trunk/image-wall.php
r896393 r901018 4 4 Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link 5 5 Description: Browse posts/pages by their images, displayed randomly on an infinitely scrollable page. The images link back to the posts where they are attached. 6 Version: 2.1 46 Version: 2.15 7 7 Author: Gustav Andersson 8 8 Author URI: http://www.themodernnomad.com/about/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=author_link -
image-wall/trunk/readme.txt
r896393 r901018 4 4 Requires at least: 3.5 5 5 Tested up to: 3.9 6 Stable tag: 2.1 46 Stable tag: 2.15 7 7 Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation 8 8 License: GPLv2 or later … … 104 104 = 2.14 = 105 105 Fixed some compatibility issues with WordPress v3.9. 106 107 = 2.15 = 108 Fixed a backward compatibility issue with pre-3.9 WP versions introduced in 2.14.
Note: See TracChangeset
for help on using the changeset viewer.