Merge pull request #3483 from NginxProxyManager/develop

v2.11.1
This commit is contained in:
jc21 2024-01-21 21:17:30 +10:00 committed by GitHub
commit aec30207da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
2.11.0
2.11.1

View File

@ -1,7 +1,7 @@
<p align="center">
<img src="https://nginxproxymanager.com/github.png">
<br><br>
<img src="https://img.shields.io/badge/version-2.11.0-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/version-2.11.1-green.svg?style=for-the-badge">
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
</a>

View File

@ -16,6 +16,7 @@ const certbot = {
return new Promise((resolve, reject) => {
if (pluginKeys.length === 0) {
resolve();
return;
}