User tests: Successful: Unsuccessful:
Pull Request for Issue #45907 .
To return the value of php_minimum from the updateInformation['object'], you need to access the php_minimum property correctly. Since php_minimum is a protected property of the Update object, you cannot access it directly using $updateInformation['object']->php_minimum. Instead, you need to use the get() method provided by the Update class.
So basically the code was always returning the hard coded php_minimum for the current joomla version and not getting the information for the next version in the xml
To see this you need to set the update server url to https://update.joomla.org/core/nightlies/next_major_list.xml
Code reviewers - not my code so please check it carefully
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_joomlaupdate |
Code reviewers - not my code so please check it carefully
@brianteeman We would also check it carefully if it WAS your code 😛
I have tested this item ✅ successfully on a0a067b
I have not tested this item.
Hmm, download failed, but without the patch it worked. Resetting my test result until I have checked if it's related or not.
Labels |
Added:
PR-5.4-dev
|
I have tested this item ✅ successfully on 638a858
I have tested this item ✅ successfully on 638a858
I have successfully tested this. :) Thanks again @brianteeman!
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
Final Test before merge, JBT recrate/php/graft
Notes:
Title |
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-08-15 08:18:20 |
Closed_By | ⇒ | muhme |
Thank you @brianteeman for your contribution. Thank you @heelc29 for your support. Thank you @exlemor and @richard67 for testing.
Related #41118 and #41364