Open xxsimoxx opened 3 years ago
We should check #300 and #301, where the update server is changed and this comment.
Is it https://officialplugins.classicpress.net/
or https://officialplugins.classicpress.net/
?
Actually I am not sure. The Update Manager is still loaded onto classiccommerce.cc and it used to be where updates got pushed from. It even has the latest version showing as if it has been used for that. But the client file does have const UPDATE_SERVER = 'https://officialplugins.classicpress.net/';
.
So I guess that is now where the UM lives. My mistake. Ignore previous comment.
So I guess that is now where the UM lives.
Update Manager lives at classiccommerce.cc
but since 1.0.4 the clients look at officialplugins.classicpress.net
.
officialplugins.classicpress.net
subdomain does not exists but must be online before any update can be pushed.
Then a decision can be taken about where to serve pudate from.
This pull request has been mentioned on ClassicPress Forums. There might be relevant details there:
We still need to clarify where the updates are pushed from. At some point the CC site moved from my hosting to CP servers and things were rearranged, but I have no idea about the current arrangement. The Update Manager is still active on the CC site, but as Simone says:
since 1.0.4 the clients look at officialplugins.classicpress.net.
Maybe we need to put this on hold as we make patches to catch up with some security stuff with WC. This will give us time to evaluate on whether to use the new directory.
Agree with you to put on hold:
officialplugins.classicpress.net
does not exists.
We can refactor this PR if we decide to serve updates with Update Manager, but having the new directory I don't think this will be the case.
All Submissions:
Changes proposed in this Pull Request:
Closes #211 .
Maybe (that is not already added) we should limit the download of a new version from this repo?