Skip to content

Commit

Permalink
Lucee 6 support queryreverse.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Sep 19, 2024
1 parent dd7b49a commit 5730ec2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/en/queryreverse.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
{"name": "query", "description": "", "required": true, "default": "", "type": "query", "values": []}
],
"engines": {
"coldfusion":{"minimum_version":"2018.0.5", "notes":"New function in Update 5", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryreverse.html"}
"coldfusion":{"minimum_version":"2018.0.5", "notes":"New function in CF2018 Update 5", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryreverse.html"},
"lucee":{"minimum_version":"6", "notes":"Added in Lucee 6.0.0.18", "docs":"https://docs.lucee.org/reference/functions/queryreverse.html"}
},
"examples": [
{
Expand Down

0 comments on commit 5730ec2

Please sign in to comment.