Skip to content

Commit

Permalink
Merge branch 'zh-v2.11.1' into develop-zh
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxinpro committed Jan 21, 2024
2 parents 5b73b69 + b7938cf commit 234194f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 26 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/stale.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.11.1
2 changes: 1 addition & 1 deletion README-en.md
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
1 change: 1 addition & 0 deletions backend/lib/certbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const certbot = {

return new Promise((resolve, reject) => {
if (pluginKeys.length === 0) {
resolve();
return;
}

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-zh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM jc21/nginx-proxy-manager:2.11.0
FROM jc21/nginx-proxy-manager:2.11.1

ENV NPM_LANGUAGE="zh"

Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nginx-proxy-manager",
"version": "2.11.0",
"version": "2.11.1",
"description": "A beautiful interface for creating Nginx endpoints",
"main": "js/index.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-zh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"

cd "${DIR}/../.."

docker build -t chishin/nginx-proxy-manager-zh:2.11.0 -f docker/Dockerfile-zh .
docker build -t chishin/nginx-proxy-manager-zh:2.11.1 -f docker/Dockerfile-zh .

0 comments on commit 234194f

Please sign in to comment.