Changeset 1138247
- Timestamp:
- 04/19/2015 12:04:47 AM (11 years ago)
- Location:
- yandexnews-feed-by-teplitsa/trunk
- Files:
-
- 5 edited
-
inc/admin.php (modified) (1 diff)
-
inc/feed.php (modified) (1 diff)
-
inc/tst-yandex-feed-core.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
tst-yandex-feed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yandexnews-feed-by-teplitsa/trunk/inc/admin.php
r1138170 r1138247 138 138 139 139 $value = trailingslashit(get_option('layf_custom_url', 'yandex/news')); 140 140 141 update_option('layf_permalinks_flushed', 0); //is it ok? 141 142 -
yandexnews-feed-by-teplitsa/trunk/inc/feed.php
r1138170 r1138247 64 64 <media:group> 65 65 <media:content url=""/> 66 <media player url="<?php echo esc_url($media_obj['url']);?>"/>66 <media:player url="<?php echo esc_url($media_obj['url']);?>" /> 67 67 <?php if(!empty($media_obj['thumb'])) { ?> 68 68 <media:thumbnail url="<?php echo esc_url($media_obj['thumb']);?>"/> -
yandexnews-feed-by-teplitsa/trunk/inc/tst-yandex-feed-core.php
r1138170 r1138247 89 89 90 90 //custom 91 $slug = trailingslashit(get_option('layf_custom_url', 'yandex/news')); 92 if($slug != 'yandex/news/'){ 91 $slug = trailingslashit(get_option('layf_custom_url', 'yandex/news')); //var_dump($slug); 92 93 if(!empty($slug) && $slug != '/' && $slug != 'yandex/news/'){ 93 94 add_rewrite_rule("^$slug?", 'index.php?yandex_feed=news', 'top'); 94 95 } -
yandexnews-feed-by-teplitsa/trunk/readme.txt
r1138170 r1138247 105 105 == Changelog == 106 106 107 = 1.8.1 = 108 * Fix: Incorrect custom URL behaviour on existing installs 109 107 110 = 1.8 = 108 111 * New: Support for YouTube video embedded in the post content -
yandexnews-feed-by-teplitsa/trunk/tst-yandex-feed.php
r1138170 r1138247 3 3 Plugin Name: Yandex.News Feed by Teplitsa 4 4 Description: The plugin creates feed for Yandex.News service 5 Version: 1.8 5 Version: 1.8.1 6 6 Author: Teplitsa 7 7 Author URI: http://te-st.ru/
Note: See TracChangeset
for help on using the changeset viewer.