mirror of
https://github.com/flextype/flextype.git
synced 2025-08-09 14:46:53 +02:00
Merge branch 'dev'
This commit is contained in:
@@ -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.
|
||||
|
10
README.md
10
README.md
@@ -1,5 +1,5 @@
|
||||
# Flextype
|
||||

|
||||

|
||||

|
||||
|
||||
Flextype is Open Source, fast and flexible file-based Content Management System.
|
||||
@@ -61,7 +61,9 @@ gulp
|
||||
Flextype is open source, community driven project, and maintained by community!
|
||||
|
||||
* [Github Repository](https://github.com/flextype/flextype)
|
||||
* [Gitter](https://gitter.im/flextype/flextype)
|
||||
* [Discord](https://discord.gg/CCKPKVG)
|
||||
* [Vkontakte](https://vk.com/flextype)
|
||||
* [Twitter](https://twitter.com/getflextype)
|
||||
|
||||
|
||||
## NO LIMITS
|
||||
@@ -78,7 +80,9 @@ 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.
|
||||
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 [Communities.](http://flextype.org/documentation/basics/getting-help)
|
||||
* Develop a new plugin.
|
||||
* Create a new theme.
|
||||
* Find and [report issues.](https://github.com/flextype/flextype/issues)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "flextype/flextype",
|
||||
"type": "project",
|
||||
"description": "Flextype is The Best Open Source Flat-File Content Management System",
|
||||
"description": "Modern Open Source Flat-File Content Management System",
|
||||
"keywords": ["flextype", "php", "cms", "flat-file cms", "flat cms", "flatfile cms", "html"],
|
||||
"homepage": "http://flextype.org",
|
||||
"license": "MIT",
|
||||
@@ -22,12 +22,12 @@
|
||||
"thunderer/shortcode": "0.6.5",
|
||||
"flextype-components/arr" : "1.2.3",
|
||||
"flextype-components/assets" : "1.0.1",
|
||||
"flextype-components/cookie" : "1.1.0",
|
||||
"flextype-components/cookie" : "1.2.0",
|
||||
"flextype-components/date" : "1.0.0",
|
||||
"flextype-components/debug" : "1.0.0",
|
||||
"flextype-components/event" : "1.0.4",
|
||||
"flextype-components/errorhandler" : "1.0.4",
|
||||
"flextype-components/filesystem" : "1.1.1",
|
||||
"flextype-components/filesystem" : "1.1.2",
|
||||
"flextype-components/form" : "1.0.1",
|
||||
"flextype-components/i18n" : "1.1.1",
|
||||
"flextype-components/http" : "1.1.1",
|
||||
|
@@ -22,7 +22,7 @@ class Flextype
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
const VERSION = '0.7.1';
|
||||
const VERSION = '0.7.2';
|
||||
|
||||
/**
|
||||
* An instance of the Flextype class
|
||||
|
@@ -1,5 +1,5 @@
|
||||
title: 'Flextype'
|
||||
description: 'The Best Open Source Flat-File Content Management System'
|
||||
description: 'Modern Open Source Flat-File Content Management System'
|
||||
keywords: 'flextype, php, cms, flat-file cms, flat cms, flatfile cms, html'
|
||||
robots: 'index, follow'
|
||||
author:
|
||||
|
Reference in New Issue
Block a user