New bug fixes and features usually sit in the repository for a while as beta before I release it to everybody.
So it would be great if you can install the beta version in your development install and tell me if everything works, especially the features that have changed recently! And consider joining the conversation at the Beta Testing Team!
Using the Github Updater, the beta releases also appear in the plugin update screen of your wordpress install. This is recommended for Beta-Testers. If you only want to install a certain beta once, then continue with stable version, use the FTP method instead.
geoip-detect-beta.zip
and upload the folder (geoip-detect-develop
) via FTP into /wp-content/pluginsgeoip-detect
to a different name. You can revert this rename if you realize that the beta version doesn’t work, or else delete the folder.geoip-detect-beta
to geoip-detect
WP_DEBUG
to true in wp-config.php
- this will increase the chances of you seeing a PHP notice.3.1.0-beta
) in the wordpress admin plugin listThe wordpress update will continue to work. As soon as the new stable plugin version is released, you can update it in the wordpress admin as usual, and you will only get stable releases from there.
(Note - this method is deprecated as it would require the paid PRO version of the Github Updater plugin, or using version 9.9.10 or so)
github-updater
) via FTP into /wp-content/pluginsGithub Updater
Enable Branch Switching
try another
to choose the beta
branch. (You could also choose develop
if you want to live “on the edge”.)WP_DEBUG
to true in wp-config.php
- this will increase the chances of you seeing a PHP notice.If you want to switch back to the stable version of the plugin, you can switch back the branch to master
.
Check the current /readme.txt, section == Changelog ==
- or review the commit history of the develop
branch.
If you find any bugs or PHP notices in a beta version, the best is to raise it as as Github Issue. Don’t forget to write exactly what version you are currently using (beta or develop branch?).
(If you have been asked to install the beta version in a thread, please leave your feedback there - whether it works or not etc.)
See /CONTRIBUTING.md.