Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@antonkorotkov antonkorotkov released this 14 Oct 09:08
· 133 commits to v3.0 since this release
  • 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 srcset attribute in the Backup mode. GitHub issue #558.
  • COMPATIBILITY - Litespeed Cache - Fixed an incorrect upload folder determination. GitHub issue #527.