* @todo Add excerpt support DONE
 * @todo Add hyperlink to title DONE
 * @todo Add Current post category selection support DONE
 * @todo Efficient read more and feed link with html support DONE
 * @todo Add tabbed widget support 2 | 3 tab
 * @todo Add multiple category to shortcode
 * @todo add filters for custom css theme DONE
 */
/** Todo list as of development 2.1.0
 * @todo Fix strip shortcode from the custom excerpt
 * @todo Add tabbed widget support
 * @todo Add multiple category selection support
 * @todo Add CSS3 themes (5)
 * @todo Add pagination support for shortcode
 * @todo Add custom field sorting
 */
/**
 * Include the loader
 */
include_once dirname(__FILE__) . '/classes/loader.php';
$itgdb_wp_cpl_plugin = new itgdb_wp_cpl_loader(__FILE__, $text_domain);
/**
 * Include common files
 */
include_once itgdb_wp_cpl_loader::$abs_path . '/includes/wp_cpl_css_filters.php';
include_once itgdb_wp_cpl_loader::$abs_path . '/includes/wp_cpl_widget.php';
/**
 * Ignite
 */
$itgdb_wp_cpl_plugin->load();