aspirepress / AspireUpdate

A plugin that allows for rewriting the URLs used to fetch updates from WordPress.org to some other endpoint
15 stars 4 forks source link

Wrong url shown in Downloading update from #19

Open ipajen opened 8 hours ago

ipajen commented 8 hours ago

Go to /blog/wp-admin/update-core.php?action=do-plugin-upgrade and choose your plugin to update

the text says Downloading update from https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.230.zip

I am expecting it would say AP as if I try the direct link it works to get the download. IMG_8414

ipajen commented 8 hours ago

Same issue if trying to reinstall WP

Update WordPress Downloading update from https://downloads.wordpress.org/release/wordpress-6.6.2-no-content.zip

Download failed.: Not Found

Installation failed.

mzalewski commented 4 hours ago

Confirmed - still an issue on develop. Looks like we're rewriting outgoing URLs, but not the URLs displayed to the end user

namithj commented 4 hours ago

Yes, we have only focused on the API, right now.

Need to move this into a feature update and discuss the implementation