diff --git a/dns/ddclient/Makefile b/dns/ddclient/Makefile index d2d3a3d02..68ef2b885 100644 --- a/dns/ddclient/Makefile +++ b/dns/ddclient/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= ddclient PLUGIN_VERSION= 1.14 -#PLUGIN_REVISION= 1 PLUGIN_DEPENDS= ddclient-devel PLUGIN_COMMENT= Dynamic DNS client PLUGIN_MAINTAINER= ad@opnsense.org diff --git a/dns/ddclient/pkg-descr b/dns/ddclient/pkg-descr index e6ad375a3..7fd2112ef 100644 --- a/dns/ddclient/pkg-descr +++ b/dns/ddclient/pkg-descr @@ -6,6 +6,10 @@ WWW: https://github.com/ddclient/ddclient Plugin Changelog ================ +1.14 + +* Add "post" protocol in custom service type + 1.13 * Fix not returning IP address as a string in Python backend (contributed by Sean Kelly)