Post Grid - Version 2.0.12

Version Description

  • 03/10/2016 removed - Import Content Layouts removed for temporary.
Download this release

Release Info

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

Code changes from version 2.0.11 to 2.0.12

includes/functions.php CHANGED
@@ -636,6 +636,8 @@ add_action('wp_ajax_nopriv_post_grid_reset_content_layouts', 'post_grid_reset_co
636
 
637
 
638
 
 
 
639
  function post_grid_import_content_layouts(){
640
 
641
  $layouts_data = stripslashes($_POST['layouts_data']);
@@ -660,6 +662,8 @@ function post_grid_import_content_layouts(){
660
  add_action('wp_ajax_post_grid_import_content_layouts', 'post_grid_import_content_layouts');
661
  add_action('wp_ajax_nopriv_post_grid_import_content_layouts', 'post_grid_import_content_layouts');
662
 
 
 
663
 
664
 
665
 
636
 
637
 
638
 
639
+ /*
640
+
641
  function post_grid_import_content_layouts(){
642
 
643
  $layouts_data = stripslashes($_POST['layouts_data']);
662
  add_action('wp_ajax_post_grid_import_content_layouts', 'post_grid_import_content_layouts');
663
  add_action('wp_ajax_nopriv_post_grid_import_content_layouts', 'post_grid_import_content_layouts');
664
 
665
+ */
666
+
667
 
668
 
669
 
includes/menu/settings.php CHANGED
@@ -119,11 +119,17 @@ else
119
 
120
 
121
  <div class="option-box">
122
- <p class="option-title"><?php _e('Import Content Layouts',post_grid_textdomain); ?></p>
 
 
 
 
123
  <p class="option-info"><?php _e('you can import content layouts here. please put serialized data.',post_grid_textdomain); ?></p>
124
  <textarea class="import-content-layouts-data" ></textarea><br />
125
  <div class="button import-content-layouts"><?php _e('Import Layouts',post_grid_textdomain); ?></div>
126
 
 
 
127
 
128
 
129
  </div>
119
 
120
 
121
  <div class="option-box">
122
+ <p class="option-title"><?php _e('Import Content Layouts, this feature unavailable for temporary',post_grid_textdomain); ?></p>
123
+
124
+
125
+ <!--
126
+
127
  <p class="option-info"><?php _e('you can import content layouts here. please put serialized data.',post_grid_textdomain); ?></p>
128
  <textarea class="import-content-layouts-data" ></textarea><br />
129
  <div class="button import-content-layouts"><?php _e('Import Layouts',post_grid_textdomain); ?></div>
130
 
131
+ -->
132
+
133
 
134
 
135
  </div>
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.11
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.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' );
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.12
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.12' );
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
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,6 +95,9 @@ then paste this shortcode anywhere in your page to display grid<br />
95
 
96
  == Changelog ==
97
 
 
 
 
98
  = 2.0.11 =
99
  * 24/08/2016 fix - php error issue fixed.
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.6.1
7
+ Stable tag: 2.0.12
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.12 =
99
+ * 03/10/2016 removed - Import Content Layouts removed for temporary.
100
+
101
  = 2.0.11 =
102
  * 24/08/2016 fix - php error issue fixed.
103