From 8ec833f7e0c8422a3034de7cdf8275cf2673424d Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Wed, 31 Oct 2018 14:58:37 -0400 Subject: [PATCH] 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 --- RELEASE-NOTES-1.33 | 1 + includes/api/i18n/en.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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.", -- 2.20.1