1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 13:46:42 +02:00

update CHANGELOG.md

This commit is contained in:
Awilum
2021-01-13 14:21:03 +03:00
parent 5096c0d513
commit 7cd880a14d

View File

@@ -4,6 +4,17 @@
### Features
* **parsers** add commonmark instead of parsedown ([#540](https://github.com/flextype/flextype/issues/540))
* **shortcodes** add new shortcode - media_files_fetch
example:
```
[media_files_fetch id="foo.txt" field="title" default="Bar"]
```
### Refactoring
* **core** general code refactoring and improvements.
<a name="0.9.15"></a>
# [0.9.15](https://github.com/flextype/flextype/compare/v0.9.14...v0.9.15) (2020-01-03)