1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 14:16:46 +02:00

Flextype 0.4.0

This commit is contained in:
Awilum
2018-05-17 13:28:34 +03:00
parent 323dc8cad1
commit 039f796d3c
3 changed files with 22 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
# Flextype 0.4.0, 2018-05-16
* Using SCSS for Simple theme
* Using Flextype Form Component
* Themes: class bug fixes
* Plugins: access for $locales changed to private
* Plugins: cache bug fixes
* New powerful Content class added for working with content instead of Pages, Shortcode, Markdown
* Content: new page field: `published` added
* Content: method for page blocks added
* Content: cache added for pages and blocks
* define CONSTANTS in PHP7 style
* Themes: changing from template() to view()
# Flextype 0.3.0, 2018-05-05
* Using Flextype Components instead of Symphony Components
* Available Flextype Components for developers: Arr, Assets, Cookie, Date, Debug, ErrorHandler, Event, Filesystem, Html, Http, I18n, Notification, Number, Registry, Session, Text, Token, View.

View File

@@ -1,5 +1,5 @@
# Flextype
![version](https://img.shields.io/badge/version-0.3.0-brightgreen.svg?style=flat-square "Version")
![version](https://img.shields.io/badge/version-0.4.0-brightgreen.svg?style=flat-square "Version")
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/flextype/flextype/blob/master/LICENSE.txt)
Flextype is next generation of Legendary Monstra Engine it is also Open Source, fast and flexible file-based Content Management System. That's Easy to install, upgrade and use. Flextype provides amazing API's for plugins, themes and core developers! Content in Flextype is just a simple files written with markdown syntax in pages folder. You simply create markdown files in the pages folder and that becomes a page.
@@ -25,6 +25,13 @@ You can easily install Flextype with Composer.
composer create-project flextype/flextype
```
Also you may need to install node_modules libs for default Simple Theme
```
cd /flextype/site/themes/simple
npm install
```
## Contributing
1. Help on the [Forum.](http://forum.flextype.org)
2. Develop a new plugin.

File diff suppressed because one or more lines are too long