1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-07 21:56:33 +02:00

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-08-03 22:39:40 +03:00
parent 4f14c61e6b
commit eae5c6830c

View File

@@ -146,6 +146,8 @@
* **settings** Set max_file_size 8mb for uploads.
* **yaml** YAML set default inline = 5 and indent = 2
* **vendors** New Arrays library for Accessing PHP Arrays via DOT notation.
* **rest-api** New Files Rest API.
@@ -192,6 +194,14 @@
* **core:** remove Date Component from the system.
* **core:** remove Text Component from the system.
### Refactoring
* **pimple** remove unused $flextype variable and cleanup dependencies.
* **yaml** save and mute error_reporting for native YAML parser.
* **cors** remove unused parameter $args
* **plugins** remove dead variables.
* **shortcode** update return type for shortcode add() method.
* **cache** update $driver type for DoctrineCache.
### Vendor Updates
* **core:** Update vendor league/glide to 1.6.0