You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that this package has been taken over by @mcaskill.
If the idea is mainly to be able to update the download URLs for the various plugins, I've had a problem for some time with the ACF Pro download URL.
It's changed, so I've proposed a pull request here : #70 ;-)
Thanks
The text was updated successfully, but these errors were encountered:
I recently contacted ACF Pro's vendor (WPEngine, at the time of writing). Important changes have occurred and more are in the works:
The URL for the ACF Pro example (/index.php?p=pro&a=download&k=***&t=X.Y.Z) is obsolete.
The new URL (/v2/plugins/download?p=pro&k=***&t=X.Y.Z) does not work with Composer (because the server checks the User-Agent for Composer for its Composer repository).
In the coming months, the vendor is changing its API to use server generated single-use URLs.
Even the URLs from the official Composer repository (/v2/plugins/composer_download?p=pro&t=X.Y.Z) will eventually adopt single-use URLs.
Hi there,
I understand that this package has been taken over by @mcaskill.
If the idea is mainly to be able to update the download URLs for the various plugins, I've had a problem for some time with the ACF Pro download URL.
It's changed, so I've proposed a pull request here : #70 ;-)
Thanks
The text was updated successfully, but these errors were encountered: