# Changelog Change log for FishPig_WordPress_Root. ## [3.3.1] - 2023-04-28 ### [Fixed] - PHP 8.2 fix for License helper. ## [3.3.0] - 2023-03-22 ### [Added] - Added PHP 8.2 support. ## [3.2.1] - 2023-03-06 ### [Changed] - Changed the PathConfigPlugin to allow interception once config has been assessed and deemed to be valid for WP. ## [3.2.0] - 2022-11-15 - Renamed Test folder to Tests so that classes are added to the optimised Composer autoloader. ## [3.1.3] - 2022-10-11 ### [Fixed] - Check App integration mode before running Root. If disabled it does not run. ## [3.1.0] - 2022-03-29 ### [Added] - Added code to listen for RemoteActions when WP home URL is set as Magento URL ## [3.0.2] - 2021-12-23 ### [Changed] - Changed \Magento\Framework\Filesystem\DriverInterface to \Magento\Framework\Filesystem and get individual directories from there. ## [3.0.1] - 2021-12-22 ### [Changed] - Code formatting clean up ## [3.0.0] - 2021-12-15 A new major version to support the changes in fishpig/magento2-wordpress-integration (FishPig_WordPress) ----- Legacy Change Log Below ------- 05/01/2020 - 2.0.9.10 - Added call to runTests on Integration Manager to ensure core module is enabled and configured before running. 30/07/2019 - 2.0.6.17 - Added test for COOKIEPATH. This should be set in wp-config.php like so: define('COOKIEPATH', '/'); 25/04/2019 - 2.0.6.4 - Added improved preview functionality for page builders 01/03/2019 - 2.0.5.8 - Fixed redirect issue when using Elementor to edit the homepage.