Skip to content

Releases: udx/wp-stateless

Release 3.2.4

21 Jun 21:32

Choose a tag to compare

  • FIX - Website unresponsive after Upgrade #669.

Release 3.2.3

20 Jun 17:25

Choose a tag to compare

  • 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

19 May 15:44

Choose a tag to compare

FIX - Folder setting can't be saved from the settings page #639.

Release 3.2.1

18 May 20:48

Choose a tag to compare

  • FIX - Updated requirments.
  • FIX - WP-Stateless 3.2.0 doesn’t upload docs, only images #638.

Release 3.2.0

10 May 11:03

Choose a tag to compare

  • ENHANCEMENT - Upgraded wpmetabox library.
  • ENHANCEMENT - Updated Client library for Google APIs.
  • ENHANCEMENT - Updated Guzzle library to version 7.
  • ENHANCEMENT - Updated JWT library.
  • ENHANCEMENT - Updated license functionality, removed update 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

23 Dec 10:06

Choose a tag to compare

  • 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 Stateless mode. GitHub issue #575.
  • COMPATIBILITY - Changed the way compatibility files are stored on Multisite. GitHub issue #588.

Release 3.1.0

14 Oct 09:08

Choose a tag to compare

  • 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.

Release 3.0.4

05 Oct 11:12

Choose a tag to compare

  • FIX - Fixed inability to use dashes in the upload folder name. GitHub issue #565.
  • COMPATIBILITY - Elementor - Fixed wrong upload directory. GitHub issue #560.

Release 3.0.3

17 Sep 12:43

Choose a tag to compare

  • FIX - Fixed an incorrect file URL in Stateless mode on Edit Media screen. GitHub issue #544.

Release 3.0.2

16 Sep 14:17

Choose a tag to compare

  • FIX - Refactored the way files are being uploaded to GCS when WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE constant is defined. GitHub issue #553.
  • FIX - Fixed the process of upgrading to 3.0 for multisite installations. GitHub issue #549.