wp-force-password-change
wp-force-password-change copied to clipboard
Repo with old versions
Hi @lumpysimon,
¿Is there any repo where i can download old versions of this plugin?
I've got a script that checks and downloads a concrete version (used to be 0.5) using @wp-cli but it doesn't work anymore because there are no previous versions available neither here nor at wordpress.com :disappointed:
Regards.
The only change since v0.5 is the addition of some translations, no functionality has changed, so you can safely update your script to use the latest version.
There are commit histories on GitHub and on wordpress.org, so maybe there's some way you can pull a certain commit if you really need to?
I don't know why the previous versions have disappeared from the plugin's developer page, I'm pretty sure they all used to be listed there..
This scripts uses @wp-cli to check if the installed version of a plugin is the version we want to have, but fails because @wp-cli isn't able to find v0.5
I've updated the script to use v0.6 but i'm still worried about what will happen if you release a new version that isn't compatible with my wordpress version (currently using 4.0).
Perhaps it's a problem with tags not being in wordpress SVN (http://plugins.svn.wordpress.org/force-password-change/tags/) or with the plugin filename (@wp-cli works nice with plugins that have the version number in the zip file name, like https://downloads.wordpress.org/plugin/wp-mail-smtp.0.9.4.zip), i don't know.