You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NEW - use custom database tables to store GCS file data. This increases plugin performance and will be used for future improvements.
NEW - added filter wp_stateless_get_file, retrieves the GCS file data, should be used instead of getting sm_cloud postmeta directly.
NEW - added filter wp_stateless_get_file_sizes, retrieves the GCS file data for image sizes, should be used instead of getting sm_cloud postmeta directly.
NEW - added filter wp_stateless_get_file_meta, retrieves all GCS file meta data, should be used instead of getting sm_cloud postmeta directly.
NEW - added filter wp_stateless_get_file_meta_value, retrieves the GCS file meta data by meta_key, should be used instead of getting sm_cloud postmeta directly.
NEW - added filter wp_stateless_get_setting_... which allows to override any WP-Stateless setting.
NEW - added setting "Send Status Emails" allowing to change email for WP-Stateless notifications.
NEW - added setting "Use Post Meta" allowing to switch back to using postmeta instead of custom DB tables. Can be used in case of issues after upgrading to 4.0.0.
NEW - added new Settings tab Addons, which contains the list of WP-Stateless Addons, which replace Compatibilities.
NEW - added new Settings tab Status, which contains status and health information related to Google Cloud Storage and WP-Stateless.
NEW - CLI command wp stateless migrate to list and operate data optimizations.
NEW - configuration constant WP_STATELESS_POSTMETA allows to read the GCS file data from postmeta instead of the new custom database tables.
NEW - configuration constant WP_STATELESS_BATCH_HEALTHCHECK_INTERVAL defines an interval in minutes for periodical health checks of a batch background process (like data optimization).