From a4fcacaed96c72a39fd23bf4e034a3282ef17117 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Tue, 22 Oct 2024 14:07:07 +0200 Subject: [PATCH 1/2] [CoreBundle] Add missing license file --- src/Sylius/Bundle/CoreBundle/LICENSE | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/Sylius/Bundle/CoreBundle/LICENSE diff --git a/src/Sylius/Bundle/CoreBundle/LICENSE b/src/Sylius/Bundle/CoreBundle/LICENSE new file mode 100644 index 0000000000..3cee851168 --- /dev/null +++ b/src/Sylius/Bundle/CoreBundle/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2011-present Sylius Sp. z o.o. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is furnished +to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 6f4859528a6de42db56bba473685a60654913e47 Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Tue, 22 Oct 2024 14:44:38 +0200 Subject: [PATCH 2/2] [Docs] Refresh Release Cycle --- docs/book/organization/release-cycle.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/book/organization/release-cycle.rst b/docs/book/organization/release-cycle.rst index 5bc0a9764d..1626f91f27 100644 --- a/docs/book/organization/release-cycle.rst +++ b/docs/book/organization/release-cycle.rst @@ -6,8 +6,8 @@ code & documentation hosted on the main ``Sylius/Sylius`` `repository`_). Sylius follows the `Semantic Versioning`_ strategy: -* A new Sylius patch version (e.g. 1.0.1, 1.0.2, etc.) comes out usually *once a month*, depending on the number of bug fixes developed -* A new Sylius minor version (e.g. 1.1, 1.2, etc.) is released depending on various factors (see below), usually *once a few months* +* A new Sylius patch version (e.g. 1.13.1, 1.13.2, etc.) comes out usually *once a month*, depending on the number of bug fixes developed +* A new Sylius minor version (e.g. 1.14, 2.1, etc.) is released depending on various factors (see below), usually *once a few months* New Sylius minor releases will drop unsupported PHP versions. @@ -56,13 +56,15 @@ This maintenance is divided into: Planned releases ---------------- -+---------+----------------------+------------------------+--------------------+ -| Version | Development starts | Stabilization starts | Release date | -+=========+======================+========================+====================+ -| 2.0 | Sep 15, 2023 | Q3 2024 | Q4 2024 | -+---------+----------------------+------------------------+--------------------+ -| 1.14 | Apr 26, 2024 | Q3 2024 | Q4 2024 | -+---------+----------------------+------------------------+--------------------+ ++----------+--------------------+----------------------+---------------+----------------------------+---------------------+ +| Version | Development starts | Stabilization starts | Release date | Planned end of maintenance | Planned end of life | ++==========+====================+======================+===============+============================+=====================+ +| 1.14 LTS | Apr 26, 2024 | Q3 2024 | November 2024 | December 2025 | December 2026 | ++----------+--------------------+----------------------+---------------+----------------------------+---------------------+ +| 2.0 | Sep 15, 2023 | Q3 2024 | November 2024 | August 2025 | February 2026 | ++----------+--------------------+----------------------+---------------+----------------------------+---------------------+ +| 2.1 | November, 2024 | Q1/Q2 2025 | Q2/Q3 2025 | | | ++----------+--------------------+----------------------+---------------+----------------------------+---------------------+ Supported versions ------------------