The Post Grid - Version 2.2.62

Version Description

  • Wordpress 5 compatibility
Download this release

Release Info

Developer techlabpro1
Plugin Icon 128x128 The Post Grid
Version 2.2.62
Comparing to
See all releases

Code changes from version 2.2.61 to 2.2.62

README.txt CHANGED
@@ -2,11 +2,11 @@
2
  Contributors: techlabpro1
3
  Donate link:
4
  Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
5
- Requires at least: 4
6
- Tested up to: 4.9
7
- Stable tag: 2.2.61
8
- License: GPLv2 or later
9
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
  Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
12
 
@@ -138,6 +138,9 @@ For any bug or suggestion please mail support@radiustheme.com
138
 
139
  == Changelog ==
140
 
 
 
 
141
  = 2.2.61 =
142
  * Add Gutenberg support
143
 
2
  Contributors: techlabpro1
3
  Donate link:
4
  Tags: post grid, content grid, post display, post format, post view, blog display, news display, post
5
+ Requires at least: 4.5
6
+ Tested up to: 5.0
7
+ Stable tag: 2.2.62
8
+ License: GPLv3
9
+ License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
12
 
138
 
139
  == Changelog ==
140
 
141
+ = 2.2.62 =
142
+ * Wordpress 5 compatibility
143
+
144
  = 2.2.61 =
145
  * Add Gutenberg support
146
 
lib/classes/rtTPGGutenBurg.php CHANGED
@@ -40,7 +40,7 @@ if (!class_exists('rtTPGGutenBurg')):
40
  );
41
  wp_localize_script('rt-tpg-cgb-block-js', 'rttpgGB', array(
42
  'short_codes' => $rtTPG->getAllTPGShortCodeList(),
43
- 'icon' => $rtTPG->assetsUrl . 'images/rt-tgp-menu.png',
44
  ));
45
  wp_enqueue_style('wp-edit-blocks');
46
  }
40
  );
41
  wp_localize_script('rt-tpg-cgb-block-js', 'rttpgGB', array(
42
  'short_codes' => $rtTPG->getAllTPGShortCodeList(),
43
+ 'icon' => $rtTPG->assetsUrl . 'images/rt-tpg-menu.png',
44
  ));
45
  wp_enqueue_style('wp-edit-blocks');
46
  }
the-post-grid.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
5
  * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
6
  * Author: RadiusTheme
7
- * Version: 2.2.61
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/
4
  * Plugin URI: http://demo.radiustheme.com/wordpress/plugins/the-post-grid/
5
  * Description: Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter by category, tag, author..) without a single line of coding.
6
  * Author: RadiusTheme
7
+ * Version: 2.2.62
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/