PluginProbe
WP Ultimate Post Grid / 3.8.0
WP Ultimate Post Grid v3.8.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 +2 -1 3.6.03.8.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.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' );