varbase_bootstrap_paragraphs-9.0.0-alpha1/modules/vbp_text_and_image/includes/updates.inc
modules/vbp_text_and_image/includes/updates.inc
<?php /** * @file * Contains List of all vbp_text_and_image updates. */ include_once __DIR__ . '/updates/v8.inc'; include_once __DIR__ . '/updates/v9.inc'; include_once __DIR__ . '/updates/v10.inc';
