= 4.9.0 =
* New: Compatible up to WordPress 6.2.2
* New: Feature to disable WP Cron jobs on the staging site #2314
* New: Button to unselect all staging site tables before cloning #2355
* New: Add two-way encryption for backup storage credentials stored in the database. Read
https://wp-staging.com/docs/wp-staging-encryption-setup/ #2310
* New: Show selected plugins and themes count before cloning #2339
* Enh: Beautify backup and staging log file format #2393
* Enh: Append debug log to download system information #2441
* Enh: Improved code to be compatible with PHPstan level 1 rules #2348
* Enh: Improved code to be compatible with PHPstan level 2 rules #2419 #2459
* Enh: Check if the option_name field contains the primary key before cloning #2386
* Enh: Display the staging site name on generate login link screen #2432
* Fix: Inaccurate performance values "queries per second" for backup restore #2327
* Fix: Backup download URLs now support mixed http/https scheme #2376
* Fix: Deprecation notice on PHP 8.2 / 8.1 #2389
* Fix: Write the correct version number in wpstg.js when creating a free dist package #2431
* Fix: Correct use of printf and gettext #2313
* Fix: On backup creation MySQL Error 1118 row size too large error can appear #2422
* Fix: Fix line-break issue during files-index validation when validating a backup on Windows OS that was created on Linux OS and vice versa #2402
* Fix: Add Query Compatibility fix when restoring a database backup created on MariaDB with PAGE_COMPRESSED=`ON` on MySQL database #2401
* Fix: PHP 8.1 warnings on backup creation due to using null value on wp_normalize_path #2453
* Fix: Added method to handle sending email in free version with attachments #2417
* Dev: Check if the Issue or PR Number exist in the changelog #2394