Releases: udx/wp-stateless
Releases · udx/wp-stateless
Release 3.2.4
- FIX - Website unresponsive after Upgrade #669.
Release 3.2.3
- ENHANCEMENT - Updated Client library for Google APIs.
- ENHANCEMENT - Updated Monolog library to version 3.
- ENHANCEMENT - Updated JWT library.
- FIX - Fixed vulnerability issues.
- FIX - Fixed an errors and warnings on PHP 8.1.
- FIX - Fixed an error that occured when WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE is set.
Release 3.2.2
FIX - Folder setting can't be saved from the settings page #639.
Release 3.2.1
- FIX - Updated requirments.
- FIX - WP-Stateless 3.2.0 doesn’t upload docs, only images #638.
Release 3.2.0
- ENHANCEMENT - Upgraded
wpmetaboxlibrary. - ENHANCEMENT - Updated Client library for Google APIs.
- ENHANCEMENT - Updated Guzzle library to version 7.
- ENHANCEMENT - Updated JWT library.
- ENHANCEMENT - Updated
licensefunctionality, removedupdate checker. - FIX - Fixed vulnerability issues.
- FIX - Fixed erros and warnings on PHP 8.
- FIX - problem after the upgrade #628.
- FIX - image_downsize() PHP8 Required parameter $id follows optional parameter $false #619.
Release 3.1.1
- ENHANCEMENT - Notification for the administrator about finished synchronization. GitHub issue #576.
- FIX - Fixed an issue with PDF thumbnails. GitHub issue #577.
- FIX - Fixed an issue with synchronization in
Statelessmode. GitHub issue #575. - COMPATIBILITY - Changed the way compatibility files are stored on Multisite. GitHub issue #588.
Release 3.1.0
- NEW - Completely rewritten the synchronization tool. GitHub issue #523.
- NEW - New configuration constant
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. - NEW - New configuration constant
WP_STATELESS_SYNC_LOG. Sets a path to a log file where to output logging information during the background sync. More details. - NEW - New configuration constant
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. - FIX - Fixed an issue when original files were not deleted from the server in the Ephemeral mode. GitHub issue #484.
- FIX - Fixed an incorrect behavior of image
srcsetattribute in the Backup mode. GitHub issue #558. - COMPATIBILITY - Litespeed Cache - Fixed an incorrect upload folder determination. GitHub issue #527.
Release 3.0.4
Release 3.0.3
- FIX - Fixed an incorrect file URL in Stateless mode on Edit Media screen. GitHub issue #544.