Skip to content

Releases: moderntribe/tribe-storage

v2.4.0

28 Oct 20:30
Compare
Choose a tag to compare
  • [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

28 Oct 15:22
e25564e
Compare
Choose a tag to compare
  • update composer.lock due to a composer security issue

v2.3.1

14 Sep 17:28
b44d038
Compare
Choose a tag to compare

Adds .gitattributes so archives do not contain unnecessary files and folders

v2.3.0

19 Jul 22:22
92b72e9
Compare
Choose a tag to compare

[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

01 Jul 22:19
fdebe1b
Compare
Choose a tag to compare
  • [FIXED]: Depending on how/where the vendor folder is located and how users autoload their files, the Plugin_Loader instance may not be loaded when a plugin tries to use it. Tribe Storage now loads its own file that requires this.

v2.2.0

26 Jun 19:33
9b3bfe7
Compare
Choose a tag to compare

v2.1.1

24 Jun 04:21
Compare
Choose a tag to compare
  • [FIXED]: wp tribe-storage sync command from syncing to wrong locations and not writing properly to cloud storage

v2.1.0

24 Jun 03:49
ea3922f
Compare
Choose a tag to compare
  • adds wp tribe-storage sync command to sync files that were added to the server before cloud storage was implemented

v2.0.2

21 Jun 18:06
6dfc6fa
Compare
Choose a tag to compare
  • [UPDATED]: the plugin API to allow plugins to register their own service providers

v2.0.1

20 Jun 01:33
Compare
Choose a tag to compare
  • [FIXED]: method visibility for Plugin_Loader __wakeup() method