From ad5d5eb625ed36ec2c9a40840eedc7e49e650918 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:09:33 +0100 Subject: [PATCH 1/5] Update HydeFront readme to include supported versions --- packages/hydefront/README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/packages/hydefront/README.md b/packages/hydefront/README.md index 7d6f12d1c11..f441987de92 100644 --- a/packages/hydefront/README.md +++ b/packages/hydefront/README.md @@ -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 | From 0b705b9b08066c48ed0be199bee2c2ff541f5d81 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:10:23 +0100 Subject: [PATCH 2/5] Specify version ranges --- packages/realtime-compiler/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/realtime-compiler/README.md b/packages/realtime-compiler/README.md index b7f39e0ae70..ee10a4acccc 100644 --- a/packages/realtime-compiler/README.md +++ b/packages/realtime-compiler/README.md @@ -15,6 +15,6 @@ 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 | +| 0.x Beta | 2.x | :x: | Security fixes only (End of Life: 2023-12-31) | +| 0.x Alpha | 1.x LTS | :shield: | End of Life: 2023-03-01 | +| 0.x Alpha | < 1.0 | :x: | Alpha | From 4ed91a47bb2f7ccf1680ae81a302b5eaf160a443 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:11:00 +0100 Subject: [PATCH 3/5] Remove security fix notice for end of life version --- packages/realtime-compiler/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/realtime-compiler/README.md b/packages/realtime-compiler/README.md index ee10a4acccc..a2152ba8bd1 100644 --- a/packages/realtime-compiler/README.md +++ b/packages/realtime-compiler/README.md @@ -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 | -| 0.x Beta | 2.x | :x: | Security fixes only (End of Life: 2023-12-31) | -| 0.x Alpha | 1.x LTS | :shield: | End of Life: 2023-03-01 | -| 0.x Alpha | < 1.0 | :x: | Alpha | +| Hyde Version | Version | Supported | Notes | +|:-------------|---------|--------------------|-------------------------| +| 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 | :shield: | End of Life: 2023-03-01 | +| 0.x Alpha | < 1.0 | :x: | Alpha | From 779d58605a1095d69da9ff2a50add6d88f8f46d5 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:11:36 +0100 Subject: [PATCH 4/5] Remove support shield for expired LTS version --- packages/realtime-compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realtime-compiler/README.md b/packages/realtime-compiler/README.md index a2152ba8bd1..33bc3b90025 100644 --- a/packages/realtime-compiler/README.md +++ b/packages/realtime-compiler/README.md @@ -16,5 +16,5 @@ The following table shows the supported versions of this package. |:-------------|---------|--------------------|-------------------------| | 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 | :shield: | End of Life: 2023-03-01 | +| 0.x Alpha | 1.x LTS | :x: | End of Life: 2023-03-01 | | 0.x Alpha | < 1.0 | :x: | Alpha | From a90101f1a1080c2a1fc5b4b08ed41df5cacf5c08 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:12:05 +0100 Subject: [PATCH 5/5] Prefix release version range --- packages/realtime-compiler/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/realtime-compiler/README.md b/packages/realtime-compiler/README.md index 33bc3b90025..1ac2484c5eb 100644 --- a/packages/realtime-compiler/README.md +++ b/packages/realtime-compiler/README.md @@ -14,7 +14,7 @@ The following table shows the supported versions of this package. | Hyde Version | Version | Supported | Notes | |:-------------|---------|--------------------|-------------------------| -| Release | 3.x | :white_check_mark: | Latest | +| 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 |