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:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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§
|
||||
#
|
||||
|
Reference in New Issue
Block a user