File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- $ version = $ version ?? '5 .0.0 ' ; // set in the build script by extracting it from the Version class
3+ $ version = $ version ?? '6 .0.0 ' ; // set in the build script by extracting it from the Version class
44$ majorVersion = $ majorVersion ?? substr ($ version , 0 , strpos ($ version , '. ' ));
5- $ previousVersion = $ previousRelease ?? '4 .4.0 ' ; // Last patch release
5+ $ previousVersion = $ previousRelease ?? '5 .4.0 ' ; // Last patch release
66$ previousMajorVersion = substr ($ previousVersion , 0 , strpos ($ previousVersion , '. ' ));
77$ previousMajorMinorVersion = $ previousMajorVersion . '.4 ' ;
88$ tagVersion = $ tagVersion ?? $ version ; // Set in the build script by extracting it from git
99$ githubContent = $ githubContent ?? []; // set by build script
1010
1111$ contributors = 'INSERT_HERE ' ;
1212$ pullRequests = 'INSERT_HERE ' ;
13- $ migrationInfo = '[New migration guide](https://manual.joomla.org/migrations/44-50 /) ' ;
13+ $ migrationInfo = '[New migration guide](https://manual.joomla.org/migrations/54-60 /) ' ;
1414$ documentation = 'New developer [documentation](https://manual.joomla.org) ' ;
1515$ releasePage = 'https://www.joomla.org/announcements/release-news/5900-joomla-5-0-and-joomla-4-4-are-here ' ;
1616$ releaseDownloadPage = 'https://downloads.joomla.org/cms/joomla ' . $ majorVersion ;
9393### ✒️ Upgrade Packages
9494
9595> [!IMPORTANT]
96- > Don't update directly from a version lower than 4 .4 it is important that you first update to 4 .4 and then update to 5 .x
96+ > Don't update directly from a version lower than 5 .4 it is important that you first update to 5 .4 and then update to 6 .x
9797
9898| Update from a previous version | SHA-256 Checksums |
9999|--------------------------------|-------------------|
You can’t perform that action at this time.
0 commit comments