Skip to content

Commit 9a9e019

Browse files
Update version release date and Nginx Unit Capability
The release date has been updated for version v0.7.0 in the CHANGELOG.md file and additional classes were added for enhanced PHP support. The Nginx Unit Capability was also updated to version 1.32.1 in both the SECURITY.md and README.md files.
1 parent cf4f1d6 commit 9a9e019

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We use [SemVer](https://semver.org/) for versioning. For the versions available,
88

99
| Version | Nginx Unit Capability | Supported |
1010
|---------|:----------------------|--------------------|
11-
| 0.7.x | 1.30.0 & 1.31.0 | :white_check_mark: |
11+
| 0.7.x | 1.32.1 | :white_check_mark: |
1212
| < 0.6.x | - | :x: |
1313

1414
## Vulnerability Report

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# CHANGELOG
22

3-
## v0.7.0 - [In progress]
3+
## v0.7.0 - [2024/04/07]
44

55
- Now SDK support connection via only address.
66
- All private fields renamed from `_pattern` to `pattern`
77
- Some classes become a builders
88
- Updated PhpTarget class
99
- Added PhpOptions class
1010
- Update Unit tests
11+
- Added more classes for better support of PHP applications
12+
- Added more classes information
1113

1214
## v0.6.0 - [2023/09/13] _Release on Programmer's Day. Happy holiday everyone :)_
1315

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ server management into your projects
3030

3131
| Version | Nginx Unit Capability | Supported |
3232
|---------|:----------------------|--------------------|
33-
| 0.7.x | <= 1.30.0 | :white_check_mark: |
33+
| 0.7.x | <= 1.32.1 | :white_check_mark: |
3434
| < 0.6.x | - | :x: |
3535

3636
### Quick start

0 commit comments

Comments
 (0)