PluginProbe
WP Ultimate Post Grid / 2.4.0
WP Ultimate Post Grid v2.4.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 | wp-ultimate-post-grid.php +2 -4 2.7.02.4.0 View file →
@@ -2,16 +2,14 @@
2 2 /*
3 3 Plugin Name: WP Ultimate Post Grid
4 4 Plugin URI: http://bootstrapped.ventures/wp-ultimate-post-grid/
5 5 Description: Easily create filterable responsive grids for your posts, pages or custom post types
6 -Version: 2.7.0
6 +Version: 2.4.0
7 7 Author: Bootstrapped Ventures
8 8 Author URI: http://bootstrapped.ventures
9 9 License: GPLv3
10 -Text Domain: wp-ultimate-post-grid
11 -Domain Path: /lang
12 10 */
13 -define( 'WPUPG_VERSION', '2.7.0' );
11 +define( 'WPUPG_VERSION', '2.4.0' );
14 12 define( 'WPUPG_POST_TYPE', 'wpupg_grid' );
15 13
16 14 class WPUltimatePostGrid {
17 15