1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-17 02:24:05 +02:00

CHANGELOG UPDATES

This commit is contained in:
Awilum
2019-06-10 14:08:59 +03:00
parent 14b8d56deb
commit 0101562767

View File

@@ -14,6 +14,8 @@
- Flextype Core: Using JSON extension instead of YAML for all kind of data to store.
- Flextype Core: New CSRF service for better cross-site request forgery protection.
- Flextype Core: composer.json ext-json and ext-mbstring added into require section.
- Flextype Core: composer.json suggest section added.
- Flextype Core: composer.json: apcu-autoloader added for APCu cache as a fallback for the class map.
- Flextype Site: New plugin Site added.
- Flextype Core: Respect Validation - The most awesome validation engine ever created for PHP - added.
- Flextype Admin Panel: New admin panel plugin based on Slim Framework.