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 ------------------ 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.