Skip to content

Commit 1566ee7

Browse files
author
fuze
committed
version 1.2.0
1 parent a82c514 commit 1566ee7

8 files changed

Lines changed: 110 additions & 350 deletions

File tree

manifest.en.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ image = "icon.png"
44

55
[version]
66
major = "1"
7-
minor = "1"
7+
minor = "2"
88
build = "0"
9-
date = "20170716"
9+
date = "20231002"
1010

1111
[install]
1212
type = "widget"
1313
name = "rss_reader"
1414

1515
[depends]
16-
core = "2.4.0"
16+
core = "2.14.0"
1717

1818
[author]
1919
name = "InstantMedia Team"

manifest.ru.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ image = "icon.png"
44

55
[version]
66
major = "1"
7-
minor = "1"
7+
minor = "2"
88
build = "0"
9-
date = "20170716"
9+
date = "20231002"
1010

1111
[install]
1212
type = "widget"
1313
name = "rss_reader"
1414

1515
[depends]
16-
core = "2.4.0"
16+
core = "2.14.0"
1717

1818
[author]
1919
name = "InstantMedia Team"

package/system/languages/en/widgets/rss_reader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/******************************************************************************/
33
// //
44
// InstantMedia //
5-
// http://instantmedia.ru/, support@instantmedia.ru //
5+
// https://instantmedia.ru/ //
66
// written by Fuze //
77
// //
88
/******************************************************************************/
@@ -18,4 +18,4 @@
1818
define('LANG_WD_ITEM_COUNT_UNITS', 'pcs.');
1919
define('LANG_WD_CACHETIME', 'Refresh cache time');
2020
define('LANG_WD_CUT_NUM', 'Trim the description to');
21-
define('LANG_WD_CUT_NUM_UNITS', 'characters');
21+
define('LANG_WD_CUT_NUM_UNITS', 'characters');

package/system/languages/ru/widgets/rss_reader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/******************************************************************************/
33
// //
44
// InstantMedia //
5-
// http://instantmedia.ru/, support@instantmedia.ru //
5+
// https://instantmedia.ru/ //
66
// written by Fuze //
77
// //
88
/******************************************************************************/
@@ -18,4 +18,4 @@
1818
define('LANG_WD_ITEM_COUNT_UNITS', 'шт.');
1919
define('LANG_WD_CACHETIME', 'Период обновления кеша');
2020
define('LANG_WD_CUT_NUM', 'Обрезать описание до');
21-
define('LANG_WD_CUT_NUM_UNITS', 'символов');
21+
define('LANG_WD_CUT_NUM_UNITS', 'символов');

package/system/widgets/rss_reader/lastRSS.php

Lines changed: 0 additions & 288 deletions
This file was deleted.

0 commit comments

Comments
 (0)