Post Grid - Version 2.0.14

Version Description

  • 03/12/2016 fix - Color Picker class issue fixed.
Download this release

Release Info

Developer pickplugins
Plugin Icon 128x128 Post Grid
Version 2.0.14
Comparing to
See all releases

Code changes from version 2.0.13 to 2.0.14

assets/admin/js/color-picker.js CHANGED
@@ -2,7 +2,7 @@
2
  {
3
 
4
 
5
- $('.color').wpColorPicker();
6
 
7
 
8
 
2
  {
3
 
4
 
5
+ $('.post-grid-color').wpColorPicker();
6
 
7
 
8
 
includes/meta.php CHANGED
@@ -1257,7 +1257,7 @@ function meta_boxes_post_grid_input( $post ) {
1257
 
1258
  <br><br>
1259
  <?php _e('Fixed Background color:',post_grid_textdomain); ?> <br>
1260
- <input type="text" class="color" name="post_grid_meta_options[items_bg_color]" value="<?php echo $items_bg_color; ?>" />
1261
 
1262
  </div>
1263
 
@@ -1440,7 +1440,7 @@ jQuery(document).ready(function($)
1440
  <br>
1441
  <div class="">
1442
  Background color: <br>
1443
- <input type="text" class="color" name="post_grid_meta_options[container][bg_color]" value="<?php echo $container_bg_color; ?>" />
1444
  </div>
1445
  <br>
1446
  <div class="">
1257
 
1258
  <br><br>
1259
  <?php _e('Fixed Background color:',post_grid_textdomain); ?> <br>
1260
+ <input type="text" class="post-grid-color" name="post_grid_meta_options[items_bg_color]" value="<?php echo $items_bg_color; ?>" />
1261
 
1262
  </div>
1263
 
1440
  <br>
1441
  <div class="">
1442
  Background color: <br>
1443
+ <input type="text" class="post-grid-color" name="post_grid_meta_options[container][bg_color]" value="<?php echo $container_bg_color; ?>" />
1444
  </div>
1445
  <br>
1446
  <div class="">
post-grid.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Post Grid
4
  Plugin URI: http://pickplugins.com
5
  Description: Awesome post grid for query post from any post type and display on grid.
6
- Version: 2.0.13
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: post-grid
@@ -28,7 +28,7 @@ class PostGrid{
28
  define('post_grid_conatct_url', 'http://pickplugins.com/contact/' );
29
  define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' );
30
  define('post_grid_plugin_name', 'Post Grid' );
31
- define('post_grid_version', '2.0.13' );
32
  define('post_grid_customer_type', 'free' );
33
  define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
34
  define('post_grid_textdomain', 'post_grid' );
3
  Plugin Name: Post Grid
4
  Plugin URI: http://pickplugins.com
5
  Description: Awesome post grid for query post from any post type and display on grid.
6
+ Version: 2.0.14
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
  Text Domain: post-grid
28
  define('post_grid_conatct_url', 'http://pickplugins.com/contact/' );
29
  define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' );
30
  define('post_grid_plugin_name', 'Post Grid' );
31
+ define('post_grid_version', '2.0.14' );
32
  define('post_grid_customer_type', 'free' );
33
  define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
34
  define('post_grid_textdomain', 'post_grid' );
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Donate link: http://pickplugins.com
4
  Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
5
  Requires at least: 3.8
6
- Tested up to: 4.6.1
7
- Stable tag: 2.0.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,10 @@ then paste this shortcode anywhere in your page to display grid<br />
95
 
96
  == Changelog ==
97
 
 
 
 
 
98
  = 2.0.13 =
99
  * 03/10/2016 fix - Fix some security issues.
100
 
3
  Donate link: http://pickplugins.com
4
  Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
5
  Requires at least: 3.8
6
+ Tested up to: 4.7
7
+ Stable tag: 2.0.14
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Changelog ==
97
 
98
+
99
+ = 2.0.14 =
100
+ * 03/12/2016 fix - Color Picker class issue fixed.
101
+
102
  = 2.0.13 =
103
  * 03/10/2016 fix - Fix some security issues.
104