diff --git a/data/en/cfapplet.json b/data/en/cfapplet.json index e7a090b07..fd9b5c6a3 100644 --- a/data/en/cfapplet.json +++ b/data/en/cfapplet.json @@ -75,7 +75,8 @@ "minimum_version": "", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-a-b/cfapplet.html", - "deprecated":"11" + "deprecated":"11", + "removed":"2025" }, "lucee": { "minimum_version": "", diff --git a/data/en/cfmediaplayer.json b/data/en/cfmediaplayer.json index 0f574f884..ac4390f2d 100644 --- a/data/en/cfmediaplayer.json +++ b/data/en/cfmediaplayer.json @@ -147,7 +147,8 @@ "minimum_version": "9", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmediaplayer.html", - "deprecated":"2016" + "deprecated":"2016", + "removed":"2025" } }, "links": [] diff --git a/data/en/cfmenuitem.json b/data/en/cfmenuitem.json index e8ab36238..eb2103d1f 100644 --- a/data/en/cfmenuitem.json +++ b/data/en/cfmenuitem.json @@ -80,7 +80,7 @@ } ], "engines": { - "coldfusion": { "minimum_version": "8", "notes": "", "deprecated":"2016", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmenuitem.html" } + "coldfusion": { "minimum_version": "8", "notes": "", "deprecated":"2016", "removed":"2025", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-m-o/cfmenuitem.html" } }, "links": [], "examples": [ diff --git a/data/en/cftable.json b/data/en/cftable.json index e5ed019ec..f9a290eb8 100644 --- a/data/en/cftable.json +++ b/data/en/cftable.json @@ -17,7 +17,7 @@ ], "engines": { - "coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftable.html", "deprecated":"2016"}, + "coldfusion": {"minimum_version":"", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftable.html", "deprecated":"2016", "removed":"2025"}, "lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/table.html"}, "railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cftable"}, "openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cftable"} diff --git a/data/en/cftreeitem.json b/data/en/cftreeitem.json index dd82df736..be8744350 100644 --- a/data/en/cftreeitem.json +++ b/data/en/cftreeitem.json @@ -104,7 +104,7 @@ } ], "engines": { - "coldfusion": { "minimum_version": "3", "deprecated":"11", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftreeitem.html" }, + "coldfusion": { "minimum_version": "3", "deprecated":"11", "removed":"2025", "notes": "", "docs": "https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-t/cftreeitem.html" }, "openbd": { "minimum_version": "", "notes": "", "docs": "http://openbd.org/manual/?/tag/cftreeitem" } }, "links": [] diff --git a/data/en/gettemplatepath.json b/data/en/gettemplatepath.json index 7f0a09a99..79824c22a 100644 --- a/data/en/gettemplatepath.json +++ b/data/en/gettemplatepath.json @@ -7,7 +7,7 @@ "description":"Returns the filepath of the base template in this request", "params": [], "engines": { - "coldfusion": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/gettemplatepath.html", "deprecated":"6"}, + "coldfusion": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-e-g/gettemplatepath.html", "deprecated":"6", "removed":"2025"}, "lucee": {"minimum_version":"", "notes":"Use the GetBaseTemplatePath function instead", "docs":"https://docs.lucee.org/reference/functions/gettemplatepath.html","deprecated":"4.5"}, "railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/gettemplatepath"}, "openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/gettemplatepath"}