Best way to set Wordpress plugin max version for update?
Is there a way to set a max update-able version of Wordpress plugins,
until they are fully tested in our environment? For example, this could
make sure no users update to NextGen 2.x which is broken in various ways,
until it is verified to not cause conflicts.
I tried the plugins_api filter, which works for searching plugins, but it
only changes the displayed version in "add new" plugins page.
Do you have to mirror the WP repository with older versions with some
complicated hacks, or is there a simple switch/hook to set the preferred
version?
No comments:
Post a Comment