# Changelog Change log for FishPig_WordPress_ContentBlocks. ## [3.4.3] - 2023-10-31 ### [Added] - Added a filter to trigger Beaver Builder to add JS/CSS to content blocks. ## [3.4.2] - 2023-06-08 ### [Changed] - Changed AssetProvider to use canProvideAssets method. ## [3.4.0] - 2023-03-22 ### [Added] - Added PHP 8.2 support. ## [3.3.0] - 2022-11-11 ### [Changed] - Changed preview URL and WP generated URL to local WP URL. This stops preview happening in Magento, which is slow. ## [3.2.0] - 2022-07-19 ### [Fixed] - Block returning NULL rather than empty string breaks directive filter class. ### [Changed] - Renamed wptheme files from *.php to *.php.sample ## [3.1.1] - 2022-05-16 ### [Changed] - Modified WP theme file to add noindex,nofollow to content block single pages. ## [3.1.0] - 2022-01-17 ### [Added] - Added new test object (bin/magento fishpig:wordpress:test contentblocks.all) ## [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.3] - 2021-12-16 ### Fixed - References from legacy class files to new versions. ## [3.0.1] - 2021-12-15 ### Fixed - Trailing comma in composer.json ## [2.0.23.5] - 2021-10-16 ### Fixed - Error when loading a CMS Block. ## [2.0.23.4] - 2021-10-15 ### Added - Loading and processing of blocks when using block factory - Added WP content blocks to collections so these show in block chooser in widget - Updated WordPress theme file to show shortcodes in the content block edit list in the WP Admin. ## [2.0.23.2] - 2021-10-09 ### Removed - /etc/adminhtml/di.xml as this the incorrect file. ## [2.0.23.0] - 2021-09-09 ### Added - First release. Version seems high but this is to match the fishpig/magento2-wordpress-integration version