Add missing version banners to updated docs

This commit is contained in:
Jermolene
2017-07-18 16:15:46 +01:00
parent 3a73d2e4ee
commit 8fc80cbf3c
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ It sends a [[WidgetMessage: tm-import-tiddlers]] carrying a JSON representation
! Content and Attributes
|!Attribute |!Description |
|deserializer |Optional name of deserializer to be used (by default the deserializer is derived from the file extension) |
|deserializer |<<.from-version "5.1.15">> Optional name of deserializer to be used (by default the deserializer is derived from the file extension) |
The list of available deserializers can be inspected by executing `Object.keys($tw.Wiki.tiddlerDeserializerModules).sort().join("\n")` in the browser JavaScript console.