User tests: Successful: Unsuccessful:
Pull Request resolves # .
try to update a Joomla 6.2 to Joomla 7.0 nightlies (https://update.joomla.org/core/nightlies/next_major_list.xml)
Pre-Update Check for Joomla 7 is displayed

Please select:
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_joomlaupdate Language & Strings |
P.S.: A rebase to 6.2-dev would have the advantage that if we get it tested in time it can go into the upcoming 6.2.0-alpha1, which will be release on next Tuesday, May 26.
If we keep it for 6.1-dev, it would not make it into the 6.1.1 which will be released on the say day, as the 6.1.1 packages have already been built and are currently being tested ny the CMS Release Team. That would mean it would to into 6.1.2 and 6.2.0-alpha2 or alpha3.
@heelc29 Maybe you should mention in the description of this PR that you also fix that in 6.x the wrong plugins are checked. The checks were the same as in 5.4-dev for the compat and compat6 plugins, but in 6 they should check the compat6 and compat7 plugins. This is fixed with your PR.
By the way, we have the same issue in the libraries/src/Console/UpdateCoreCommand.php file for the CLI. I am preparing a PR to fix that in the same way as here in this PR.
| Title |
|
||||||
| Labels |
Added:
Language Change
PR-6.2-dev
|
||
@heelc29 I've allowed myself to rebase your PR to 6.2-dev as the issue definitely will not happen on 6.1-dev. The erroneous code is only run when updating to a new major, and updates to 7.0 require to be on 6.2 (nightly or soon alpha 1).
I had discussed it with the 6.2 release managers, and it will be great if we get it into the upcoming 6.2.0-alpha1, which is scheduled for next Tuesday.
I have tested this item ✅ successfully on 41abf6b
I have tested this item ✅ successfully on 41abf6b
I have tested this item ✅ successfully on 41abf6b
I have tested this item ✅ successfully on 41abf6b
| Status | Pending | ⇒ | Ready to Commit |
| Build | 6.1-dev | ⇒ | 6.2-dev |
RTC
RTC
@heelc29 I've allowed myself to rebase your PR to 6.2-dev as the issue definitely will not happen on 6.1-dev. The erroneous code is only run when updating to a new major, and updates to 7.0 require to be on 6.2 (nightly or soon alpha 1).
I had discussed it with the 6.2 release managers, and it will be great if we get it into the upcoming 6.2.0-alpha1, which is scheduled for next Tuesday.
Thanks
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2026-05-23 06:01:38 |
| Closed_By | ⇒ | charvimehradu | |
| Labels |
Added:
RTC
bug
|
||
Thank you for your contribution as well to everyone who tested, reviewed, and took the time to go through the PR.
As it is required to be on 6.2 (nightly or soon also 6.2.0-alpha1) for updating to 7.0, it would be sufficient to make this PR here for 6.2-dev.
See targetplatformversion here https://github.com/joomla/update.joomla.org/blob/master/www/core/nightlies/next_major_list.xml#L2 and targetplatform here https://github.com/joomla/update.joomla.org/blob/master/www/core/nightlies/next_major_extension.xml#L20
On the other hand if fixes the bug that we check for the wrong plugins in 6.1. I think we just haven't changed that because we did not have 7.0 nightlies until some month ago.
@tecpromotion @HLeithner I think it's on you to decide if you want that as bug fix or if we move it to 6.2-dev.