| @@ -2,16 +2,14 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | Plugin Name: WP Ultimate Post Grid |
| 4 | 4 | Plugin URI: http://bootstrapped.ventures/wp-ultimate-post-grid/ |
| 5 | 5 | Description: Easily create filterable responsive grids for your posts, pages or custom post types |
| 6 | -Version: 2.8.2 | |
| 6 | +Version: 2.0 | |
| 7 | 7 | Author: Bootstrapped Ventures |
| 8 | 8 | Author URI: http://bootstrapped.ventures |
| 9 | 9 | License: GPLv3 |
| 10 | -Text Domain: wp-ultimate-post-grid | |
| 11 | -Domain Path: /lang | |
| 12 | 10 | */ |
| 13 | -define( 'WPUPG_VERSION', '2.8.2' ); | |
| 11 | +define( 'WPUPG_VERSION', '2.0' ); | |
| 14 | 12 | define( 'WPUPG_POST_TYPE', 'wpupg_grid' ); |
| 15 | 13 | |
| 16 | 14 | class WPUltimatePostGrid { |
| 17 | 15 | |
| @@ -138,9 +136,8 @@ | ||
| 138 | 136 | $this->helper( 'pagination' ); |
| 139 | 137 | $this->helper( 'plugin_action_link' ); |
| 140 | 138 | $this->helper( 'post_save' ); |
| 141 | 139 | $this->helper( 'post_type' ); |
| 142 | - $this->helper( 'privacy' ); | |
| 143 | 140 | $this->helper( 'support_tab' ); |
| 144 | 141 | $this->helper( 'vafpress_menu' ); |
| 145 | 142 | $this->helper( 'vafpress_shortcode' ); |
| 146 | 143 | $this->helper( 'shortcodes/filter_shortcode' ); |
| @@ -149,9 +146,8 @@ | ||
| 149 | 146 | // Include required helpers but don't instantiate |
| 150 | 147 | $this->include_helper( 'addons/addon' ); |
| 151 | 148 | $this->include_helper( 'addons/premium_addon' ); |
| 152 | 149 | $this->include_helper( 'models/grid' ); |
| 153 | - $this->include_helper( 'grid_manager' ); | |
| 154 | 150 | |
| 155 | 151 | // Load core addons |
| 156 | 152 | $this->helper( 'addon_loader' )->load_addons( $this->coreDir . '/addons' ); |
| 157 | 153 | |