| @@ -30,9 +30,9 @@ | ||
| 30 | 30 | * |
| 31 | 31 | * @since 3.0.0 |
| 32 | 32 | */ |
| 33 | 33 | private function define_constants() { |
| 34 | - define( 'WPUPG_VERSION', '3.6.0' ); | |
| 34 | + define( 'WPUPG_VERSION', '3.8.0' ); | |
| 35 | 35 | define( 'WPUPG_PREMIUM_VERSION_REQUIRED', '3.0.0' ); |
| 36 | 36 | define( 'WPUPG_POST_TYPE', 'wpupg_grid' ); |
| 37 | 37 | define( 'WPUPG_DIR', plugin_dir_path( dirname( __FILE__ ) ) ); |
| 38 | 38 | define( 'WPUPG_URL', plugin_dir_url( dirname( __FILE__ ) ) ); |
| @@ -101,8 +101,9 @@ | ||
| 101 | 101 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-migrations.php' ); |
| 102 | 102 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination.php' ); |
| 103 | 103 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination-pages.php' ); |
| 104 | 104 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-post-type.php' ); |
| 105 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode-takeover.php' ); | |
| 105 | 106 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode.php' ); |
| 106 | 107 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-editor.php' ); |
| 107 | 108 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-helper.php' ); |
| 108 | 109 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-manager.php' ); |