StudioPress – Genesis Framework – Version – 3.3.5

## [3.3.5] – 2021-08-05### Fixed* Change hook used for `genesis_handle_block_widget_editor` from `admin_init` to `widgets_init` to ensure widgets can be added, removed, and edited in the Customizer.## [3.3.4] – 2021-07-08### Added* Using the use_widgets_block_editor filter in WordPress 5.8, the pre-5.8 widget screen behavior remains the same. To opt-in to the new WP 5.8 widgets editor, place this code in your theme’s functions.php file: `add_filter( ‘use_widgets_block_editor’, ‘__return_true’ );`