mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 14:46:53 +02:00
Flextype 0.6.1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Flextype 0.6.1, 2018-06-17
|
||||
* Fixed issue with not found pages status code
|
||||
* Fixed Singleton classes and methods visibility changed from protected to private
|
||||
* Added require vendors versions in composer.json
|
||||
* Fixed Simple Theme styles
|
||||
|
||||
# Flextype 0.6.0, 2018-06-09
|
||||
* Content: Markdown(Parsedown) parser removed! From now we are using plain HTML + Shortcodes
|
||||
* Theme Simple: Cross-site scripting Vulnerabilities fixes
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# Flextype
|
||||

|
||||

|
||||

|
||||
|
||||
Flextype is Open Source, fast and flexible file-based Content Management System.
|
||||
|
@@ -22,7 +22,7 @@ class Flextype
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.6.0';
|
||||
const VERSION = '0.6.1';
|
||||
|
||||
/**
|
||||
* An instance of the Flextype class
|
||||
|
Reference in New Issue
Block a user