mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 13:59:06 -04:00
dns/ddclient: shift versioning
This commit is contained in:
parent
c5727814b5
commit
6cacfaa34f
2 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue