PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 2.6.4
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v2.6.4
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | inc/init.php +2 -0 2.6.12.6.4 View file →
@@ -219,8 +219,9 @@
219 219
220 220 function blockspare_blocks_loader(){
221 221
222 222 if ( PHP_VERSION_ID >= 50600 ) {
223 + require_once BLOCKSPARE_PLUGIN_DIR .'inc/layout/class-image-importer.php';
223 224 require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/functions.php';
224 225 require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/registry.php';
225 226 require_once BLOCKSPARE_PLUGIN_DIR . 'inc/layout/components.php';
226 227
@@ -242,8 +243,9 @@
242 243 include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-grid/index.php');
243 244 include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-list/index.php');
244 245
245 246 include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-express-grid/index.php');
247 + include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-express-grid/post-content.php');
246 248
247 249
248 250 include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-carousel-grid/index.php');
249 251 include(BLOCKSPARE_PLUGIN_DIR . '/inc/latest-post-block/posts-slider/index.php');