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: .github/CONTRIBUTING.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,11 @@ You are welcome to submit a contribution for review and possible inclusion in th
15
15
Please be patient as not all items will be viewed or tested immediately (remember, all bug testing for the Joomla! CMS is done by volunteers) and be receptive to feedback about your code.
16
16
17
17
#### Branches
18
-
Joomla 4.4 is in security maintenance mode, until 14th October 2025, which means it will only receive security fixes. Bug fixing PRs should be made to the `5.3-dev` branch. Merged bugfixes will be upmerged into the current branches. New features that do not break backwards compatibility should be made to the `5.4-dev` branch otherwise they should be made to the `6.0-dev` branch.
18
+
Bug fixing PRs should be made to the `5.4-dev` branch. Merged bugfixes will be upmerged into the current branches. New features that do not break backwards compatibility should be made to the `6.1-dev`.
19
19
20
20
21
-
| Branch | Purpose |
22
-
| ------ | ------- |
23
-
| 4.4-dev | Branch for the current 4.x Joomla version. Currently in security maintenance mode. |
24
-
| 5.3-dev | Branch for the current 5.x Joomla version. Bugfix only for 5.x go into this branch. |
25
-
| 5.4-dev | Branch for the next minor 5.x Joomla version. New features go into this branch. |
26
-
| 6.0-dev | Branch for the next major Joomla version. New features that include a b/c break have to go into this branch. |
0 commit comments