# Changelog Change log for FishPig_WordPress_PostTypeTaxonomy. ## [3.2.2] - 2023-05-04 ### [Changed] - Changed post type data retrieval to include non-public post types. ## [3.2.0] - 2023-03-22 ### [Added] - Added PHP 8.2 support. ## [3.1.7] - 2022-12-12 ### [Changed] - Added flag to integration data retriever to enable HTTP request to get data. ## [3.1.6] - 2022-11-03 ### [Fixed] - Version mismatch fix. ## [3.1.4] - 2022-10-12 ### [Changed] - Updated WP theme to check for show_in_rest parameter and bring this over to Magento. ## [3.1.0] - 2022-07-19 ### [Changed] - Renamed wptheme files from *.php to *.php.sample ## [3.0.4] - 2022-03-22 ### [Fixed] - Version fix. ## [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 cleanup ## [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 ------- 01/09/2021 - 2.0.21.0 - Added support for latest version of fishpig/magento2-wordpress-integration 2.0.19.22 - 2021/06/17 - Added option to exclude post types using wildcard 2.0.12.2 - 2020/12/04 - Fixed thrown notice 'Trying to access array offset on value of type bool' 2.0.12.1 - 2020/12/01 - Fixed issue with caching of post types and taxonomies across multiple stores. Store ID is now used in the cache key. 2.0.6.33 - Added some extra post types to the ignore list. This should speed a few things up when using WordPress 5 or above. 2.0.6.23 - Added caching to post type and taxonomy retrieval 2.0.6.22 - A fix for Event Calendar. Requires FishPig_WordPress_PluginShortcodeWidget 2.0.6.1 - Small modification to pass tests. 2.0.3.3 - Changed PostType\View block name in layout XML to wp.postlist.wrapper.