You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LIFECYCLE.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,18 @@
1
1
# Version lifecycle
2
2
3
-
Since php-cypher-dsl version 5.0.0, support is governed by this version lifecycle.
3
+
Since php-cypher-dsl version 5.0.0, support is governed by this version
4
+
lifecycle.
4
5
5
-
**Bugfix support** means that issues will be fixed for a version of php-cypher-dsl. Bugfix support for every major release `X` ends **six months** after the release of the next major version (`X+1`). Bugfix support for minor release `X.Y` will end with the release of the next minor version (`X.(Y+1)`).
6
+
**Bugfix support** means that issues will be fixed for a version of
7
+
php-cypher-dsl. Bugfix support for every major release `X` ends **six months**
8
+
after the release of the next major version (`X+1`). Bugfix support for minor
9
+
release `X.Y` will end with the release of the next minor version (`X.(Y+1)`).
6
10
7
-
It is strongly recommended to use a version of php-cypher-dsl that has active bugfix support. Versions that are no longer receiving bugfix support will not receive any security or bug fixes. They may contain known critical vulnerabilities and other major bugs, including the threat of possible data loss and/or corruption.
11
+
It is strongly recommended to use a version of php-cypher-dsl that has active
12
+
bugfix support. Versions that are no longer receiving bugfix support will not
13
+
receive any security or bug fixes. They may contain known critical
14
+
vulnerabilities and other major bugs, including the threat of possible data
0 commit comments