security/acme-client: bump version + update changelog

This commit is contained in:
Frank Wall 2024-12-17 17:02:25 +01:00
parent 9d528264d7
commit 675f682aeb
2 changed files with 8 additions and 1 deletions

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

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)