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

Flextype 0.7.1

This commit is contained in:
Awilum
2018-11-17 00:27:05 +03:00
parent e88be8f55b
commit 8d443c6e2b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
# Flextype 0.7.1, 2018-11-17
* Plugins: New method getLocales() added
* Content: processPage() - ability to ignore content parsing - added.
# Flextype 0.7.0, 2018-11-16
* Update Symfony YAML to 4.1.1
* Update Text Component to 1.1.0

View File

@@ -1,6 +1,5 @@
## CONTRIBUTE
Flextype is an open source project and community contributions are essential to its growing and success. Contributing to the Flextype is easy and you can give as little or as much time as you want.
* Help on the [Forum.](http://forum.flextype.org)
* Develop a new plugin.
* Create a new theme.
* Find and [report issues.](https://github.com/flextype/flextype/issues)

View File

@@ -1,5 +1,5 @@
# Flextype
![Version](https://img.shields.io/badge/version-0.7.0-brightgreen.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-0.7.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.
@@ -60,7 +60,6 @@ gulp
## COMMUNITY
Flextype is open source, community driven project, and maintained by community!
* [Forum](http://forum.flextype.org)
* [Github Repository](https://github.com/flextype/flextype)
* [Gitter](https://gitter.im/flextype/flextype)
@@ -80,7 +79,6 @@ With Flextype you can create any project you want.
## CONTRIBUTE
Flextype is an open source project and community contributions are essential to its growing and success. Contributing to the Flextype is easy and you can give as little or as much time as you want.
* Help on the [Forum.](http://forum.flextype.org)
* Develop a new plugin.
* Create a new theme.
* Find and [report issues.](https://github.com/flextype/flextype/issues)
@@ -90,7 +88,6 @@ Flextype is an open source project and community contributions are essential to
## LINKS
- [Site](http://flextype.org)
- [Forum](http://forum.flextype.org)
- [Documentation](http://flextype.org/documentation)

View File

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