Skip to content

v2.3.0

Choose a tag to compare

@defunctl defunctl released this 19 Jul 22:22
· 17 commits to master since this release
92b72e9

[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.