We have a Telegram group!

This commit is contained in:
Christian Hesse 2021-02-22 10:34:09 +01:00
parent 292176e910
commit 73eb92fb72
5 changed files with 11 additions and 3 deletions

View File

@ -192,6 +192,13 @@ Available Scripts
[comment]: # (* learn-mac-based-vlan)
[comment]: # (* manage-umts)
Contact
-------
We have a Telegram Group [RouterOS-Scripts](https://t.me/routeros_scripts)!
Get help, give feedback or just chat - but do not expect free professional
support!
Contribute
----------

View File

@ -8,7 +8,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
:global GlobalConfigVersion 44;
:global GlobalConfigVersion 45;
# This is used for DNS and backup file.
:global Domain "example.com";

View File

@ -9,7 +9,7 @@
# Make sure all configuration properties are up to date and this
# value is in sync with value in script 'global-functions'!
# Comment or remove to disable change notifications.
:global GlobalConfigVersion 44;
:global GlobalConfigVersion 45;
# Copy configuration from global-config here and modify it.

View File

@ -48,6 +48,7 @@
42="Made severity in terminal output colorful, with opt-out.";
43="Added queue for e-mail notifications to resend later on error.";
44="Dropped script 'global-wait', all scripts wait on their own now.";
45="We have a Telegram Group! Come along and say hello: https://t.me/routeros_scripts";
};
# Migration steps to be applied on script updates

View File

@ -8,7 +8,7 @@
# https://git.eworm.de/cgit/routeros-scripts/about/
# expected configuration version
:global ExpectedConfigVersion 44;
:global ExpectedConfigVersion 45;
# global variables not to be changed by user
:global GlobalFunctionsReady false;