Version Description
- Add New icon
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 2.3.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.3.6.4 to 2.3.6.5
- README.txt +12 -8
- assets/css/thepostgrid.css +9 -0
- assets/images/icon-16x16.png +0 -0
- assets/images/icon-18x18.png +0 -0
- assets/images/icon-20x20.png +0 -0
- assets/images/icon-32x32.png +0 -0
- assets/images/rt-tpg-menu.png +0 -0
- assets/images/rt-tpg-sc.png +0 -0
- assets/images/rt-tpg_18.png +0 -0
- assets/images/rt-tpg_32.png +0 -0
- lib/classes/rtTPGGutenBurg.php +1 -1
- lib/classes/rtTPGInit.php +1 -1
- lib/classes/rtTPGSCButton.php +1 -1
- the-post-grid.php +1 -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.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 |
|
@@ -130,16 +130,20 @@ For any bug or suggestion please mail support@radiustheme.com
|
|
130 |
== Screenshots ==
|
131 |
|
132 |
01. Layout 1
|
133 |
-
02. Layout 2
|
134 |
-
03. Layout 2
|
135 |
-
04. Layout
|
136 |
-
05.
|
137 |
-
06.
|
138 |
-
07.
|
|
|
139 |
|
140 |
|
141 |
== Changelog ==
|
142 |
|
|
|
|
|
|
|
143 |
= 2.3.6.4 =
|
144 |
* Added Image Size
|
145 |
* Fixed Shortcode Preview Icon issue
|
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.7
|
7 |
+
Stable tag: 2.3.6.5
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
130 |
== Screenshots ==
|
131 |
|
132 |
01. Layout 1
|
133 |
+
02. Layout 2 Single
|
134 |
+
03. Layout 2
|
135 |
+
04. Isotope Layout
|
136 |
+
05. Shortcode Post Source
|
137 |
+
06. Shortcode Layout Settings
|
138 |
+
07. Shortcode Field Selections
|
139 |
+
08. Shortcode Style
|
140 |
|
141 |
|
142 |
== Changelog ==
|
143 |
|
144 |
+
= 2.3.6.5 =
|
145 |
+
* Add New icon
|
146 |
+
|
147 |
= 2.3.6.4 =
|
148 |
* Added Image Size
|
149 |
* Fixed Shortcode Preview Icon issue
|
assets/css/thepostgrid.css
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
/**********************************************************************/
|
2 |
/**************************** The Post Grid ***************************/
|
3 |
/**********************************************************************/
|
|
|
|
|
|
|
|
|
|
|
4 |
.rt-tpg-container * {
|
5 |
-webkit-box-sizing: border-box;
|
6 |
-moz-box-sizing: border-box;
|
@@ -195,6 +200,10 @@
|
|
195 |
max-width: 100%;
|
196 |
}
|
197 |
|
|
|
|
|
|
|
|
|
198 |
.rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover img {
|
199 |
-webkit-transform: scale(1.1);
|
200 |
-moz-transform: scale(1.1);
|
1 |
/**********************************************************************/
|
2 |
/**************************** The Post Grid ***************************/
|
3 |
/**********************************************************************/
|
4 |
+
/*
|
5 |
+
Plugin: The Post Grid
|
6 |
+
Author: RadiusTheme
|
7 |
+
Version: 2.3.6.5
|
8 |
+
*/
|
9 |
.rt-tpg-container * {
|
10 |
-webkit-box-sizing: border-box;
|
11 |
-moz-box-sizing: border-box;
|
200 |
max-width: 100%;
|
201 |
}
|
202 |
|
203 |
+
.rt-holder .rt-img-holder img {
|
204 |
+
height: auto;
|
205 |
+
}
|
206 |
+
|
207 |
.rt-tpg-container .layout1 .rt-holder .rt-img-holder:hover img {
|
208 |
-webkit-transform: scale(1.1);
|
209 |
-moz-transform: scale(1.1);
|
assets/images/icon-16x16.png
ADDED
Binary file
|
assets/images/icon-18x18.png
ADDED
Binary file
|
assets/images/icon-20x20.png
ADDED
Binary file
|
assets/images/icon-32x32.png
ADDED
Binary file
|
assets/images/rt-tpg-menu.png
DELETED
Binary file
|
assets/images/rt-tpg-sc.png
DELETED
Binary file
|
assets/images/rt-tpg_18.png
DELETED
Binary file
|
assets/images/rt-tpg_32.png
DELETED
Binary file
|
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/
|
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/icon-16x16.png',
|
44 |
));
|
45 |
wp_enqueue_style('wp-edit-blocks');
|
46 |
}
|
lib/classes/rtTPGInit.php
CHANGED
@@ -41,7 +41,7 @@ if (!class_exists('rtTPGInit')):
|
|
41 |
'_builtin' => false,
|
42 |
'capability_type' => 'page',
|
43 |
'hierarchical' => true,
|
44 |
-
'menu_icon' => $rtTPG->assetsUrl . 'images/
|
45 |
'rewrite' => false,
|
46 |
'query_var' => $rtTPG->post_type,
|
47 |
'supports' => array(
|
41 |
'_builtin' => false,
|
42 |
'capability_type' => 'page',
|
43 |
'hierarchical' => true,
|
44 |
+
'menu_icon' => $rtTPG->assetsUrl . 'images/icon-16x16.png',
|
45 |
'rewrite' => false,
|
46 |
'query_var' => $rtTPG->post_type,
|
47 |
'supports' => array(
|
lib/classes/rtTPGSCButton.php
CHANGED
@@ -28,7 +28,7 @@ if(!class_exists('rtTPGSCButton')):
|
|
28 |
global $rtTPG;
|
29 |
echo "<style>";
|
30 |
echo "i.mce-i-rt_tpg_scg{";
|
31 |
-
echo "background: url('".$rtTPG->assetsUrl ."images/
|
32 |
echo "}";
|
33 |
echo "</style>";
|
34 |
}
|
28 |
global $rtTPG;
|
29 |
echo "<style>";
|
30 |
echo "i.mce-i-rt_tpg_scg{";
|
31 |
+
echo "background: url('".$rtTPG->assetsUrl ."images/icon-20x20.png');";
|
32 |
echo "}";
|
33 |
echo "</style>";
|
34 |
}
|
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.3.6.
|
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.3.6.5
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|