Skip to content

Commit c0bf06a

Browse files
author
Leonid Vakulenko
committed
wa-widgets/news v.1.4.4
1 parent 28e909e commit c0bf06a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wa-widgets/news/lib/config/widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
'name' => /*_w*/('News'),
55
'size' => array('2x2','1x1','2x1'),
66
'img' => 'img/news.png',
7-
'version' => '1.4.3',
7+
'version' => '1.4.4',
88
'vendor' => 'webasyst',
99
);

wa-widgets/news/lib/news.widget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function getSettingsConfig()
4444

4545
if (wa()->getLocale() == 'ru_RU') {
4646
$feeds = array_merge(array(
47-
'https://news.yandex.ru/index.rss' => 'Яндекс.Новости',
47+
//'https://news.yandex.ru/index.rss' => 'Яндекс.Новости',
4848
'http://russian.rt.com/rss/' => 'Russia Today (на русском)',
4949
'https://meduza.io/rss/all' => 'Meduza.io',
5050
), $feeds);

0 commit comments

Comments
 (0)