From 62386a7fffbe7d5e31f0d0878788a1b28599bf62 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 25 Apr 2025 14:15:25 +0100 Subject: [PATCH] Tweak text and add links --- release-candidates.php | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/release-candidates.php b/release-candidates.php index 3985861f7..5562eb86f 100644 --- a/release-candidates.php +++ b/release-candidates.php @@ -32,16 +32,31 @@ $SIDEBAR_DATA = ' The downloads on this page are not meant to be run in production. They are for testing only. +
If you find a problem when running your library or application with these - builds, please file a report on GitHub Issues. + builds, please file a report on + GitHub Issues.
+
+ QA Releases API
-

The QA API is simple, and is based on the query string. Pass in only=dev-versions (the only type currently), along with the desired format (serialize or json).

+

+ The QA API is based on the query string. +

+

+ Pass in the format parameter, with serialize or + json as value to obtain all information: +

+

+ To only tried dev version numbers, add only=dev_versions: +

+