Explain the updated time rendering in templates
authorTim Düsterhus <duesterhus@woltlab.com>
Thu, 27 Apr 2023 14:56:03 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 14:56:03 +0000 (16:56 +0200)
docs/migration/wsc55/templates.md

index b84fb2e1c22a153d6872847a1fb2e2ee8d7f6f07..30ab0c4508fc02fd29d61b6ec5cb33829725069a 100644 (file)
@@ -10,6 +10,14 @@ It is strongly recommended to keep the template logic as simple as possible by m
 
 See [WoltLab/WCF#4788](https://github.com/WoltLab/WCF/pull/4788) for details.
 
+## Time Rendering
+
+The `|time`, `|plainTime` and `|date` modifiers have been deprecated and replaced by a unified `{time}` function.
+
+The main benefit is that it is no longer necessary to specify the `@` symbol when rendering the interactive time element, making it easier to perform a security review of templates by searching for the `@` symbol.
+
+See [WoltLab/WCF#5459](https://github.com/WoltLab/WCF/pull/5459) for details.
+
 ## Comments
 
 In WoltLab Suite 6.0 the comment system has been overhauled.