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

chore(changelog): update changelog

This commit is contained in:
Awilum
2020-08-25 11:11:14 +03:00
parent b78e040577
commit 2799d27f0c

View File

@@ -1,3 +1,24 @@
<a name="0.9.11"></a>
# [0.9.11](https://github.com/flextype/flextype/compare/v0.9.10...v0.9.11) (2020-08-25)
### Bug Fixes
* **core** fix bug - Cannot access protected property Flextype\App\Foundation\Flextype::$container ([#462](https://github.com/flextype/flextype/issues/462))
* **core** fix bug - Cannot use object of type Flextype\App\Foundation\Flextype as array ([#461](https://github.com/flextype/flextype/issues/461))
### Refactoring
* **plugins** remove $flextype variable from plugins init method.
* **entries** update return type for fetch() method.
* **entries** add additional check for getTimestamp() method in the getCacheID()
* **entries** remove dead code from fetchCollection() method.
### Vendor Updates
* **core:** Update vendor flextype-components/filesystem to 2.0.8
* **core:** Update vendor ramsey/uuid to 4.1.1
<a name="0.9.10"></a>
# [0.9.10](https://github.com/flextype/flextype/compare/v0.9.9...v0.9.10) (2020-08-19)