diff --git a/security/acme-client/Makefile b/security/acme-client/Makefile index 06cece8ad..e431857ae 100644 --- a/security/acme-client/Makefile +++ b/security/acme-client/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= acme-client -PLUGIN_VERSION= 4.6 +PLUGIN_VERSION= 4.7 PLUGIN_COMMENT= ACME Client PLUGIN_MAINTAINER= opnsense@moov.de PLUGIN_DEPENDS= acme.sh py${PLUGIN_PYTHON}-dns-lexicon diff --git a/security/acme-client/pkg-descr b/security/acme-client/pkg-descr index f6fb2be75..19c9cb23a 100644 --- a/security/acme-client/pkg-descr +++ b/security/acme-client/pkg-descr @@ -10,6 +10,13 @@ Plugin Changelog 4.7 +Added: +* Add support for MyDNS.JP DNS API (#4328) +* Add support for fornex DNS API (#4389) + +Changed: +* Convert synology_dsm deploy hook variables to uppercase (#4286) + Fixed: * SFTP/SSH automation results in fatal PHP error (#4363)