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
Is your enhancement related to a problem? Please describe.
The WordPress.org API includes an API endpoint for receiving the latest version of WordPress core: http://api.wordpress.org/core/version-check/1.7/ (the HTTP endpoint returns the latest version, the HTTPS endpoint the latest version in all supported branches).
It might be possible to use this script to automate the run-all-cores script to make a curl request to determine the latest version and automatically generate a list of versions from the oldest to latest version supported by the Cypress utilities. This will avoid the need to update the script for each new WordPress release.
Designs
No response
Describe alternatives you've considered
Add an action to determine that the latest version of WordPress is included in the bash script and create an issue if it is not.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your enhancement related to a problem? Please describe.
The WordPress.org API includes an API endpoint for receiving the latest version of WordPress core: http://api.wordpress.org/core/version-check/1.7/ (the HTTP endpoint returns the latest version, the HTTPS endpoint the latest version in all supported branches).
It might be possible to use this script to automate the
run-all-cores
script to make a curl request to determine the latest version and automatically generate a list of versions from the oldest to latest version supported by the Cypress utilities. This will avoid the need to update the script for each new WordPress release.Designs
No response
Describe alternatives you've considered
Add an action to determine that the latest version of WordPress is included in the bash script and create an issue if it is not.
Code of Conduct
The text was updated successfully, but these errors were encountered: