From f078dc38186b5d4af55cc6f28dfef112cf97c88e Mon Sep 17 00:00:00 2001 From: Tunisiano18 Date: Sat, 20 Jan 2024 21:51:57 +0100 Subject: [PATCH] Adding Qatar --- WME-send-to-slack.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WME-send-to-slack.user.js b/WME-send-to-slack.user.js index 8f015e3..2740b3f 100644 --- a/WME-send-to-slack.user.js +++ b/WME-send-to-slack.user.js @@ -5,7 +5,7 @@ // @namespace https://wmests.bowlman.be // @description Script to send unlock/closures/Validations requests to slack // @description:fr Ce script vous permettant d'envoyer vos demandes de délock/fermeture et de validation directement sur slack -// @version 2024.01.06.02 +// @version 2024.01.20.01 // @updateURL https://greasyfork.org/scripts/408365-wme-send-to-slack/code/WME%20Send%20to%20Slack.user.js // @include /^https:\/\/(www|beta)\.waze\.com\/(?!user\/)(.{2,6}\/)?editor.*$/ // @exclude https://www.waze.com/user/*editor/* @@ -58,7 +58,8 @@ const _WHATS_NEW_LIST = { // New in this version '2023.06.01.01': 'Fixing missing closure icons. Special thanks to @GyllieGyllie.', '2023.07.19.01': 'Fix requests not going through & fix missing validation icon.', '2023.08.03.01': 'Fix usernames not sending correctly anymore', - '2024.01.06.02': 'Adding Mauritius country.\nWe\'re now receiving again new country requests\nQuick Fix for a typo.' + '2024.01.06.02': 'Adding Mauritius country.\nWe\'re now receiving again new country requests\nQuick Fix for a typo.', + '2024.01.20.01': 'Adding Qatar.' }; // Var declaration var ScriptName = GM_info.script.name;