1
0
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:
Awilum
2018-06-17 14:55:59 +03:00
parent ed40da2dcc
commit 25817ed285
3 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -1,5 +1,5 @@
# Flextype
![Version](https://img.shields.io/badge/version-0.6.0-brightgreen.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-0.6.1-brightgreen.svg?style=flat-square)
![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
Flextype is Open Source, fast and flexible file-based Content Management System.

View File

@@ -22,7 +22,7 @@ class Flextype
*
* @var string
*/
const VERSION = '0.6.0';
const VERSION = '0.6.1';
/**
* An instance of the Flextype class