# Changelog Change log for FishPig_WordPress_Multisite. ## [3.4.1] - 2023-06-14 ### [Fixed] - Fixed PHP 7.4 error with trailing comma in constructor arguments for Model\Config\Source\Blog ## [3.4.0] - 2023-06-13 ### [Added] - Added option for Custom Home URL. This means that you can now share 1 blog between multiple Magento stores. You can do this by setting a custom home URL for the blog for each store context. ## [3.3.0] - 2023-03-22 ### [Added] - Added PHP 8.2 support. ## [3.2.1] - 2022-12-12 ### [Changed] - Added flag to integration data retriever to enable HTTP request to get data. ## [3.2.0] - 2022-11-15 - Renamed Test folder to Tests so that classes are added to the optimised Composer autoloader. ## [3.1.0] - 2022-07-19 ### [Changed] - Renamed wptheme files from *.php to *.php.sample ## [3.0.9] - 2022-07-13 ### [Fixed] - Bug that caused plugins enabled at the Network at the same time to show as disabled. ## [3.0.8] - 2022-06-24 ### [Fixed] - Added better store URL switching to work with different store/view configs. ## [3.0.7] - 2022-01-02 ### [Fixed] - Undefined variable $ata in NetworkTest.php ## [3.0.6] - 2021-12-23 ### [Changed] - Changed \Magento\Framework\Filesystem\DriverInterface to \Magento\Framework\Filesystem and get individual directories from there. ## [3.0.4] - 2021-12-22 ### [Changed] - Code formatting clean up. ## [3.0.2] - 2021-12-21 ### [Changed] - Moved plugin that adds network enabled plugins to PluginManager from PluginManager to the plugin data source class. ## [3.0.1] - 2021-12-16 ### [Changed] - Updated code doc comment to reflect correct class being used. ## [3.0.0] - 2021-12-15 A new major version to support the changes in fishpig/magento2-wordpress-integration (FishPig_WordPress) ## [2.0.19.22] - 30/06/2021 - Fixed issue when disabling FishPig_WordPress for store view. ## [2.0.19.3] - 31/05/2021 - Changed some classes to be noninterceptable ## [2.0.12.1] - 07/01/2021 - Added call to isEnabled before getSiteOption call. ## [2.0.9.5] - 10/01/2020 - - Added fix for images in additional blogs ## [2.0.9.4] - 09/01/2020 - Added composer.json ## [2.0.6.33] - 14/09/2019 - Modified Blog ID option to be a select option of available blogs rather than a text field. ## [2.0.6.10] - 24/06/2019 - Fixed bug in store switcher when target store doesn't have correctly configured blog. ## [2.0.6.9] - 24/04/2019 - Fixed bug that caused Smart Store Switch to work incorrectly. ## [2.0.6.7] - 16/04/2019 - Added configuration option switch so that you can have the module installed but disabled. ## [2.0.6.6] - 10/04/2019 - Fixed Smart Store Switch bug. ## [2.0.6.5] - 09/04/2019 - - Added Smart Store Switch configuration option