Plugin Directory

Changeset 901018


Ignore:
Timestamp:
04/23/2014 02:36:56 PM (12 years ago)
Author:
Parakoos
Message:

Fixed a backward compatibility issue with pre-3.9 WP versions introduced in 2.14.

Location:
image-wall/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • image-wall/trunk/image-wall.css

    r896393 r901018  
    103103#tmn-image-wall .tmn-image-wall-item, #tmn-image-wall-prep .tmn-image-wall-item {
    104104    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;
    105110}
    106111
    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 {
    108113    opacity: 1;
    109114  -webkit-transition-property: opacity;
  • image-wall/trunk/image-wall.js

    r896393 r901018  
    9393                    theimages.css( 'opacity', 0);
    9494                    $container.append( theitems ).masonry( 'appended', theitems, true );
     95                    theimages.css( 'opacity', 1);
    9596                   
    9697                    if(iw_debug) console.log('Image Wall: No more images in the temporary holder. Removing it.');
  • image-wall/trunk/image-wall.php

    r896393 r901018  
    44    Plugin URI: http://www.themodernnomad.com/image-wall-plugin/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=plugin_link
    55    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.14
     6    Version: 2.15
    77    Author: Gustav Andersson
    88    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  
    44Requires at least: 3.5
    55Tested up to: 3.9
    6 Stable tag: 2.14
     6Stable tag: 2.15
    77Donate link: http://www.themodernnomad.com/#utm_campaign=Image_Wall&utm_source=wordpress&utm_medium=website&utm_content=donation
    88License: GPLv2 or later
     
    104104= 2.14 =
    105105Fixed some compatibility issues with WordPress v3.9.
     106
     107= 2.15 =
     108Fixed a backward compatibility issue with pre-3.9 WP versions introduced in 2.14.
Note: See TracChangeset for help on using the changeset viewer.