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

|
||||

|
||||

|
||||
|
||||
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)
|
||||
|
||||
|
||||
|
@@ -22,7 +22,7 @@ class Flextype
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.7.0';
|
||||
const VERSION = '0.7.1';
|
||||
|
||||
/**
|
||||
* An instance of the Flextype class
|
||||
|
Reference in New Issue
Block a user