1.10.3 - WP All Import Integration
· 2 min read
This maintenance release adds initial integrations with WP All Import to make it easier to write targetted import scripts. It adds the YokoCo\sideload_file function to make it easier to upload non-image attachments. It fixes a CSS rendering issue with Select2 dropdowns in WP Admin and gracefully handles error in the Core Navigation block "Child Menu" customization caused by the block not having any children. This update also makes it possible to change the label of the Relational Taxonomy of a CPT so that the rendered metaboxes have contextual names (ex for a Person CPT, the rel tax can be called "Authors").
ADDS
- [WP ALL IMPORT] Adds
pmxi_saved_post_{post_type}action to make it easy to add functions to imports of a specific post type. - [WP ALL IMPORT] Automatically require_once the
wp-all-import.phpfile from the theme if it exists. - [ADMIN] Adds the
YokoCo\sideload_filefunction that mirrors the native WordPressmedia_sideload_imagefunction, but for any file type.
FIXES
- [RELTAX] Fixes the Select2 CSS of a relational taxonomy filter select on the post screen.
- [BLOCKS] Gracefully handles Core Navigation block "Child Menu" customization when it fails due to a lack of internal blocks.
- [BEAVER BUILDER] Fixes bug in Heroicons and Keen Slider modules where path to sub files was missing a leading slash.
CHANGES
- [RELTAX] The target post type meta box has the label of the rel taxonomy instead of the CPT because the taxonomy describes the relationship (ex. author).