@@ -7,9 +7,9 @@ release and maintain its different versions.
7
7
Symfony releases follow the `semantic versioning `_ strategy and they are
8
8
published through a *time-based model *:
9
9
10
- * A new **Symfony patch version ** (e.g. 4.4.12 , 5.1.9 ) comes out roughly every
10
+ * A new **Symfony patch version ** (e.g. 4.4.43 , 5.4.10, 6.1.2 ) comes out roughly every
11
11
month. It only contains bug fixes, so you can safely upgrade your applications;
12
- * A new **Symfony minor version ** (e.g. 4.4, 5.0, 5 .1) comes out every *six months *:
12
+ * A new **Symfony minor version ** (e.g. 4.4, 5.4, 6 .1) comes out every *six months *:
13
13
one in *May * and one in *November *. It contains bug fixes and new features,
14
14
can contain new deprecations but it doesn't include any breaking change,
15
15
so you can safely upgrade your applications;
@@ -19,14 +19,21 @@ published through a *time-based model*:
19
19
20
20
.. tip ::
21
21
22
- `Subscribe to Symfony Roadmap notifications `_ to receive an email when a new
22
+ `Subscribe to Symfony Release notifications `_ to receive an email when a new
23
23
Symfony version is published or when a Symfony version reaches its end of life.
24
24
25
25
.. _contributing-release-development :
26
26
27
27
Development
28
28
-----------
29
29
30
+ .. note ::
31
+
32
+ The Symfony project is an open-source community driven development framework.
33
+ There is no roadmap written or defined in advance. Every feature request
34
+ may or may not be developed in future version based on the community.
35
+ Symfony core team members can help move things forward if the intereset is here.
36
+
30
37
The full development period for any major or minor version lasts six months and
31
38
is divided into two phases:
32
39
@@ -43,7 +50,7 @@ final release.
43
50
44
51
.. tip ::
45
52
46
- Check out the `Symfony Roadmap `_ to learn more about any specific version.
53
+ Check out the `Symfony Release `_ to learn more about any specific version.
47
54
48
55
.. _contributing-release-maintenance :
49
56
.. _symfony-versions :
@@ -93,12 +100,12 @@ two versions: the new major one (e.g. 5.0) and the latest version of the
93
100
previous branch (e.g. 4.4).
94
101
95
102
Both versions have the same new features, but they differ in the deprecated
96
- features. The oldest version (4 .4 in this example) contains all the deprecated
97
- features whereas the new version (5 .0 in this example) removes all of them.
103
+ features. The oldest version (5 .4 in this example) contains all the deprecated
104
+ features whereas the new version (6 .0 in this example) removes all of them.
98
105
99
- This allows you to upgrade your projects to the latest minor version (e.g. 4 .4),
106
+ This allows you to upgrade your projects to the latest minor version (e.g. 5 .4),
100
107
see all the deprecation messages and fix them. Once you have fixed all those
101
- deprecations, you can upgrade to the new major version (e.g. 5 .0) without
108
+ deprecations, you can upgrade to the new major version (e.g. 6 .0) without
102
109
effort, because it contains the same features (the only difference are the
103
110
deprecated features, which your project no longer uses).
104
111
@@ -155,6 +162,6 @@ period to upgrade. Companies wanting more stability use the LTS versions: a new
155
162
version is published every two years and there is a year to upgrade.
156
163
157
164
.. _`semantic versioning` : https://semver.org/
158
- .. _`Subscribe to Symfony Roadmap notifications` : https://symfony.com/account/notifications
159
- .. _`Symfony Roadmap ` : https://symfony.com/releases
165
+ .. _`Subscribe to Symfony Release notifications` : https://symfony.com/account/notifications
166
+ .. _`Symfony Release ` : https://symfony.com/releases
160
167
.. _`professional Symfony support` : https://sensiolabs.com/
0 commit comments