Flextype v0.9.15 Release Notes
Release Date: 2021-01-03 // over 3 years ago-
๐ Features
- media: Added method
has()
for Media Folders (#534) - entries: simplify functionality to work with online entries storage. (#536)
- ๐ parsers: move markdown and shortcode settings under parsers setting. (#539)
๐ Bug Fixes
- entries: Fixed issue with individual entries cache field (#537)
- ๐ plugins: Fixed issue with empty manifest and settings yaml files (#538)
๐ฅ BREAKING CHANGES
entries: according to this ticket (#536) we have several changes for entries storage.
- use
flextype('entries')->storage()->get()
instead offlextype('entries')->getStorage()
- use
flextype('entries')->storage()->set()
instead offlextype('entries')->setStorage()
- use
flextype('entries')->storage()->has()
instead offlextype('entries')->hasStorage()
- use
flextype('entries')->storage()->delete()
instead offlextype('entries')->deleteStorage()
note: all method from Atomastic Arrays are available for Arrays Storage Object manipulations docs: https://github.com/atomastic/arrays
- use
- media: Added method