Plugin Directory

Changeset 501643


Ignore:
Timestamp:
02/07/2012 01:34:49 PM (14 years ago)
Author:
plista
Message:

only search for youtube image if youtube video is present

Location:
plista/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plista/trunk/plista_integration.php

    r497240 r501643  
    44    Plugin URI: http://www.plista.com
    55    Description: Plugin for displaying plista RecommendationAds
    6     Version: 1.3.4
     6    Version: 1.3.5
    77    Author: msch (wordpress@plista.com)
    88    Author URI: http://www.plista.com
     
    1111class plista {
    1212
    13     const VERSION = '1.3.4';
     13    const VERSION = '1.3.5';
    1414
    1515    /**
     
    365365            if (!$imgsrc || is_null($imgsrc)) {
    366366                $imgsrc = self::get_first_plista_image();
    367                 if (!$imgsrc || is_null($imgsrc) && !empty($isyoutube)) {
     367                if (!$imgsrc && !empty($isyoutube)) {
    368368                    $imgsrc = self::get_youtube_img();
    369369                }
  • plista/trunk/readme.txt

    r497240 r501643  
    66Requires at least: 2.5.0
    77Tested up to: 3.3.1
    8 Stable tag: 1.3.4
     8Stable tag: 1.3.5
    99
    1010The plista Widget adds plista RecommendationAds to your Wordpress blog posts.
     
    6262== Upgrade Notice ==
    6363
    64 Please upgrade to Version 1.3.4
     64Please upgrade to Version 1.3.5
    6565
    6666== Screenshots ==
     
    109109    * fix warning if no tags are available
    110110
     1111.3.5 @ 02-07-2012
     112    * dont't look for youtube image if no youtube video is present
     113
Note: See TracChangeset for help on using the changeset viewer.