security/acme-client: bump version + update changelog

This commit is contained in:
Frank Wall
2024-12-18 11:51:43 +01:00
parent 9d528264d7
commit 675f682aeb
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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
+7
View File
@@ -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)