Version Description
- Fix php error
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 2.2.72 |
Comparing to | |
See all releases |
Code changes from version 2.2.71 to 2.2.72
- README.txt +4 -1
- lib/classes/rtTPGFrontEnd.php +0 -2
- the-post-grid.php +1 -1
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.1
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -138,6 +138,9 @@ For any bug or suggestion please mail support@radiustheme.com
|
|
138 |
|
139 |
== Changelog ==
|
140 |
|
|
|
|
|
|
|
141 |
= 2.2.71 =
|
142 |
* add javascript trigger
|
143 |
* Fix author filter
|
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.1
|
7 |
+
Stable tag: 2.2.72
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
138 |
|
139 |
== Changelog ==
|
140 |
|
141 |
+
= 2.2.72 =
|
142 |
+
* Fix php error
|
143 |
+
|
144 |
= 2.2.71 =
|
145 |
* add javascript trigger
|
146 |
* Fix author filter
|
lib/classes/rtTPGFrontEnd.php
CHANGED
@@ -4,9 +4,7 @@ if ( ! class_exists( 'rtTPGFrontEnd' ) ):
|
|
4 |
|
5 |
class rtTPGFrontEnd {
|
6 |
function __construct() {
|
7 |
-
add_action( 'wp_footer', array( $this, 'tpg_custom_css' ) );
|
8 |
add_action( 'wp_enqueue_scripts', array( $this, 'rt_tpg_enqueue_styles' ) );
|
9 |
-
|
10 |
}
|
11 |
|
12 |
function rt_tpg_enqueue_styles() {
|
4 |
|
5 |
class rtTPGFrontEnd {
|
6 |
function __construct() {
|
|
|
7 |
add_action( 'wp_enqueue_scripts', array( $this, 'rt_tpg_enqueue_styles' ) );
|
|
|
8 |
}
|
9 |
|
10 |
function rt_tpg_enqueue_styles() {
|
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.
|
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.72
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|