* FEATURE: Restore the "upload immediately after creation" feature that was turned off whilst misbehaviour was investigated; fixes have been applied.
* FIX: Prevent premature removal of zip manifest files
* TWEAK: Improve the Handlebars template of the OpenStack (Swift) remote storage by taking PHP code out of it
* TWEAK: Do not run out-of-place "SET @@GLOBAL.GTID_PURGED" statements upon restore
* TWEAK: The "upload immediately after creation" feature has been disabled whilst reports of incorrect behaviour are investigated
* TWEAK: Replace require_once to include_once and use the UpdraftCentral path constant when loading the UpdraftCentral host class.
* TWEAK: Modify the "overdue crons" message for greater clarity
* TWEAK: Suppress pre-loading of phpseclib libraries, which has exposed fatal-error inducing bugs in a handful of unmaintained third-party plugins and themes
* TWEAK: Increase the number of conditions for which attempts to access an S3 bucket will result in more logging
* FIX: Ensure jobdata is saved before attempting a partial cloud upload, preventing potential omission of an archive
* FEATURE: Restore the "upload immediately after creation" feature that was turned off in 1.22.16 whilst misbehaviour was investigated
* TWEAK: Add log information as to why DB stored routines couldn't be included in the backup if that should be so
* TWEAK: Declare some implicity-declared class variables to avoid warnings in PHP 8.2
TWEAK: Temporarily revert "upload immediately after create" feature from 1.22.15
* FIX: Selective table restore
* FIX: Fix restore button JS issue when importing single site to multisite
* TWEAK: Allow charset to be set during a WP_CLI restore
* TWEAK: Use similar charset if one is not set and not supported during a WL_CLI restore
* TWEAK: Add bulk process handler for UpdraftCentral's plugin and theme modules
* TWEAK: Return previous plugin and theme states before installation or activation
* TWEAK: Improve the Handlebars template of the Backblaze remote storage by taking PHP code out of it (Premium)
* TWEAK: Improve the Handlebars template of the WebDAV remote storage by taking PHP code out of it (Premium)
* TWEAK: Improve the Handlebars template of the SFTP/SCP remote storage by taking PHP code out of it (Premium)
* TWEAK: Avoid using 'phpmailer_init' action when setting up sender name and sender email address, as some SMTP plugins override the 'wp_mail()' function and they don't bother to call the 'phpmailer_init' action
* TWEAK: Prevent increments being added to backups from other sites
* FIX: Internal S3 library did not correctly construct canonical query string with v4 signatures if there were multiple parameters, leading to wrong signatures and failed authorisation
* FIX: Fix a recent regression that caused DNS hostnames to not be preferred when using Amazon S3
* TWEAK: Prevent deprecation notice on PHP 8.1 if opening a zero-size zip file
* TWEAK: Introduce filter updraftplus_dropbox_fetch_curl_options for easier debugging/experimentation
* FIX: Fix a regression in the 1.22.9 adjustment to the internal S3 library's evaluation of when to use a Host: header
* FIX: Fix a long-standing issue whereby if S3-related credentials were being tested via the front-end UI, and multiple back-end instances were present, then the wrong settings could be used in making decisions on Host: headers
* FIX: Do not attempt to use S3 DNS-style bucket naming in alternative library if SSL validation will fail due to AWS certificate wildcard policies or other bucket naming-related reasons
* TWEAK: Add version number to alternative S3 library requests
* FIX: Internal S3 library was missing a method for using session tokens together with Vault
* FIX: Various UI issues with the S3 IAM Wizard
* TWEAK: Use AWS SDK/Guzzle for S3 operations if Curl is not available
* TWEAK: Prevent coding deprecation notice during S3 upload on PHP 8.1