Post Grid - Version 2.0.11

Version Description

  • 24/08/2016 fix - php error issue fixed.
Download this release

Release Info

Developer paratheme
Plugin Icon 128x128 Post Grid
Version 2.0.11
Comparing to
See all releases

Code changes from version 2.0.10 to 2.0.11

grid-items/custom-css.php CHANGED
@@ -119,10 +119,7 @@ if ( ! defined('ABSPATH')) exit; // if direct access
119
  $html .= '<style type="text/css">';
120
 
121
 
122
- $html .= '#post-grid-'.$post_id.' .owl-dots .owl-dot {
123
- background: '.$slider_dots_bg_color.' none repeat scroll 0 0;
124
-
125
- }';
126
 
127
 
128
 
119
  $html .= '<style type="text/css">';
120
 
121
 
122
+
 
 
 
123
 
124
 
125
 
grid-items/nav-top-new.php CHANGED
@@ -203,56 +203,6 @@ if ( ! defined('ABSPATH')) exit; // if direct access
203
  }
204
 
205
 
206
-
207
-
208
-
209
-
210
-
211
-
212
-
213
-
214
-
215
- if($nav_top_filter=='yes'){
216
-
217
-
218
-
219
-
220
-
221
- /*
222
-
223
- $html .= '<script>
224
- jQuery(document).ready(function($) {
225
-
226
- // init Isotope
227
- var $grid = $(".grid-items").isotope({
228
- layoutMode: "masonry",
229
- masonry: {
230
- isFitWidth: true
231
- },
232
- filter: ".'.$active_filter.'"
233
-
234
- });
235
-
236
-
237
- // filter items on button click
238
- $(".nav-filter").on( "click", ".filter", function() {
239
-
240
- var filterValue = $(this).attr("data-filter");
241
- $grid.isotope({ filter: filterValue });
242
- });
243
-
244
- });
245
- </script>';
246
-
247
- */
248
-
249
- //var_dump($active_filter);
250
-
251
-
252
-
253
-
254
- }
255
-
256
 
257
 
258
 
203
  }
204
 
205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
 
207
 
208
 
post-grid.php CHANGED
@@ -3,9 +3,10 @@
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.10
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
 
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  */
@@ -27,7 +28,7 @@ class PostGrid{
27
  define('post_grid_conatct_url', 'http://pickplugins.com/contact/' );
28
  define('post_grid_qa_url', 'http://www.pickplugins.com/questions/' );
29
  define('post_grid_plugin_name', 'Post Grid' );
30
- define('post_grid_version', '2.0.10' );
31
  define('post_grid_customer_type', 'free' );
32
  define('post_grid_share_url', 'https://wordpress.org/plugins/post-grid/' );
33
  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.11
7
  Author: pickplugins
8
  Author URI: http://pickplugins.com
9
+ Text Domain: post-grid
10
  License: GPLv2 or later
11
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  */
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.11' );
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
@@ -4,7 +4,7 @@
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
7
- Stable tag: 2.0.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -95,6 +95,9 @@ then paste this shortcode anywhere in your page to display grid<br />
95
 
96
  == Changelog ==
97
 
 
 
 
98
  = 2.0.10 =
99
  * 27/07/2016 add - Lazy Load.
100
  * 27/07/2016 add - Featured Image linked to post.
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
7
+ Stable tag: 2.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
95
 
96
  == Changelog ==
97
 
98
+ = 2.0.11 =
99
+ * 24/08/2016 fix - php error issue fixed.
100
+
101
  = 2.0.10 =
102
  * 27/07/2016 add - Lazy Load.
103
  * 27/07/2016 add - Featured Image linked to post.