* New: Create local containerized and docker compatible development environments with wp staging cli. (Requires Pro Developer or Agency Plan)
* New: Beautify changelog section to make it more appealing.
* Enh: Add a preview of the selected options when the menus are collapsed.
* Enh: Add ability to select a specific day of the week when creating a weekly scheduled backup. (Pro)
* Enh: Improved email notification options for better user alerts.
* Fix: Avoid OPcache "restrict_api" warnings in staging by properly handling restricted OPcache API paths.
* Fix: Avoid fatal type errors when filtering the active plugins list during database restore and database pull for multisite if the active plugins options become corrupted.
* Fix: Clean up plugins data on uninstall.
* Fix: Clean up temporary validation directory before starting the backup process.
* Fix: Corrected display issues in some admin messages to ensure text appears properly.
* Fix: Dynamically fetch AWS S3 regions from AWS API with fallback to static list. (Pro)
* Fix: Fail to create staging site after making a push. Get file permission error. (Pro)
* Fix: Improve CLI modal reliability and backup UI, including a new sidebar and step navigation, custom header, visual feedback animation, copy button fix, and clearer date column styling.
* Fix: Inconsistent font size in modal popups.
* Fix: Logs are displayed even when their corresponding log type checkbox is not checked
* Fix: Unable to create multisite backup when current network id not 1.
* Fix: Valid permissions could be incorrectly rejected by isValidPermission().
* UX: Fix broken CSS and improve remote backup download modal with file size display and download button text improved.
* Dev: Fix slowness in `make reset` dev command.
* Dev: Improve macOS compatibility for development environment setup and build processes.
* Dev: Increased time tolerance for scheduled backups to allow execution at any time of day.
* Dev: Migrate wpstg-restorer codeception tests to Playwright for improved test reliability.
* Dev: Move all staging(tests/e2e/Staging) e2e codeception tests to playwright.
* Dev: Refactor and prepare code base for newer staging site update and reset logic using backuper pattern.
* Dev: Skip unrequired and slow unit tests for Windows OS to speed it up.
* Dev: Use constant for non-test filters in whole code base.
* Dev: Fix mailhog email tests failing on macOS by making the API URL configurable via environment variable.