Post Grid - Version 2.2.3

Version Description

  • 2022-11-30 - fix - PHP fatal error fixed for block categories.
Download this release

Release Info

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

Code changes from version 2.2.2 to 2.2.3

Files changed (3) hide show
  1. post-grid.php +2 -2
  2. readme.txt +3 -1
  3. src/functions-blocks.php +1 -1
post-grid.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Post Grid Combo
4
  Plugin URI: https://www.pickplugins.com/post-grid
5
  Description: Post Grid Combo is extremely easy to use for creating grid-layout and post-layout. Also, we're offering many small blocks with extensive flexibility.
6
- Version: 2.2.2
7
  Author: PickPlugins
8
  Author URI: https://www.pickplugins.com/
9
  License: GPLv2 or later
@@ -28,7 +28,7 @@ if (!class_exists('PostGrid')) {
28
  define('post_grid_plugin_dir', plugin_dir_path(__FILE__));
29
  define('post_grid_plugin_basename', plugin_basename(__FILE__));
30
  define('post_grid_plugin_name', 'Post Grid Combo');
31
- define('post_grid_version', '2.2.2');
32
  define('post_grid_server_url', 'https://www.pickplugins.com/demo/post-grid/');
33
 
34
 
3
  Plugin Name: Post Grid Combo
4
  Plugin URI: https://www.pickplugins.com/post-grid
5
  Description: Post Grid Combo is extremely easy to use for creating grid-layout and post-layout. Also, we're offering many small blocks with extensive flexibility.
6
+ Version: 2.2.3
7
  Author: PickPlugins
8
  Author URI: https://www.pickplugins.com/
9
  License: GPLv2 or later
28
  define('post_grid_plugin_dir', plugin_dir_path(__FILE__));
29
  define('post_grid_plugin_basename', plugin_basename(__FILE__));
30
  define('post_grid_plugin_name', 'Post Grid Combo');
31
+ define('post_grid_version', '2.2.3');
32
  define('post_grid_server_url', 'https://www.pickplugins.com/demo/post-grid/');
33
 
34
 
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: 6.1
7
- Stable tag: 2.2.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -248,6 +248,8 @@ then paste this shortcode anywhere in your page to display grid<br />
248
  == Changelog ==
249
 
250
 
 
 
251
 
252
  = 2.2.2 =
253
  * 2022-11-30 - fix - Fatured image block - Fatured image default size issue fixed.
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: 6.1
7
+ Stable tag: 2.2.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
248
  == Changelog ==
249
 
250
 
251
+ = 2.2.3 =
252
+ * 2022-11-30 - fix - PHP fatal error fixed for block categories.
253
 
254
  = 2.2.2 =
255
  * 2022-11-30 - fix - Fatured image block - Fatured image default size issue fixed.
src/functions-blocks.php CHANGED
@@ -310,7 +310,7 @@ function post_grid_block_categories($categories, $context)
310
  'title' => __('Post Grid Combo', 'boilerplate'),
311
  ),
312
  ),
313
- $categories,
314
  );
315
  } else {
316
  return $categories;
310
  'title' => __('Post Grid Combo', 'boilerplate'),
311
  ),
312
  ),
313
+ $categories
314
  );
315
  } else {
316
  return $categories;