From b41be54d4b3e5887c4d9c116bd5884cdfefccb43 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 24 Nov 2018 20:13:26 +0300 Subject: [PATCH] Flextype 0.7.2 --- CHANGELOG.md | 4 ++++ README.md | 2 +- flextype/Flextype.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59466813..8caed869 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Flextype 0.7.2, 2018-11-24 +* Flextype Component - Cookie updated to 1.2.0 +* Flextype Component - Filesystem updated to 1.1.2 + # Flextype 0.7.1, 2018-11-17 * Plugins: New method getLocales() added * Content: processPage() - ability to ignore content parsing - added. diff --git a/README.md b/README.md index c20bb352..7b883bbe 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Flextype -![Version](https://img.shields.io/badge/version-0.7.1-brightgreen.svg?style=flat-square) +![Version](https://img.shields.io/badge/version-0.7.2-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. diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 8389ff9b..f2c9f42f 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -22,7 +22,7 @@ class Flextype * * @var string */ - const VERSION = '0.7.1'; + const VERSION = '0.7.2'; /** * An instance of the Flextype class