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

Flextype 0.9.12

This commit is contained in:
Awilum
2020-12-07 15:58:40 +03:00
parent 6529f20fc1
commit c5b871bcf1
4 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<a name="0.9.12"></a>
# [0.9.12](https://github.com/flextype/flextype/compare/v0.9.11...v0.9.12) (2020-12-XX)
# [0.9.12](https://github.com/flextype/flextype/compare/v0.9.11...v0.9.12) (2020-12-07)
### Features
* **core** add Atomastic Components instead of Flextype Components ([#478](https://github.com/flextype/flextype/issues/478))
@@ -45,6 +45,8 @@
https://github.com/PHPSocialNetwork/phpfastcache
* **core** Unit Test powered by PestPHP.
* **media** add new `move()` method instead of `rename()`
* **entries** add new `move()` method instead of `rename()`

View File

@@ -48,7 +48,7 @@ APC, APCu, XCache, Memcached, or Redis for better performance.
2. Unzip the contents to a new folder on your local computer, and upload to your webhost using the (S)FTP client of your choice. After youve done this, create directory <code>/project</code> and be sure to chmod the following directory to <code>755</code> (or <code>777</code>), so it is readable and writable by Flextype.<br>
3. Create Rest API's tokens for your project using this [webpage](https://flextype.org/en/api-token-generator).
[read the documentation](https://github.com/flextype/plugins)
[read the documentation](https://docs.flextype.org/en)
## COMMUNITY
Flextype is open source, community driven project, and maintained by community!

View File

@@ -20,7 +20,7 @@ final class Flextype extends App
/**
* Flextype version
*/
public const VERSION = '0.9.11';
public const VERSION = '0.9.12';
/**
* The Flextype's instance is stored in a static field. This field is an

View File

@@ -1,5 +1,5 @@
name: Flextype
version: 0.9.11
version: 0.9.12
description: Hybrid Content Management System
author:
name: Sergey Romanenko