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:
@@ -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.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# Flextype
|
||||

|
||||

|
||||
[](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.
|
||||
|
@@ -40,7 +40,7 @@ class Flextype
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.4.1';
|
||||
const VERSION = '0.4.2';
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
|
Reference in New Issue
Block a user