Skip to content

Releases: moderntribe/tribe-storage-statically-cdn

v3.0.0

01 Mar 19:48
db725ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v3.0.0

v2.0.2

14 Sep 17:29
a15c096
Compare
Choose a tag to compare

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

v2.0.1

20 Jul 21:45
47296d0
Compare
Choose a tag to compare
  • [FIXED]: Images missing their statically parameters when shown inside the media library

v2.0.0

19 Jul 22:28
Compare
Choose a tag to compare

[FIXED/ADDED]: Automatically generate WordPress thumbnails that require a hard crop as statically.io will only resize images in their existing dimension ratio.

This can be disabled in two ways if you don't care about perfectly cropped images and would rather have more performance when uploading new images:

Option 1: Add this define to wp-config.php

define( 'TRIBE_STORAGE_STATICALLY_CREATE_THUMBNAILS', false );

Option 2: Make the tribe/storage/plugin/statically/create_thumbnails filter return false, e.g.

add_filter( 'tribe/storage/plugin/statically/create_thumbnails', '__return_false' );

NOTE: Don't forget to clear object caching and regenerate thumbnails each time this option is swapped.

v1.1.2

28 Jun 17:14
1bdc7fb
Compare
Choose a tag to compare
  • [FIXED]: SVG's now display properly as they no longer contain image parameters.
  • [FIXED]: Only image mime types use statically's CDN and fall back to the original storage URL for other attachment types.

v1.1.1

26 Jun 19:42
Compare
Choose a tag to compare
  • removes composer.lock

v1.1.0

23 Jun 19:49
91e9505
Compare
Choose a tag to compare
  • [FIXED]: caching key when generating image metadata.
  • [ADDED]: WordPress srcset compatibility to render the proper image URLs based on the dimensions WP is requesting.

v1.0.1

21 Jun 20:27
Compare
Choose a tag to compare
  • update composer.lock

v1.0.0

21 Jun 20:05
Compare
Choose a tag to compare
  • Initial public release