Version Description
- Changed demo link
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 2.3.6.6 |
Comparing to | |
See all releases |
Code changes from version 2.3.6.5 to 2.3.6.6
- README.txt +7 -3
- lib/classes/rtTPGInit.php +1 -1
- the-post-grid.php +2 -2
README.txt
CHANGED
@@ -4,7 +4,7 @@ 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.7
|
7 |
-
Stable tag: 2.3.6.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Fast & Easy way to display WordPress post in Grid, List & Isotope view ( filter
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
[Plugin Demo](
|
16 |
|
17 |
The Post Grid is a fully Responsive & Mobile friendly plugin to display your page/post in Grid, List and Isotope View without any line of coding. It is fast and easy to generate grid from admin end and insert into page/post. You can Display posts by any category(s), tag(s), author(s), keyword(s) also Order posts by Id, Title, Created date, Modified date and Menu order.
|
18 |
|
@@ -141,8 +141,12 @@ For any bug or suggestion please mail support@radiustheme.com
|
|
141 |
|
142 |
== Changelog ==
|
143 |
|
|
|
|
|
|
|
144 |
= 2.3.6.5 =
|
145 |
-
*
|
|
|
146 |
|
147 |
= 2.3.6.4 =
|
148 |
* Added Image Size
|
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.7
|
7 |
+
Stable tag: 2.3.6.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
[Plugin Demo](https://www.radiustheme.com/demo/plugins/the-post-grid/) | [Documentation](https://radiustheme.com/how-to-setup-configure-the-post-grid-free-version-for-wordpress/) | [Get Pro](https://www.radiustheme.com/the-post-grid-pro-for-wordpress/)
|
16 |
|
17 |
The Post Grid is a fully Responsive & Mobile friendly plugin to display your page/post in Grid, List and Isotope View without any line of coding. It is fast and easy to generate grid from admin end and insert into page/post. You can Display posts by any category(s), tag(s), author(s), keyword(s) also Order posts by Id, Title, Created date, Modified date and Menu order.
|
18 |
|
141 |
|
142 |
== Changelog ==
|
143 |
|
144 |
+
= 2.3.6.6 =
|
145 |
+
* Changed demo link
|
146 |
+
|
147 |
= 2.3.6.5 =
|
148 |
+
* Added new icon
|
149 |
+
* Fixed image height issue
|
150 |
|
151 |
= 2.3.6.4 =
|
152 |
* Added Image Size
|
lib/classes/rtTPGInit.php
CHANGED
@@ -139,7 +139,7 @@ if (!class_exists('rtTPGInit')):
|
|
139 |
}
|
140 |
|
141 |
function rt_post_grid_marketing($links) {
|
142 |
-
$links[] = '<a target="_blank" href="' . esc_url('
|
143 |
$links[] = '<a target="_blank" href="' . esc_url('https://www.radiustheme.com/how-to-setup-configure-the-post-grid-free-version-for-wordpress/') . '">Documentation</a>';
|
144 |
$links[] = '<a target="_blank" style="color: #39b54a;font-weight: 700;" href="' . esc_url('https://www.radiustheme.com/the-post-grid-pro-for-wordpress/') . '">Get Pro</a>';
|
145 |
|
139 |
}
|
140 |
|
141 |
function rt_post_grid_marketing($links) {
|
142 |
+
$links[] = '<a target="_blank" href="' . esc_url('https://www.radiustheme.com/demo/plugins/the-post-grid/') . '">Demo</a>';
|
143 |
$links[] = '<a target="_blank" href="' . esc_url('https://www.radiustheme.com/how-to-setup-configure-the-post-grid-free-version-for-wordpress/') . '">Documentation</a>';
|
144 |
$links[] = '<a target="_blank" style="color: #39b54a;font-weight: 700;" href="' . esc_url('https://www.radiustheme.com/the-post-grid-pro-for-wordpress/') . '">Get Pro</a>';
|
145 |
|
the-post-grid.php
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: The Post Grid
|
4 |
-
* Plugin URI:
|
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.3.6.
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: The Post Grid
|
4 |
+
* Plugin URI: https://www.radiustheme.com/demo/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.3.6.6
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|