Version Description
Download this release
Release Info
Developer | techlabpro1 |
Plugin | The Post Grid |
Version | 1.9 |
Comparing to | |
See all releases |
Code changes from version 1.8 to 1.9
- README.txt +1 -1
- lib/classes/rtTPGHelper.php +1 -1
- lib/init.php +1 -1
- 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
|
6 |
Tested up to: 4.8
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
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: 1.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
lib/classes/rtTPGHelper.php
CHANGED
@@ -182,7 +182,7 @@ if(!class_exists('rtTPGHelper')):
|
|
182 |
$excerpt = strip_shortcodes( $excerpt );
|
183 |
$excerpt = preg_replace( '`[[^]]*]`', '', $excerpt );
|
184 |
$excerpt = str_replace( '…', '', $excerpt );
|
185 |
-
$excerpt = preg_replace( " ([.*?])", '', $excerpt );
|
186 |
$oldExcerpt = $excerpt;
|
187 |
if ( $type == "word" ) {
|
188 |
$limit = $limit + 1;
|
182 |
$excerpt = strip_shortcodes( $excerpt );
|
183 |
$excerpt = preg_replace( '`[[^]]*]`', '', $excerpt );
|
184 |
$excerpt = str_replace( '…', '', $excerpt );
|
185 |
+
// $excerpt = preg_replace( " ([.*?])", '', $excerpt );
|
186 |
$oldExcerpt = $excerpt;
|
187 |
if ( $type == "word" ) {
|
188 |
$limit = $limit + 1;
|
lib/init.php
CHANGED
@@ -12,7 +12,7 @@ class rtTPG
|
|
12 |
|
13 |
$this->options = array(
|
14 |
'settings' => 'rt_the_post_grid_settings',
|
15 |
-
'version' => '1.
|
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' => '1.9',
|
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: 1.
|
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: 1.9
|
8 |
* Text Domain: the-post-grid
|
9 |
* Domain Path: /languages
|
10 |
* Author URI: https://radiustheme.com/
|