aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-08-18 09:04:36 +0200
committerGravatar Christian Hesse <mail@eworm.de>2023-08-18 15:23:20 +0200
commit25d40688f7633b87d285c0ce1c8f211e89416463 (patch)
tree301759e0bcfea8b5fa3bc7114f74b5e6f49eb5bf
parentc04bf2c9b787e6aa8543d507814575487694062d (diff)
sms-forward: drop RouterOS version dependency
... as global-functions depend on RouterOS 7.9beta already.
-rw-r--r--doc/sms-forward.md2
-rw-r--r--sms-forward.rsc2
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/sms-forward.md b/doc/sms-forward.md
index dfd91e7..a323157 100644
--- a/doc/sms-forward.md
+++ b/doc/sms-forward.md
@@ -3,8 +3,6 @@ Forward received SMS
[⬅️ Go back to main README](../README.md)
-[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.9beta4-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
-
> ℹ️ **Info**: This script can not be used on its own but requires the base
> installation. See [main README](../README.md) for details.
diff --git a/sms-forward.rsc b/sms-forward.rsc
index 542fe0d..7c6a609 100644
--- a/sms-forward.rsc
+++ b/sms-forward.rsc
@@ -4,8 +4,6 @@
# Anatoly Bubenkov <bubenkoff@gmail.com>
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
#
-# requires RouterOS, version=7.9beta4
-#
# forward SMS to e-mail
# https://git.eworm.de/cgit/routeros-scripts/about/doc/sms-forward.md