1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

Flextype 0.4.2

This commit is contained in:
Awilum
2018-05-22 12:15:32 +03:00
parent 92779770b1
commit 626dbeef68
3 changed files with 7 additions and 2 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -40,7 +40,7 @@ class Flextype
*
* @var string
*/
const VERSION = '0.4.1';
const VERSION = '0.4.2';
/**
* Constructor.