PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.75
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
← All changes | public/admin/class-gutenberg.php +7 -1 11.1.2111.3.75 View file →
@@ -43,9 +43,15 @@
43 43 */
44 44 public function register_gutenberg_block() {
45 45 AssetsManager::localize_gutenberg();
46 46 register_block_type(
47 - 'leadin/hubspot-blocks',
47 + 'leadin/hubspot-form-block',
48 + array(
49 + 'editor_script' => AssetsManager::GUTENBERG,
50 + )
51 + );
52 + register_block_type(
53 + 'leadin/hubspot-meeting-block',
48 54 array(
49 55 'editor_script' => AssetsManager::GUTENBERG,
50 56 )
51 57 );