diff --git a/CHANGELOG.md b/CHANGELOG.md index 804d6881a..da6f79814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Release 2.4.1 🦉 ([belomaxorka](https://github.com/belomaxorka), [kovalensky](https://github.com/kovalensky)) - Added `bt_announce_url` autofill [\#1331](https://github.com/torrentpier/torrentpier/pull/1331) ([belomaxorka](https://github.com/belomaxorka)) +- Added "Random release" button in tracker.php [\#1334](https://github.com/torrentpier/torrentpier/pull/1334) ([belomaxorka](https://github.com/belomaxorka)) - Added support for fastly cdn [\#1327](https://github.com/torrentpier/torrentpier/pull/1327) ([belomaxorka](https://github.com/belomaxorka), [kovalensky](https://github.com/kovalensky)) - Use constants instead of string literals [\#1332](https://github.com/torrentpier/torrentpier/pull/1332) ([belomaxorka](https://github.com/belomaxorka)) - Use `target="_blank"` in admin for profile_url() redirects [\#1330](https://github.com/torrentpier/torrentpier/pull/1330) ([belomaxorka](https://github.com/belomaxorka)) diff --git a/composer.json b/composer.json index cf640d1af..aa8c85a5d 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "torrent", "tracker" ], - "homepage": "https://torrentpier.com", + "homepage": "https://github.com/torrentpier", "license": "MIT", "authors": [ { diff --git a/library/language/source/main.php b/library/language/source/main.php index 985a87051..f919480be 100644 --- a/library/language/source/main.php +++ b/library/language/source/main.php @@ -1279,6 +1279,7 @@ $lang['BONUS_NOT_SUCCES'] = 'You do not have bonuses availab $lang['BONUS_RETURN'] = 'Return to the seed bonus exchange'; $lang['TRACKER'] = 'Tracker'; +$lang['RANDOM_RELEASE'] = 'Random release'; $lang['OPEN_TOPICS'] = 'Open topics'; $lang['OPEN_IN_SAME_WINDOW'] = 'open in same window'; $lang['SHOW_TIME_TOPICS'] = 'show time of the creation topics'; diff --git a/styles/templates/default/tracker.tpl b/styles/templates/default/tracker.tpl index e12759d19..5c467009d 100644 --- a/styles/templates/default/tracker.tpl +++ b/styles/templates/default/tracker.tpl @@ -62,7 +62,7 @@ ajax.callback.view_post = function(data) { -

{PAGE_TITLE}

+

{PAGE_TITLE} · {L_RANDOM_RELEASE}