-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: Interfacelab/ilab-media-tools
base: 4.5.15
head repository: Interfacelab/ilab-media-tools
compare: master
- 9 commits
- 183 files changed
- 1 contributor
Commits on Dec 8, 2022
-
* Added
wp mediacloud:storage syncAllLocal
command to download all ……cloud storage files to your local server. * Added integration for WPForms to automatically upload files to the cloud. (Premium) * Added task to migrate existing WPForms entries to cloud storage. (Premium) * Added new **Generate EWW WebP** task to generate webp files from images on cloud storage. EWWW Image Optimization plugin must be installed and activated and working in local mode (NOT cloud mode). (Premium) * Added `wp mediacloud:storage makewebp` command to generate webp files using EWWW (see above). (Premium) * Updated Freemius to latest version.
Configuration menu - View commit details
-
Copy full SHA for e55094c - Browse repository at this point
Copy the full SHA e55094cView commit details
Commits on Dec 9, 2022
-
* Added
--skip-processed
flag tomediacloud:storage makewebp
comm……and to skip any attachments that already have webp metadata associated with them. (Premium) * Added a setting to *Cloud Storage* settings called *Force WebP* that forces Media Cloud to return .webp urls for images that have webp metadata associated with them. Note this does not do any sort of content negotiation or browser sniffing, it simply returns the webp url for the image. Consider that only IE 11 and much older versions of Safari do not support webp.
Configuration menu - View commit details
-
Copy full SHA for b9ebbd6 - Browse repository at this point
Copy the full SHA b9ebbd6View commit details
Commits on Jul 21, 2023
-
* IMPORTANT: This includes an important security fix for a third part…
…y lib. Please update ASAP. * Added missing us-west-1 region to Rekognition
Configuration menu - View commit details
-
Copy full SHA for 4a6c588 - Browse repository at this point
Copy the full SHA 4a6c588View commit details
Commits on Sep 27, 2023
-
* Fix Clean Uploads task to deal with crusty databases that have URLs…
… in the _wp_attached_file meta field. * Added `media-cloud/storage/verify/settings` filter to enable skipping cloud storage settings verification. Only use this if you are using a strict IAM policy that prevents Media Cloud from verifying your settings. * System compatibility test now takes upload prefix into account when testing cloud storage * Deprecate Wasabi. Wasabi is not a suitable cloud storage provider for Media Cloud's purpose. If you are using Wasabi currently, nothing will change. If you are not using Wasabi, you will not be able to add it as a cloud storage provider. * Massive performance improvement for multisite. * Some fixes for PHP 8.2. Still don't recommend using 8.2 with WordPress. 8.1 and 8.0 work fine though.
Configuration menu - View commit details
-
Copy full SHA for b437125 - Browse repository at this point
Copy the full SHA b437125View commit details
Commits on Mar 9, 2024
-
* Fix for deprecation notices * Fix for issue with mux shortcode * Fix for bug in storage tool
Configuration menu - View commit details
-
Copy full SHA for c48a1cd - Browse repository at this point
Copy the full SHA c48a1cdView commit details
Commits on Mar 21, 2024
-
* Migrating media now migrates .webp and .avif files regardless of wh…
…at plugin generated them. * Added beta support for Bunny CDN as a storage provider. * Note that Bunny CDN doesn't support ACLs so it can't do signed URLs like other cloud storage providers, so it is not suitable for WooCommerce, EDD or anything else where you want to protect individual files. * You can protect directories though and any files in a specified directory will be signed. This is probably a moving target feature wise. * Also note that this works differently then Bunny's WordPress plugin. Bunny's plugin works via pull where Media Cloud is push (it uploads your media to Bunny CDN). Which way is better is up to you to decide, though you can't use Bunny's plugin in a dev environment or on a localhost during dev. * Documentation is non existent at the moment but that will be remedied later next week. * Fixed Migrate to Mux task. * Fixes for some PHP 8.2 errors and notices.
Configuration menu - View commit details
-
Copy full SHA for 4cf30db - Browse repository at this point
Copy the full SHA 4cf30dbView commit details
Commits on Mar 22, 2024
-
* Added beta support for Bunny CDN as a storage provider.
* Note that Bunny CDN doesn't support ACLs so it can't do signed URLs like other cloud storage providers, so it is not suitable for WooCommerce, EDD or anything else where you want to protect individual files. * You can protect directories though and any files in a specified directory will be signed. This is probably a moving target feature wise. * Also note that this works differently then Bunny's WordPress plugin. Bunny's plugin works via pull where Media Cloud is push (it uploads your media to Bunny CDN). Which way is better is up to you to decide, though you can't use Bunny's plugin in a dev environment or on a localhost during dev. * Added documentation for Bunny CDN * Fixed Migrate to Mux task. * Migrating media now migrates .webp and .avif files regardless of what plugin generated them. * Fixes for some PHP 8.2 errors and notices.
Configuration menu - View commit details
-
Copy full SHA for b2bb4ca - Browse repository at this point
Copy the full SHA b2bb4caView commit details
Commits on Mar 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c4cdd - Browse repository at this point
Copy the full SHA 18c4cddView commit details
Commits on Apr 9, 2024
-
* IMPORTANT UPDATE. Due to an issue with our build process Gutenberg …
…blocks were excluded * Updated Freemius SDK * Fixed issue with weird dialogs displaying in admin (missing CSS files due to new build process)
Configuration menu - View commit details
-
Copy full SHA for 74c3a00 - Browse repository at this point
Copy the full SHA 74c3a00View commit details
There are no files selected for viewing