Changeset 1269804
- Timestamp:
- 10/20/2015 08:36:12 PM (10 years ago)
- Location:
- yandexnews-feed-by-teplitsa/trunk
- Files:
-
- 3 edited
-
inc/tst-yandex-feed-core.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tst-yandex-feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
yandexnews-feed-by-teplitsa/trunk/inc/tst-yandex-feed-core.php
r1266778 r1269804 409 409 if($youtube_id_matches && count($youtube_id_matches)) { 410 410 $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'; 412 412 } 413 413 } -
yandexnews-feed-by-teplitsa/trunk/readme.txt
r1266778 r1269804 105 105 == Changelog == 106 106 107 = 1.8.4.1 = 108 * Fix: Size of youtube video thumbnails changed 109 107 110 = 1.8.4 = 108 111 * New: Youtube video thumbnails added -
yandexnews-feed-by-teplitsa/trunk/tst-yandex-feed.php
r1266778 r1269804 3 3 Plugin Name: Yandex.News Feed by Teplitsa 4 4 Description: The plugin creates feed for Yandex.News service 5 Version: 1.8.4 5 Version: 1.8.4.1 6 6 Author: Teplitsa 7 7 Author URI: http://te-st.ru/ … … 38 38 // Plugin version: 39 39 if( !defined('LAYF_VERSION') ) 40 define('LAYF_VERSION', '1.8.4 ');40 define('LAYF_VERSION', '1.8.4.1'); 41 41 42 42 // Plugin DIR, with trailing slash:
Note: See TracChangeset
for help on using the changeset viewer.