1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

Flextype 0.9.4

This commit is contained in:
Awilum
2019-09-11 16:26:22 +03:00
parent 07cb2d126c
commit d0e07ff48c
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<a name="0.9.4"></a>
# [0.9.4](https://github.com/flextype/flextype/compare/v0.9.3...v0.9.4) (2019-09-xx)
# [0.9.4](https://github.com/flextype/flextype/compare/v0.9.3...v0.9.4) (2019-09-11)
### Added
* Flextype Core: Add ability to work with different types of content #212 #186
* Flextype Core: Add new filter `tr` for I18nTwigExtension #186

View File

@@ -29,7 +29,7 @@ use function mb_regex_encoding;
*
* @var string
*/
define('FLEXTYPE_VERSION', '0.9.3');
define('FLEXTYPE_VERSION', '0.9.4');
/**
* Start the session

View File

@@ -43,8 +43,8 @@ locale: en_US
# - date_format: Valid date format
#
# - date_display_format: Valid date format to display
date_format: 'm/d/Y h:i a'
date_display_format: 'd-m-Y H:i'
date_format: 'd-m-Y H:i'
date_display_format: 'd-m-y G:i'
# The entries settings§
#