Release 3.0
Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your development environment.
- NEW - Setup assistant rewrite. GitHub issue #477.
- NEW - Recreate attachment metabox panel using metabox.io. GitHub issue #470.
- NEW - Updated the
Statelessmode to not use local storage at all. CurrentStatelessmode setting mapped to newEphemeralmode. GitHub issue #482. - NEW - Files are now uploaded to GCS in chunks and chunk size will be determined based on free memory available. GitHub issue #478.
- NEW - File upload chunk size can be controlled with
WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZEconstant. GitHub issue #478. - FIX - Changed the default value for the Cache-Busting setting. GitHub issue #361.
- FIX - Fixed network override of Cache-Busting. GitHub issue #468.
- FIX - Fixed "Passing glue string after array is deprecated.". GitHub issue #444.
- FIX - Fixed Compatibility default value in multisite. GitHub issue #464.
- FIX - Fixed multisite wrong GCS path. GitHub issue #407.
- FIX - Don't check for Google Cloud Storage connectivity in stateless mode unless uploading. GitHub issue #442.
- COMPATIBILITY - Google App Engine - Added new compatibility support for Google App Engine. #486
- COMPATIBILITY - Elementor - Fixed wrong MIME type for CSS files. GitHub issue #395.
- COMPATIBILITY - Polylang - Fixed missing metadata issue. GitHub issue #378.
- COMPATIBILITY - EWWW - Fixed mime type for WEBP images. GitHub issue #371.
- COMPATIBILITY - Simple Local Avatars - Added new compatibility support for Simple Local Avatars. GitHub issue #297.
- COMPATIBILITY - BuddyPress - Fixed BuddyPress compatibility. GitHub issue #275.
- COMPATIBILITY - Divi - Fixed Divi cache issue. GitHub issue #430.
- COMPATIBILITY - Gravity Forms - add compatibility for Gravity Forms Signature Add-On. #501.
- COMPATIBILITY - Litespeed - Fixed fatal error and warnings. #491.
- COMPATIBILITY - Imagify - Added support for webp. #403.
- ENHANCEMENT - Update Client library for Google APIs. #446.
- ENHANCEMENT - Wildcards for bucket folder settings. GitHub issue #149.
- ENHANCEMENT - Better CLI integration. GitHub issue #447, #450 and #451.
- ENHANCEMENT - Sync media according to new Bucket Folder settings. GitHub issue #449.
- ENHANCEMENT - Moved Bucket Folder setting in the File URL section. GitHub issue #463.
- ENHANCEMENT - Hide Regenerate and Sync with GCS when the mode is Disabled. GitHub issue #440.
- ENHANCEMENT - New endpoint for the Google Cloud Storage JSON API. GitHub issue #384.
- ENHANCEMENT - Renamed current
Statelessmode toEphemeral. GitHub issue #481.