mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.13' into 1.14
* 1.13: [Docs] Refresh Release Cycle [CoreBundle] Add missing license file
This commit is contained in:
commit
20c781f8cc
2 changed files with 30 additions and 9 deletions
|
|
@ -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
|
||||
------------------
|
||||
|
|
|
|||
19
src/Sylius/Bundle/CoreBundle/LICENSE
Normal file
19
src/Sylius/Bundle/CoreBundle/LICENSE
Normal file
|
|
@ -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.
|
||||
Loading…
Add table
Reference in a new issue