joomla-extensions / weblinks

This repo is meant to hold the decoupled com_weblinks component and related code.
GNU General Public License v2.0
45 stars 88 forks source link

Update manifest for target platforms 4.3 and 4.4 #524

Closed richard67 closed 1 year ago

richard67 commented 1 year ago

Pull Request for Issue #523 .

Summary of Changes

Updating the manifest for the update site by new target platforms 4.3 and 4.4 and 5.0.

With the change in line 28 I'm not sure if it's needed. But as we had the 4.0 target platform in that from the beginning of the 4.0 compatibility here, I think it might be needed for the pre-update checker. The 5.0 doesn't need to be added there because we can update to 5.0 only from 4.4, and on 4.4 weblinks is already 2.0.1.

The 4.4 and 5.0 target platforms are added so people can start to test weblinks on these platforms, which are currently under development.

Testing Instructions

Code review, or check on a Joomla 4.3.0 or 4.3.1 if you can install weblinks, and check on a Joomla 3.10.11 with weblinks version 3.9.0 if you can update weblinks after having updated the CMS to 4.3.1.

Expected result

Weblinks can be installed on Joomla 4.3.1 (or a 4.4-dev or 5.0-dev nightly build), and it can be updated from version 3.9.0 to 4.0.1 after having updated the CMS from 3.10.11 to 4.3.1 (or a 4.4-dev or 5.0-dev nightly build).

Actual result

Weblinks can't be installed on Joomla 4.3.1 (or a 4.4-dev or 5.0-dev nightly build), and it can't be updated from version 3.9.0 to 4.0.1 after having updated the CMS from 3.10.11 to 4.3.1 (or a 4.4-dev or 5.0-dev nightly build).

Documentation Changes Required

None.