? ? ? Pending

User tests: Successful: Unsuccessful:

avatar richard67
richard67
3 Jun 2021

Pull Request for Issue #34365 .

Summary of Changes

Update composer dependency "joomla/utilities" to latest version "2.0.0-beta2" which contains the fix for issue 34365 .

Testing Instructions

Code review.

Or apply the patch to a clean, current 4.0-dev branch where "composer install" and "npm ci" have been run before, and then run "composer install" again.
Result: "joomla/utilities" is updated from "2.0.0-beta" to "2.0.0-beta2". Nothing else is updated, added or removed by composer.

Actual result BEFORE applying this Pull Request

Version "2.0.0-beta" of the composer dependency "joomla/utilities" is used.

Expected result AFTER applying this Pull Request

Version "2.0.0-beta2" of the composer dependency "joomla/utilities" is used.

The new version uses array_shift and not array_pop in file libraries/vendor/joomla/utilities/src/IpHelper.php, line 450, as you can see it here in the framework repository for the dependency's source:

https://github.com/joomla-framework/utilities/blob/2.0-dev/src/IpHelper.php#L450 .

Documentation Changes Required

None.

avatar richard67 richard67 - open - 3 Jun 2021
avatar richard67 richard67 - change - 3 Jun 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 3 Jun 2021
Category External Library Composer Change
avatar richard67 richard67 - change - 3 Jun 2021
The description was changed
avatar richard67 richard67 - edited - 3 Jun 2021
avatar PhilETaylor PhilETaylor - test_item - 3 Jun 2021 - Tested successfully
avatar PhilETaylor
PhilETaylor - comment - 3 Jun 2021

I have tested this item successfully on f29d596


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34380.

avatar alikon alikon - test_item - 3 Jun 2021 - Tested successfully
avatar alikon
alikon - comment - 3 Jun 2021

I have tested this item successfully on f29d596


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34380.

avatar alikon alikon - change - 3 Jun 2021
Status Pending Ready to Commit
avatar alikon
alikon - comment - 3 Jun 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/34380.

avatar wilsonge wilsonge - change - 5 Jun 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-06-05 12:57:35
Closed_By wilsonge
Labels Added: ? ? ?
avatar wilsonge wilsonge - close - 5 Jun 2021
avatar wilsonge wilsonge - merge - 5 Jun 2021
avatar wilsonge
wilsonge - comment - 5 Jun 2021

Thanks! @richard67 can you also do a PR to update utilities in staging?

avatar richard67
richard67 - comment - 5 Jun 2021

Thanks! @richard67 can you also do a PR to update utilities in staging?

@wilsonge Will do that.

avatar richard67
richard67 - comment - 5 Jun 2021

@wilsonge Done. See #34421 .

Add a Comment

Login with GitHub to post a comment