| @@ -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.4.0' ); | |
| 34 | + define( 'WPUPG_VERSION', '3.9.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' ); |
| @@ -97,11 +98,14 @@ | ||
| 97 | 98 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-item-manager.php' ); |
| 98 | 99 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-item-post.php' ); |
| 99 | 100 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-meta-box.php' ); |
| 100 | 101 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-migrations.php' ); |
| 102 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-multilingual.php' ); | |
| 103 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-order.php' ); | |
| 101 | 104 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination.php' ); |
| 102 | 105 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-pagination-pages.php' ); |
| 103 | 106 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-post-type.php' ); |
| 107 | + require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode-takeover.php' ); | |
| 104 | 108 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-shortcode.php' ); |
| 105 | 109 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-editor.php' ); |
| 106 | 110 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-helper.php' ); |
| 107 | 111 | require_once( WPUPG_DIR . 'includes/public/class-wpupg-template-manager.php' ); |