From 626dbeef68b7c77715fc22686f02a584d09086d7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 22 May 2018 12:15:32 +0300 Subject: [PATCH] Flextype 0.4.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- flextype/Flextype.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a89cf6..7d52638d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Flextype 0.4.2, 2018-05-22 +* Settings: cache.enabled is true from now +* Content: new methods added: initShortcodes() initMarkdown() markdown() +* Events: new events added: onMarkdownInitialized and onShortcodesInitialized + # Flextype 0.4.1, 2018-05-20 * Fixing issues with cache for getPages() method. * Fixing issues with processPage() method. diff --git a/README.md b/README.md index 7a232a9d..7f256f86 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Flextype -![version](https://img.shields.io/badge/version-0.4.1-brightgreen.svg?style=flat-square "Version") +![version](https://img.shields.io/badge/version-0.4.2-brightgreen.svg?style=flat-square "Version") [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/flextype/flextype/blob/master/LICENSE.txt) Flextype is next generation of Legendary Monstra Engine it is also Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page. diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 48d710da..aedbd1c7 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -40,7 +40,7 @@ class Flextype * * @var string */ - const VERSION = '0.4.1'; + const VERSION = '0.4.2'; /** * Constructor.