From: C. Scott Ananian Date: Wed, 31 Oct 2018 18:58:37 +0000 (-0400) Subject: JSON formatversion=2 is no longer experimental X-Git-Tag: 1.34.0-rc.0~3523^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=8ec833f7e0c8422a3034de7cdf8275cf2673424d;p=lhc%2Fweb%2Fwiklou.git JSON formatversion=2 is no longer experimental It was introduced in MW 1.25 and was last changed in MW 1.26; it can be considered stable now. Change-Id: I6d99f95f22f5822b05fc0e12d9647303ccde1d95 --- diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 5ed9d5ad2b..fe7e73a69f 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -39,6 +39,7 @@ production. === Action API changes in 1.33 === * (T198913) Added 'ApiOptions' hook. +* The JSON formatversion=2 is no longer experimental. * … === Action API internal changes in 1.33 === diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index 83bb6e65d5..a9f92aaef7 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1570,11 +1570,11 @@ "apihelp-json-param-callback": "If specified, wraps the output into a given function call. For safety, all user-specific data will be restricted.", "apihelp-json-param-utf8": "If specified, encodes most (but not all) non-ASCII characters as UTF-8 instead of replacing them with hexadecimal escape sequences. Default when formatversion is not 1.", "apihelp-json-param-ascii": "If specified, encodes all non-ASCII using hexadecimal escape sequences. Default when formatversion is 1.", - "apihelp-json-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently 2), may change without warning.", + "apihelp-json-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Modern format.\n;latest:Use the latest format (currently 2), may change without warning.", "apihelp-jsonfm-summary": "Output data in JSON format (pretty-print in HTML).", "apihelp-none-summary": "Output nothing.", "apihelp-php-summary": "Output data in serialized PHP format.", - "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Experimental modern format. Details may change!\n;latest:Use the latest format (currently 2), may change without warning.", + "apihelp-php-param-formatversion": "Output formatting:\n;1:Backwards-compatible format (XML-style booleans, * keys for content nodes, etc.).\n;2:Modern format.\n;latest:Use the latest format (currently 2), may change without warning.", "apihelp-phpfm-summary": "Output data in serialized PHP format (pretty-print in HTML).", "apihelp-rawfm-summary": "Output data, including debugging elements, in JSON format (pretty-print in HTML).", "apihelp-xml-summary": "Output data in XML format.",