mirror of
https://github.com/getgrav/grav.git
synced 2026-05-07 16:55:56 +02:00
Changelog update
This commit is contained in:
@@ -3,13 +3,16 @@
|
|||||||
|
|
||||||
1. [](#improved)
|
1. [](#improved)
|
||||||
* Improved `$page->forms()` call, added `$page->addForms()`
|
* Improved `$page->forms()` call, added `$page->addForms()`
|
||||||
* Made `FormFlashFile` more robust against deleted files (over time)
|
* Made `FormFlashFile` more robust against deleted files
|
||||||
|
* Removed apc and xcache support, made apc alias of apcu
|
||||||
1. [](#bugfix)
|
1. [](#bugfix)
|
||||||
* Fixed a bug in `FormFlashFile::moveTo()` not deleting the old file
|
* Fixed a bug in `FormFlashFile::moveTo()` not deleting the old file
|
||||||
* Fixed `FlexMediaTrait::getMedia()` trying to include uploaded but already moved media
|
* Fixed `FlexMediaTrait::getMedia()` trying to include uploaded but already moved media
|
||||||
* Fixed `ImageMedium` constructor warning when file does not exist
|
* Fixed `ImageMedium` constructor warning when file does not exist
|
||||||
* Fixed bad host header in PSR-7 (if using 'php -S localhost:8000 system/router.php')
|
* Fixed bad host header in PSR-7 (if using 'php -S localhost:8000 system/router.php')
|
||||||
|
* Fixed Getters::count() method not returning anything
|
||||||
|
* Fixed non-namespaced exceptions in scheduler
|
||||||
|
|
||||||
# v1.6.0-beta.8
|
# v1.6.0-beta.8
|
||||||
## 01/25/2019
|
## 01/25/2019
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user