PluginProbe
WP Ultimate Post Grid / 3.9.0
WP Ultimate Post Grid v3.9.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | includes/class-wp-ultimate-post-grid.php +5 -1 3.4.03.9.0 View file →
@@ -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' );