Skip to content

Commit e622c3d

Browse files
committed
Add new proxy directives and update version to 2025.8
Introduced support for additional directives: proxy_cookie_domain, proxy_cookie_flags, proxy_cookie_path, proxy_ignore_client_abort, proxy_ssl_certificate_cache, and proxy_ssl_key_log. Updated the plugin version to 2025.8 and documented the changes in CHANGES.md.
1 parent df0270a commit e622c3d

File tree

3 files changed

+190
-146
lines changed

3 files changed

+190
-146
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 2025.8 (April, 20, 2025)
2+
3+
* Add suport directives:
4+
- proxy_cookie_domain
5+
- proxy_cookie_flags
6+
- proxy_cookie_path
7+
- proxy_ignore_client_abort
8+
- proxy_ssl_certificate_cache
9+
- proxy_ssl_key_log
10+
11+
## 2025.7 (April, 6, 2025)
12+
13+
* Add error reporting
14+
115
## 2025.6 (March, 22, 2025)
216

317
* A dark theme for file icons

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jvmVersion=17
1212
group=dev.meanmail
1313
repository=https://github.com/meanmail-dev/nginx-intellij-plugin
1414
pluginName=Nginx Configuration
15-
version=2025.6
15+
version=2025.8
1616
# https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library
1717
kotlin.stdlib.default.dependency=false
1818
#

0 commit comments

Comments
 (0)