From c43b54b8c50fe4aa84a7f6ad67dd84083acdb21c Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sat, 27 Jan 2024 11:18:25 +0700 Subject: [PATCH] =?UTF-8?q?Added=20new=20flag=20=F0=9F=95=8A=20(#1347)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added new flag 🕊 * Update functions.php --- CHANGELOG.md | 1 + library/includes/functions.php | 1 + styles/images/flags/WBW.svg | 1 + 3 files changed, 3 insertions(+) create mode 100644 styles/images/flags/WBW.svg diff --git a/CHANGELOG.md b/CHANGELOG.md index adfeeff10..91b65aecd 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)) - Timeline — 2.4.1 [\#1340](https://github.com/torrentpier/torrentpier/pull/1340), [\#1341](https://github.com/torrentpier/torrentpier/pull/1341), [\#1342](https://github.com/torrentpier/torrentpier/pull/1342), [\#1343](https://github.com/torrentpier/torrentpier/pull/1343) ([kovalensky](https://github.com/kovalensky)) +- Added new flag 🕊 [\#1347](https://github.com/torrentpier/torrentpier/pull/1347) ([belomaxorka](https://github.com/belomaxorka)) - Added ability to view "Watching topics" of other people's (For admins only) [\#1336](https://github.com/torrentpier/torrentpier/pull/1336) ([belomaxorka](https://github.com/belomaxorka)) - 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)) diff --git a/library/includes/functions.php b/library/includes/functions.php index 0c0172a8a..28bb227e6 100644 --- a/library/includes/functions.php +++ b/library/includes/functions.php @@ -1484,6 +1484,7 @@ function render_flag(string $code): string 'VI' => 'Virgin Islands, U.S.', 'VN' => 'Vietnam', 'VU' => 'Vanuatu', + 'WBW' => 'Wonderful Russia of the Future 🕊', 'WF' => 'Wallis and Futuna Islands', 'WS' => 'Samoa', 'XK' => 'Kosovo', diff --git a/styles/images/flags/WBW.svg b/styles/images/flags/WBW.svg new file mode 100644 index 000000000..1313461b7 --- /dev/null +++ b/styles/images/flags/WBW.svg @@ -0,0 +1 @@ + \ No newline at end of file