Changeset 501643
- Timestamp:
- 02/07/2012 01:34:49 PM (14 years ago)
- Location:
- plista/trunk
- Files:
-
- 2 edited
-
plista_integration.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plista/trunk/plista_integration.php
r497240 r501643 4 4 Plugin URI: http://www.plista.com 5 5 Description: Plugin for displaying plista RecommendationAds 6 Version: 1.3. 46 Version: 1.3.5 7 7 Author: msch (wordpress@plista.com) 8 8 Author URI: http://www.plista.com … … 11 11 class plista { 12 12 13 const VERSION = '1.3. 4';13 const VERSION = '1.3.5'; 14 14 15 15 /** … … 365 365 if (!$imgsrc || is_null($imgsrc)) { 366 366 $imgsrc = self::get_first_plista_image(); 367 if (!$imgsrc || is_null($imgsrc)&& !empty($isyoutube)) {367 if (!$imgsrc && !empty($isyoutube)) { 368 368 $imgsrc = self::get_youtube_img(); 369 369 } -
plista/trunk/readme.txt
r497240 r501643 6 6 Requires at least: 2.5.0 7 7 Tested up to: 3.3.1 8 Stable tag: 1.3. 48 Stable tag: 1.3.5 9 9 10 10 The plista Widget adds plista RecommendationAds to your Wordpress blog posts. … … 62 62 == Upgrade Notice == 63 63 64 Please upgrade to Version 1.3. 464 Please upgrade to Version 1.3.5 65 65 66 66 == Screenshots == … … 109 109 * fix warning if no tags are available 110 110 111 1.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.