Releases: moderntribe/tribe-storage
Releases · moderntribe/tribe-storage
v2.4.0
- [CHANGED]: Improved the logic of allowing adapters to be overridden via the
tribe/storage/flysystem_adapter
filter. - [CHANGED]: The
tribe/storage/attachment_url
filter now also passes the Wp_Upload_Dir object as the 4th item. - [ADDED]: A filter for the warning notice if an adapter has fallen back to the Local Adapter -
tribe/storage/undefined_adapter_message
v2.3.2
v2.3.1
v2.3.0
[ADDED]: Prevent WordPress from running @scandir() in wp_unique_filename() as WordPress installs with month/year media organization disabled, can have a massive listing of files that will cause severe performance problems when uploading images. This update will use Flysystem directly to search for matching file names, and with caching enabled will be significantly faster at retrieving duplicates.
v2.2.1
v2.2.0
- Removes stream wrapper and its tests to its own repository https://github.com/moderntribe/flysystem-stream-wrapper