Skip to content

Commit

Permalink
Merge pull request #1620 from hydephp/update-supported-versions
Browse files Browse the repository at this point in the history
Update supported versions in package readmes
  • Loading branch information
caendesilva authored Mar 18, 2024
2 parents 4204770 + a90101f commit b703e88
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 10 additions & 2 deletions packages/hydefront/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ HydeFront is included with [HydePHP](https://github.com/hydephp/hyde) by default
- jsDelivr https://www.jsdelivr.com/package/npm/hydefront


## Warranty:
## Supported Versions & Warranty

HydeFront is not intended to be used for standalone projects and comes with no warranties. Changes in HydeFront are tied to those in the Hyde Framework and differing versions may be incompatible.
HydeFront is not intended to be used for standalone projects and comes with no warranties.

Changes in HydeFront are tied to those in the Hyde Framework and differing versions may be incompatible.

| Hyde Version | Version | Supported | Notes |
|:-------------|---------|--------------------|-------------------------|
| 1.x | 3.x | :white_check_mark: | Latest |
| 0.x Beta | 2.x | :x: | Unsupported |
| 0.x Alpha | 1.x | :x: | Unsupported |
12 changes: 6 additions & 6 deletions packages/realtime-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ It thus offers no guarantees for compatibility with other versions of itself.

The following table shows the supported versions of this package.

| Hyde Version | Version | Supported | Notes |
|:-------------|---------|--------------------|-----------------------------------------------|
| Release | 3.x | :white_check_mark: | Latest |
| Beta | 2.x | :x: | Security fixes only (End of Life: 2023-12-31) |
| Alpha | 1.x LTS | :shield: | End of Life: 2023-03-01 |
| Alpha | < 1.0 | :x: | Alpha |
| Hyde Version | Version | Supported | Notes |
|:-------------|---------|--------------------|-------------------------|
| 1.x Release | 3.x | :white_check_mark: | Latest |
| 0.x Beta | 2.x | :x: | End of Life: 2023-12-31 |
| 0.x Alpha | 1.x LTS | :x: | End of Life: 2023-03-01 |
| 0.x Alpha | < 1.0 | :x: | Alpha |

0 comments on commit b703e88

Please sign in to comment.