Plugin Directory

Changeset 471332


Ignore:
Timestamp:
12/05/2011 10:28:35 PM (14 years ago)
Author:
ansimation
Message:

1.5.9

  • Fixes SSL issues with preloader objects.
Location:
tb-testimonials/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tb-testimonials/trunk/readme.txt

    r469212 r471332  
    55Requires at least: 3.0
    66Tested up to: 3.3
    7 Stable tag: 1.5.8
     7Stable tag: 1.5.9
    88
    99Testimonial Management done right with Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post or page. Animated Sidebar Widget, Built in documentation and code examples. Customize output and tons of other options!
     
    4343
    4444== Changelog ==
     45
     46= 1.5.9 =
     47* Fixes SSL issues with preloader objects.
    4548
    4649= 1.5.8 =
  • tb-testimonials/trunk/tb-testimonials.php

    r469209 r471332  
    44*   Plugin URI: http://travisballard.com/wordpress/tb-testimonials/
    55*   Description: Testimonials managed by Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post. Scrolling Sidebar Widget
    6 *   Version: 1.5.8
     6*   Version: 1.5.9
    77*   Author: Travis Ballard
    88*   Author URI: http://www.travisballard.com
     
    927927            return false;
    928928
    929         if( $preloader_obj = tbtestimonials_prepare_preloader( $loader ) );
    930             $preloaders += $preloader_obj;
     929        if( $preloader_obj = tbtestimonials_prepare_preloader( $loader ) ){
     930            if( is_object( $preloader_obj ) )
     931                $preloaders += $preloader_obj;
     932        }
    931933    }
    932934
Note: See TracChangeset for help on using the changeset viewer.