The Post Grid - Version 2.3.6.3

Version Description

  • Add WordPress 5.7 support
Download this release

Release Info

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

Code changes from version 2.3.6.2 to 2.3.6.3

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.6
7
- Stable tag: 2.3.6.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -140,6 +140,9 @@ For any bug or suggestion please mail support@radiustheme.com
140
 
141
  == Changelog ==
142
 
 
 
 
143
  = 2.3.6.2 =
144
  * Add WordPress 5.6 support
145
 
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.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
140
 
141
  == Changelog ==
142
 
143
+ = 2.3.6.3 =
144
+ * Add WordPress 5.7 support
145
+
146
  = 2.3.6.2 =
147
  * Add WordPress 5.6 support
148
 
languages/the-post-grid.pot CHANGED
@@ -1,4 +1,4 @@
1
- # Copyright (C) 2020 The Post Grid
2
  # This file is distributed under the same license as the The Post Grid package.
3
  msgid ""
4
  msgstr ""
1
+ # Copyright (C) 2021 The Post Grid
2
  # This file is distributed under the same license as the The Post Grid package.
3
  msgid ""
4
  msgstr ""
lib/classes/RtTpgNotice.php CHANGED
@@ -7,6 +7,7 @@ if ( ! class_exists( 'RtTpgNotice' ) ):
7
 
8
  class RtTpgNotice {
9
  public function __construct() {
 
10
  add_action( 'admin_init', function () {
11
  $current = time();
12
  if ( mktime( 0, 0, 0, 11, 26, 2020 ) <= $current && $current <= mktime( 0, 0, 0, 12, 5, 2020 ) ) {
@@ -18,6 +19,7 @@ if ( ! class_exists( 'RtTpgNotice' ) ):
18
  }
19
  }
20
  } );
 
21
  }
22
 
23
  static function notice() {
@@ -32,7 +34,7 @@ if ( ! class_exists( 'RtTpgNotice' ) ):
32
  ?>
33
  <div class="notice notice-info is-dismissible" data-rttpgdismissable="rttpg_bf_2020"
34
  style="display:grid;grid-template-columns: 100px auto;padding-top: 25px; padding-bottom: 22px;">
35
- <img alt="Smart Slider 3"
36
  src="<?php echo rtTPG()->assetsUrl . 'images/notice.png'; ?>" width="74px"
37
  height="74px" style="grid-row: 1 / 4; align-self: center;justify-self: center"/>
38
  <h3 style="margin:0;"><?php echo sprintf( '%s Black Friday Deal!!', $plugin_name ) ?></h3>
7
 
8
  class RtTpgNotice {
9
  public function __construct() {
10
+ /*
11
  add_action( 'admin_init', function () {
12
  $current = time();
13
  if ( mktime( 0, 0, 0, 11, 26, 2020 ) <= $current && $current <= mktime( 0, 0, 0, 12, 5, 2020 ) ) {
19
  }
20
  }
21
  } );
22
+ */
23
  }
24
 
25
  static function notice() {
34
  ?>
35
  <div class="notice notice-info is-dismissible" data-rttpgdismissable="rttpg_bf_2020"
36
  style="display:grid;grid-template-columns: 100px auto;padding-top: 25px; padding-bottom: 22px;">
37
+ <img alt="<?php echo esc_attr( $plugin_name ) ?>"
38
  src="<?php echo rtTPG()->assetsUrl . 'images/notice.png'; ?>" width="74px"
39
  height="74px" style="grid-row: 1 / 4; align-self: center;justify-self: center"/>
40
  <h3 style="margin:0;"><?php echo sprintf( '%s Black Friday Deal!!', $plugin_name ) ?></h3>
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.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.3.6.3
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/