From 418aab50a5b4f94d870f6c4d8a6f1e33e0675e8a Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Fri, 2 Sep 2022 18:12:25 +0100 Subject: [PATCH] Adjust release version number Just in case we decide to make a release before we merge #6666 --- editions/tw5.com/tiddlers/filters/format.tid | 2 +- editions/tw5.com/tiddlers/filters/jsonget.tid | 2 +- editions/tw5.com/tiddlers/filters/jsonindexes.tid | 2 +- editions/tw5.com/tiddlers/filters/jsontype.tid | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/format.tid b/editions/tw5.com/tiddlers/filters/format.tid index e222e9d50..e5b12b134 100644 --- a/editions/tw5.com/tiddlers/filters/format.tid +++ b/editions/tw5.com/tiddlers/filters/format.tid @@ -18,7 +18,7 @@ The suffix <<.place B>> is one of the following supported string formats: |!Format |!Description | |^`date` |The input string is interpreted as a UTC date and displayed according to the DateFormat specified in the optional operator operand. (Defaults to "YYYY MM DD 0hh:0mm") | -|^`json` |<<.from-version "5.3.0">> The input string is interpreted as JSON and displayed with standard formatting. The optional operator operand specifies the number of spaces to use for indenting, or a string to use for indenting. Nothing is returned if the input string is not valid JSON | +|^`json` |<<.from-version "5.2.4">> The input string is interpreted as JSON and displayed with standard formatting. The optional operator operand specifies the number of spaces to use for indenting, or a string to use for indenting. Nothing is returned if the input string is not valid JSON | |^`relativedate` |The input string is interpreted as a UTC date and displayed as the interval from the present instant. Any operator parameters are ignored | |^`titlelist` |<<.from-version "5.2.0">> The input string wrapped in double square brackets if it contains a space. Appropriate for use in a [[title list|Title List]]. | diff --git a/editions/tw5.com/tiddlers/filters/jsonget.tid b/editions/tw5.com/tiddlers/filters/jsonget.tid index a21c0d4fd..dbc247d7b 100644 --- a/editions/tw5.com/tiddlers/filters/jsonget.tid +++ b/editions/tw5.com/tiddlers/filters/jsonget.tid @@ -8,7 +8,7 @@ op-input: a selection of JSON strings op-parameter: one or more indexes of the property to retrieve op-output: the values of each of the retrieved properties -<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. +<<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background. The <<.op jsonget>> operator is used to retrieve values from JSON data. See also the following related operators: diff --git a/editions/tw5.com/tiddlers/filters/jsonindexes.tid b/editions/tw5.com/tiddlers/filters/jsonindexes.tid index 132343832..933f0f101 100644 --- a/editions/tw5.com/tiddlers/filters/jsonindexes.tid +++ b/editions/tw5.com/tiddlers/filters/jsonindexes.tid @@ -8,7 +8,7 @@ op-input: a selection of JSON strings op-parameter: one or more indexes of the property to retrieve op-output: the values of each of the retrieved properties -<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. +<<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background. The <<.op jsonindexes>> operator is used to retrieve the property names of JSON objects or the index names of JSON arrays. See also the following related operators: diff --git a/editions/tw5.com/tiddlers/filters/jsontype.tid b/editions/tw5.com/tiddlers/filters/jsontype.tid index 90907cec6..766757af0 100644 --- a/editions/tw5.com/tiddlers/filters/jsontype.tid +++ b/editions/tw5.com/tiddlers/filters/jsontype.tid @@ -8,7 +8,7 @@ op-input: a selection of JSON strings op-parameter: one or more indexes of the property whose type is to be retrieved op-output: the types of each of the retrieved properties -<<.from-version "5.3.0">> See [[JSON in TiddlyWiki]] for background. +<<.from-version "5.2.4">> See [[JSON in TiddlyWiki]] for background. The <<.op jsontype>> operator is used to retrieve the type of a property in JSON data. See also the following related operators: