PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | core/admin/wpbc-gutenberg.php +2 -2 11.511.8.4 View file →
@@ -19,9 +19,9 @@
19 19 function wpbc_gutenberg_block_booking() {
20 20
21 21 if ( function_exists( 'register_block_type' ) ) {
22 22
23 - $script_params = array( 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-shortcode', 'underscore', 'jquery', 'wpbc-modal' );
23 + $script_params = array( 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-shortcode', 'wp-data', 'underscore', 'jquery', 'wpbc-modal' );
24 24 wp_register_script(
25 25 'gutenberg-wpbc-booking',
26 26 wpbc_plugin_url( '/js/wpbc-gutenberg.js' ),
27 27 $script_params,
@@ -37,5 +37,5 @@
37 37 , 'editor_style' => 'gutenberg-wpbc-editor'
38 38 ) );
39 39 }
40 40 }
41 -add_action( 'init', 'wpbc_gutenberg_block_booking' );
41 +add_action( 'init', 'wpbc_gutenberg_block_booking' );