The Post Grid - Version 2.1

Version Description

  • Column 5 is add with image column
Download this release

Release Info

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

Code changes from version 2.0 to 2.1

README.txt CHANGED
@@ -3,8 +3,8 @@ 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.8
7
- Stable tag: 2.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -136,6 +136,9 @@ For any bug or suggestion please mail support@radiustheme.com
136
 
137
  == Changelog ==
138
 
 
 
 
139
  = 2.0 =
140
  * Add excerpt at isotope layout
141
 
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.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
136
 
137
  == Changelog ==
138
 
139
+ = 2.1 =
140
+ * Column 5 is add with image column
141
+
142
  = 2.0 =
143
  * Add excerpt at isotope layout
144
 
lib/classes/rtTPGOptions.php CHANGED
@@ -329,6 +329,7 @@ if ( ! class_exists( 'rtTPGOptions' ) ):
329
  2 => "Column 2",
330
  3 => "Column 3",
331
  4 => "Column 4",
 
332
  6 => "Column 6"
333
  );
334
  }
329
  2 => "Column 2",
330
  3 => "Column 3",
331
  4 => "Column 4",
332
+ 5 => "Column 5",
333
  6 => "Column 6"
334
  );
335
  }
lib/init.php CHANGED
@@ -12,7 +12,7 @@ class rtTPG
12
 
13
  $this->options = array(
14
  'settings' => 'rt_the_post_grid_settings',
15
- 'version' => '2.0',
16
  'installed_version' => 'rt_the_post_grid_current_version'
17
  );
18
  $this->defaultSettings = array(
12
 
13
  $this->options = array(
14
  'settings' => 'rt_the_post_grid_settings',
15
+ 'version' => '2.1',
16
  'installed_version' => 'rt_the_post_grid_current_version'
17
  );
18
  $this->defaultSettings = array(
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.0
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.1
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/