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
The composer package for WordPress Core is using the dev-master tag which means one could be running an alpha release version of WP on their local.
Should we include instructions on how to change the WP version? AFAIK it could be as simple as replacing dev-master with the desired version in composer.json e.g., "johnpbloch/wordpress": "5.5",
I'll be more than happy to do a short write-up if necessary!
The text was updated successfully, but these errors were encountered:
We're referencing the latest development version of WP core to help catch issues with the upcoming core releases before they reach the VIP Go platform. This is also what VIP recommend:
Please make sure you develop and test against the latest version of WordPress available in trunk.
It think all of this + instructions on how to change the WP version would be a nice addition to the readme! Would you have time to work on that?
The composer package for WordPress Core is using the
dev-master
tag which means one could be running an alpha release version of WP on their local.Should we include instructions on how to change the WP version? AFAIK it could be as simple as replacing
dev-master
with the desired version incomposer.json
e.g.,"johnpbloch/wordpress": "5.5",
I'll be more than happy to do a short write-up if necessary!
The text was updated successfully, but these errors were encountered: