| @@ -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.5.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__ ) ) ); |
| @@ -84,8 +84,9 @@ | ||
| 84 | 84 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-assets.php' ); |
| 85 | 85 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-blocks.php' ); |
| 86 | 86 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-button.php' ); |
| 87 | 87 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-filter.php' ); |
| 88 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-filter-clear.php' ); | |
| 88 | 89 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-filter-isotope.php' ); |
| 89 | 90 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-grid.php' ); |
| 90 | 91 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-grid-layout.php' ); |
| 91 | 92 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-grid-manager.php' ); |
| @@ -100,8 +101,9 @@ | ||
| 100 | 101 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-migrations.php' ); |
| 101 | 102 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination.php' ); |
| 102 | 103 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination-pages.php' ); |
| 103 | 104 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-post-type.php' ); |
| 105 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode-takeover.php' ); | |
| 104 | 106 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode.php' ); |
| 105 | 107 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-editor.php' ); |
| 106 | 108 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-helper.php' ); |
| 107 | 109 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-manager.php' ); |