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

Flextype 0.9.16

This commit is contained in:
Awilum
2021-01-14 22:49:43 +03:00
parent 64518ee066
commit 5d843641cc
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<a name="0.9.16"></a>
# [0.9.16](https://github.com/flextype/flextype/compare/v0.9.15...v0.9.16) (2020-01-xx)
# [0.9.16](https://github.com/flextype/flextype/compare/v0.9.15...v0.9.16) (2020-01-14)
### Features
@@ -9,7 +9,7 @@
example:
```
[media_files_fetch id="foo.txt" field="title" default="Bar"]
[media_files_fetch id="entries/home/foo.txt" field="title" default="Bar"]
```
### Bug Fixes

View File

@@ -22,7 +22,7 @@ final class Flextype extends App
/**
* Flextype version
*/
public const VERSION = '0.9.15';
public const VERSION = '0.9.16';
/**
* The Flextype's instance is stored in a static field. This field is an

View File

@@ -1,5 +1,5 @@
name: Flextype
version: 0.9.15
version: 0.9.16
description: Hybrid Content Management System
author:
name: Sergey Romanenko