dns/ddclient: shift versioning

This commit is contained in:
Franco Fichtner
2024-08-26 11:35:36 +02:00
parent c5727814b5
commit 6cacfaa34f
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= ddclient
PLUGIN_VERSION= 1.23
PLUGIN_VERSION= 1.24
PLUGIN_REVISION= 1
PLUGIN_DEPENDS= ddclient py${PLUGIN_PYTHON}-boto3
PLUGIN_COMMENT= Dynamic DNS client
+4 -1
View File
@@ -6,10 +6,13 @@ WWW: https://github.com/ddclient/ddclient
Plugin Changelog
================
1.24
* Refactored IP matching (contributed by Rob van Oostenrijk)
1.23
* Add dashboard widget
* Refactored IP matching (contributed by Rob van Oostenrijk)
1.22