From 228d07711ab5c40c3f5dfad9696d21bcc3818657 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 17 Oct 2023 08:26:44 +0200 Subject: [PATCH] www/nginx: ready for next release --- www/nginx/Makefile | 3 +-- www/nginx/pkg-descr | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 2372c0d76..337fbac2c 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.32.1 -PLUGIN_REVISION= 4 +PLUGIN_VERSION= 1.32.2 PLUGIN_COMMENT= Nginx HTTP server and reverse proxy PLUGIN_DEPENDS= nginx PLUGIN_MAINTAINER= franz.fabian.94@gmail.com diff --git a/www/nginx/pkg-descr b/www/nginx/pkg-descr index e004fd20a..60d89e3b8 100644 --- a/www/nginx/pkg-descr +++ b/www/nginx/pkg-descr @@ -10,6 +10,10 @@ WWW: https://nginx.org/ Plugin Changelog ================ +1.32.2 + +* Add columns select button to the log viewer (contributed by kulikov-a) + 1.32.1 * add "Host header port" and "use original Host header" options