开发者 |
usability_dynamics
andypotanin ideric maxim.peshkov Anton Korotkoff alimuzzamanalim planvova obolgun |
---|---|
更新时间 | 2024年10月23日 00:02 |
捐献地址: | 去捐款 |
PHP版本: | 5.0 及以上 |
WordPress版本: | 6.6.2 |
版权: | GPLv2 or later |
Beyond the official WordPress minimum requirements, WP-Stateless requires a minimum PHP version of 8.0 or higher and OpenSSL to be enabled.
For a complete list of supported wp-config constants, please consult the GitHub documentation.
The WP-Stateless setup assistant will create the Service Account JSON automatically for you, but you can follow these steps if you choose to create it manually.
We encourage community feedback and discussion through issues on the GitHub repository.
To ensure new releases cause as little disruption as possible, we rely on a number of early adopters who assist us by testing out new features before they are released. Please contact us if you are interested in becoming an early adopter.
UDX maintains this plugin by continuing development through it's own staff, reviewing pull requests, testing, and steering the overall release schedule. UDX is located in Durham, North Carolina and provides WordPress engineering and hosting services to clients throughout the United States.
REST API Endpoint
setting, which useful when WordPress dashboard and frontend website utilize different domain names.Status Info
with the information to help diagnose REST API or AJAX issues.Status
settings tab.wp_sm_sync
to wp_stateless_files
table with extended information.wp stateless migrate
supports auto
parameter to run all required Data Optimizations automatically.firebase/php-jwt
library from from 6.9.0 to 6.10.1.wpmetabox/meta-box
library from from 5.8.2 to 5.10.1.deliciousbrains/wp-background-processing
library from from 1.1.1 to 1.3.1.composer/installers
library from from 1.12.1 to 2.3.0.Meta Box Tabs
library from 1.1.17 to 1.1.18.sm:sync::addFile
format changed, now it passes media object instead of file name.wp stateless migrate
supports --yes
parameter to skip confirmation.wp stateless migrate
correctly works with --progress
parameter in multisite.wp stateless upgrade
fixed when running with --b
switch.Stateless
mode.Stateless
mode.Cache-Busting
setting for Ephemeral Mode 758, credits @Jessedev1.Settings
page does not open or slow when there is big amount of attachments.Info
section to the Status
tab on the Settings page, which contains the system info and the ability to copy report to clipboard.Documentation
link on the Plugins page.Addons
link on the Plugins page.Documentation
link on the Settings page.Settings
shortcut on the Plugins page.Content Disposition
fields for media objects.Cache Control
setting for media objects.Creation of dynamic property
PHP deprecation notice.Cannot use ::class with dynamic class name
PHP warning.Stateless
mode 728.wp_stateless_get_file
, retrieves the GCS file data, should be used instead of getting sm_cloud
postmeta directly.wp_stateless_get_file_sizes
, retrieves the GCS file data for image sizes, should be used instead of getting sm_cloud
postmeta directly.wp_stateless_get_file_meta
, retrieves all GCS file meta data, should be used instead of getting sm_cloud
postmeta directly.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.wp_stateless_get_setting_...
which allows to override any WP-Stateless setting.postmeta
instead of custom DB tables. Can be used in case of issues after upgrading to 4.0.0.Addons
, which contains the list of WP-Stateless Addons, which replace Compatibilities.Status
, which contains status and health information related to Google Cloud Storage and WP-Stateless.wp stateless migrate
to list and operate data optimizations.WP_STATELESS_POSTMETA
allows to read the GCS file data from postmeta instead of the new custom database tables.WP_STATELESS_BATCH_HEALTHCHECK_INTERVAL
defines an interval in minutes for periodical health checks of a batch background process (like data optimization).wp-background-processing
library from from 1.0.2 to 1.1.1.phpseclib
3.0.34 to 3.0.37.set_time_limit
function to avoid issues with PHP 8.1 and above #704.udx/lib-settings
package dependency for security reasons.udx/lib-utility
package dependency for security reasons.Settings
admin page to remove Angular dependency.utf8_encode
with mb_convert_encoding
to support PHP 8.2 and above #678.Stateless
mode if GCP access credentials are wrong #693.wp_stateless_attachment_url
. Allows to customize attachment URL after WP-Stateless generates it based on it's internal conditions.WP_STATELESS_COMPATIBILITY_GAE
constant.wpmetabox
library.license
functionality, removed update checker
.Stateless
mode. GitHub issue #575.WP_STATELESS_SYNC_MAX_BATCH_SIZE
. Sets the maximum size of a background sync batch of items to be saved in a single row in the database. More details.WP_STATELESS_SYNC_LOG
. Sets a path to a log file where to output logging information during the background sync. More details.WP_STATELESS_SYNC_HEALTHCHECK_INTERVAL
. Defines an interval in minutes for a cron task that periodically checks the health of a particular background sync process. More details.srcset
attribute in the Backup mode. GitHub issue #558.WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE
constant is defined. GitHub issue #553.Stateless
mode to not use local storage at all. Current Stateless
mode setting mapped to new Ephemeral
mode. GitHub issue #482.WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE
constant. GitHub issue #478.Stateless
mode to Ephemeral
. GitHub issue #481.Stateless
mode. GitHub issue #418.Stateless
mode. GitHub issue #413.Disabled
. GitHub issue #405.Bucket Folder
. GitHub issue #421.is_wp_version_compatible
. GitHub issue #414.