Skip to content

Commit 6fbafe7

Browse files
committed
bump RouterOS requirement for all scripts and modules...
... now that global-functions requires RouterOS 7.14 anyway.
1 parent 075a9bd commit 6fbafe7

File tree

116 files changed

+116
-116
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+116
-116
lines changed

BRANCHES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Installing from branches
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

CONTRIBUTIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Past Contributions
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

INITIAL-COMMANDS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Initial commands
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

accesslist-duplicates.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# print duplicate antries in wireless access list
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/accesslist-duplicates.md

accesslist-duplicates.local.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# print duplicate antries in wireless access list
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/accesslist-duplicates.md

accesslist-duplicates.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# print duplicate antries in wireless access list
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/accesslist-duplicates.md

accesslist-duplicates.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# print duplicate antries in wireless access list
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/accesslist-duplicates.md

backup-cloud.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: backup-script, order=40
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# upload backup to MikroTik cloud
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/backup-cloud.md

backup-email.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: backup-script, order=20
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# create and email backup and config file
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/backup-email.md

backup-partition.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: backup-script, order=70
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# save configuration to fallback partition
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/backup-partition.md

backup-upload.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: backup-script, order=50
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# create and upload backup and config file
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/backup-upload.md

capsman-download-packages.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# download and cleanup packages for CAP installation from CAPsMAN
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.md

capsman-download-packages.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# download and cleanup packages for CAP installation from CAPsMAN
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.md

capsman-download-packages.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# download and cleanup packages for CAP installation from CAPsMAN
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-download-packages.md

capsman-rolling-upgrade.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
77
# provides: capsman-rolling-upgrade.capsman
8-
# requires RouterOS, version=7.13
8+
# requires RouterOS, version=7.14
99
#
1010
# upgrade CAPs one after another
1111
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md

capsman-rolling-upgrade.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
77
# provides: capsman-rolling-upgrade%TEMPL%
8-
# requires RouterOS, version=7.13
8+
# requires RouterOS, version=7.14
99
#
1010
# upgrade CAPs one after another
1111
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md

capsman-rolling-upgrade.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
77
# provides: capsman-rolling-upgrade.wifi
8-
# requires RouterOS, version=7.13
8+
# requires RouterOS, version=7.14
99
#
1010
# upgrade CAPs one after another
1111
# https://git.eworm.de/cgit/routeros-scripts/about/doc/capsman-rolling-upgrade.md

certificate-renew-issued.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2019-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# renew locally issued certificates
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/certificate-renew-issued.md

check-certificates.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2013-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# check for certificate validity
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/check-certificates.md

check-health.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2019-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# check for RouterOS health state
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/check-health.md

check-lte-firmware-upgrade.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2018-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# check for LTE firmware upgrade, send notification
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/check-lte-firmware-upgrade.md

check-routeros-update.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2013-2024 Christian Hesse <[email protected]>
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
6-
# requires RouterOS, version=7.13
6+
# requires RouterOS, version=7.14
77
#
88
# check for RouterOS update, send notification and/or install
99
# https://git.eworm.de/cgit/routeros-scripts/about/doc/check-routeros-update.md

collect-wireless-mac.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=40
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# collect wireless mac adresses in access list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/collect-wireless-mac.md

collect-wireless-mac.local.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=40
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# collect wireless mac adresses in access list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/collect-wireless-mac.md

collect-wireless-mac.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=40
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# collect wireless mac adresses in access list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/collect-wireless-mac.md

collect-wireless-mac.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=40
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# collect wireless mac adresses in access list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/collect-wireless-mac.md

daily-psk.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update daily PSK (pre shared key)
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/daily-psk.md

daily-psk.local.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update daily PSK (pre shared key)
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/daily-psk.md

daily-psk.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update daily PSK (pre shared key)
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/daily-psk.md

daily-psk.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Michael Gisbers <[email protected]>
55
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
66
#
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update daily PSK (pre shared key)
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/daily-psk.md

dhcp-lease-comment.capsman.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=60
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update dhcp-server lease comment with infos from access-list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-lease-comment.md

dhcp-lease-comment.local.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=60
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update dhcp-server lease comment with infos from access-list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-lease-comment.md

dhcp-lease-comment.template.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=60
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update dhcp-server lease comment with infos from access-list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-lease-comment.md

dhcp-lease-comment.wifi.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=60
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# update dhcp-server lease comment with infos from access-list
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-lease-comment.md

dhcp-to-dns.rsc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md
55
#
66
# provides: lease-script, order=20
7-
# requires RouterOS, version=7.13
7+
# requires RouterOS, version=7.14
88
#
99
# check DHCP leases and add/remove/update DNS entries
1010
# https://git.eworm.de/cgit/routeros-scripts/about/doc/dhcp-to-dns.md

doc/accesslist-duplicates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Find and remove access list duplicates
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

doc/backup-cloud.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upload backup to Mikrotik cloud
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

doc/backup-email.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Send backup via e-mail
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

doc/backup-partition.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Save configuration to fallback partition
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

doc/backup-upload.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upload backup to server
44
[![GitHub stars](https://img.shields.io/github/stars/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=red)](https://github.com/eworm-de/routeros-scripts/stargazers)
55
[![GitHub forks](https://img.shields.io/github/forks/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=green)](https://github.com/eworm-de/routeros-scripts/network)
66
[![GitHub watchers](https://img.shields.io/github/watchers/eworm-de/routeros-scripts?logo=GitHub&style=flat&color=blue)](https://github.com/eworm-de/routeros-scripts/watchers)
7-
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.13-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
7+
[![required RouterOS version](https://img.shields.io/badge/RouterOS-7.14-yellow?style=flat)](https://mikrotik.com/download/changelogs/)
88
[![Telegram group @routeros_scripts](https://img.shields.io/badge/Telegram-%40routeros__scripts-%2326A5E4?logo=telegram&style=flat)](https://t.me/routeros_scripts)
99
[![donate with PayPal](https://img.shields.io/badge/Like_it%3F-Donate!-orange?logo=githubsponsors&logoColor=orange&style=flat)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A4ZXBD6YS2W8J)
1010

0 commit comments

Comments
 (0)