Skip to content

Commit e0cb7a8

Browse files
authored
Update version numbers and migration guide links in github release notes layout (#45532)
1 parent 2ca56fc commit e0cb7a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/layouts/github.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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;
@@ -93,7 +93,7 @@
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
|--------------------------------|-------------------|

0 commit comments

Comments
 (0)