From 8405ee151015055013fced38c708b6fd9634bfbb Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:15:02 +0100 Subject: [PATCH 1/4] Remove LTS designation for realtime compiler v1.x series --- 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 1ac2484c5eb..d3141fba69d 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. |:-------------|---------|--------------------|-------------------------| | 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.x | :x: | End of Life: 2023-03-01 | | 0.x Alpha | < 1.0 | :x: | Alpha | From 9869378401d27a26e1b0adae51f1488d0f490da3 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:15:46 +0100 Subject: [PATCH 2/4] Designate realtime compiler v3.x series as LTS --- 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 d3141fba69d..9fddae98628 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 | |:-------------|---------|--------------------|-------------------------| -| 1.x Release | 3.x | :white_check_mark: | Latest | +| 1.x Release | 3.x LTS | :white_check_mark: | Latest | | 0.x Beta | 2.x | :x: | End of Life: 2023-12-31 | | 0.x Alpha | 1.x | :x: | End of Life: 2023-03-01 | | 0.x Alpha | < 1.0 | :x: | Alpha | From 88e063ab5669894f4f3353cf9e87180002a8b466 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:22:51 +0100 Subject: [PATCH 3/4] Clean up and normalize supported versions table --- SECURITY.md | 4 ++-- packages/framework/SECURITY.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 377c11c4453..6c74d07eb76 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,8 +7,8 @@ These are the version ranges of HydePHP, and their support status. We follow [Se | Version | Supported | Classification | |---------|--------------------|----------------------| | 1.x | :white_check_mark: | General Availability | -| < 0.64 | :x: | Beta (legacy) | -| < 0.8 | :x: | Alpha stage | +| < 0.64 | :x: | Beta | +| < 0.8 | :x: | Alpha | ## Reporting a Vulnerability diff --git a/packages/framework/SECURITY.md b/packages/framework/SECURITY.md index 51b80fb150d..6c74d07eb76 100644 --- a/packages/framework/SECURITY.md +++ b/packages/framework/SECURITY.md @@ -7,9 +7,8 @@ These are the version ranges of HydePHP, and their support status. We follow [Se | Version | Supported | Classification | |---------|--------------------|----------------------| | 1.x | :white_check_mark: | General Availability | -| < 0.64 | :x: | Beta (legacy) | -| < 0.50 | :x: | Beta (legacy) | -| < 0.8 | :x: | Alpha stage | +| < 0.64 | :x: | Beta | +| < 0.8 | :x: | Alpha | ## Reporting a Vulnerability From 4b5db4ce6e6edd1d44bee160ed332a8e124a464f Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Mon, 18 Mar 2024 19:17:10 +0100 Subject: [PATCH 4/4] Designate HydePHP v1.x as LTS --- SECURITY.md | 2 +- packages/framework/SECURITY.md | 2 +- packages/hydefront/README.md | 2 +- packages/realtime-compiler/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 6c74d07eb76..a155f70d1d5 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ These are the version ranges of HydePHP, and their support status. We follow [Se | Version | Supported | Classification | |---------|--------------------|----------------------| -| 1.x | :white_check_mark: | General Availability | +| 1.x LTS | :white_check_mark: | General Availability | | < 0.64 | :x: | Beta | | < 0.8 | :x: | Alpha | diff --git a/packages/framework/SECURITY.md b/packages/framework/SECURITY.md index 6c74d07eb76..a155f70d1d5 100644 --- a/packages/framework/SECURITY.md +++ b/packages/framework/SECURITY.md @@ -6,7 +6,7 @@ These are the version ranges of HydePHP, and their support status. We follow [Se | Version | Supported | Classification | |---------|--------------------|----------------------| -| 1.x | :white_check_mark: | General Availability | +| 1.x LTS | :white_check_mark: | General Availability | | < 0.64 | :x: | Beta | | < 0.8 | :x: | Alpha | diff --git a/packages/hydefront/README.md b/packages/hydefront/README.md index f441987de92..95523651bac 100644 --- a/packages/hydefront/README.md +++ b/packages/hydefront/README.md @@ -42,6 +42,6 @@ Changes in HydeFront are tied to those in the Hyde Framework and differing versi | Hyde Version | Version | Supported | Notes | |:-------------|---------|--------------------|-------------------------| -| 1.x | 3.x | :white_check_mark: | Latest | +| 1.x LTS | 3.x | :white_check_mark: | Latest | | 0.x Beta | 2.x | :x: | Unsupported | | 0.x Alpha | 1.x | :x: | Unsupported | diff --git a/packages/realtime-compiler/README.md b/packages/realtime-compiler/README.md index 9fddae98628..c200b9e1ccb 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 | |:-------------|---------|--------------------|-------------------------| -| 1.x Release | 3.x LTS | :white_check_mark: | Latest | +| 1.x LTS | 3.x LTS | :white_check_mark: | Latest | | 0.x Beta | 2.x | :x: | End of Life: 2023-12-31 | | 0.x Alpha | 1.x | :x: | End of Life: 2023-03-01 | | 0.x Alpha | < 1.0 | :x: | Alpha |