Skip to content

Commit 6feafcb

Browse files
author
github-actions
committed
Merge pull request #1232 from hydephp/release-prep
RealtimeCompiler v3.0 hydephp/develop@f89301b
1 parent 0ee36ff commit 6feafcb

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,14 @@ The package adds a `php hyde serve` command which exposes a web server on port `
66

77
## Supported Versions
88

9-
The 2.0 release brings a total rewrite. See the release notes below.
9+
This package is not intended to be used outside the HydePHP framework.
10+
It thus offers no guarantees for compatibility with other versions of itself.
1011

11-
The upgrade will be handled within Hyde/Framework and standard usage will not be affected.
12-
Any third-party integrations will need to be handled manually. v1.0x will receive security fixes for the time being.
13-
See the [Security Policy](https://github.com/hydephp/realtime-compiler/security/policy).
12+
The following table shows the supported versions of this package.
1413

15-
16-
| Version | Supported | Notes |
17-
|---------|--------------------|----------|
18-
| 3.x | :test_tube: | Upcoming |
19-
| 2.x | :white_check_mark: | Latest |
20-
| 1.x | :shield: | (LTS*) |
21-
| < 1.0 | :x: | Alpha |
22-
23-
*1.x LTS receives security fixes only (End of Life: 2023-03-01)
14+
| Hyde Version | Version | Supported | Notes |
15+
|:-------------|---------|--------------------|-------------------------|
16+
| Release | 3.x | :white_check_mark: | Latest |
17+
| Beta | 2.x | :x: | Security fixes only |
18+
| Alpha | 1.x LTS | :shield: | End of Life: 2023-03-01 |
19+
| Alpha | < 1.0 | :x: | Alpha |

SECURITY.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# Security Policy
22

3-
## Supported Versions
4-
5-
The 2.0 release brings a total rewrite and may be unstable up until the first few patches.
6-
7-
The upgrade will be handled within Hyde/Framework and standard usage will not be affected.
8-
Any third-party integrations will need to be handled manually. v1.0x will receive security fixes for the time being.
9-
10-
| Version | Supported | Notes |
11-
|---------|--------------------|----------|
12-
| 3.x | :test_tube: | Upcoming |
13-
| 2.x | :white_check_mark: | Latest |
14-
| 1.x | :shield: | (LTS*) |
15-
| < 1.0 | :x: | Alpha |
16-
17-
*1.x LTS receives security fixes only (End of Life: 2023-03-01)
18-
193
## Reporting a Vulnerability
204

215

0 commit comments

Comments
 (0)