Plugin Directory

Changeset 1269804


Ignore:
Timestamp:
10/20/2015 08:36:12 PM (10 years ago)
Author:
foralien
Message:

YouTube thumbnails size fix

Location:
yandexnews-feed-by-teplitsa/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • yandexnews-feed-by-teplitsa/trunk/inc/tst-yandex-feed-core.php

    r1266778 r1269804  
    409409            if($youtube_id_matches && count($youtube_id_matches)) {
    410410                $youtube_video_id = $youtube_id_matches[0];
    411                 $ret = 'https://img.youtube.com/vi/' . $youtube_video_id . '/1.jpg';
     411                $ret = 'https://img.youtube.com/vi/' . $youtube_video_id . '/0.jpg';
    412412            }
    413413        }
  • yandexnews-feed-by-teplitsa/trunk/readme.txt

    r1266778 r1269804  
    105105== Changelog ==
    106106
     107= 1.8.4.1 =
     108* Fix: Size of youtube video thumbnails changed
     109
    107110= 1.8.4 =
    108111* New: Youtube video thumbnails added
  • yandexnews-feed-by-teplitsa/trunk/tst-yandex-feed.php

    r1266778 r1269804  
    33Plugin Name: Yandex.News Feed by Teplitsa
    44Description: The plugin creates feed for Yandex.News service
    5 Version: 1.8.4
     5Version: 1.8.4.1
    66Author: Teplitsa
    77Author URI: http://te-st.ru/
     
    3838// Plugin version:
    3939if( !defined('LAYF_VERSION') )
    40     define('LAYF_VERSION', '1.8.4');
     40    define('LAYF_VERSION', '1.8.4.1');
    4141   
    4242// Plugin DIR, with trailing slash:
Note: See TracChangeset for help on using the changeset viewer.