The Post Grid - Version 5.0.4

Version Description

  • Fixed: Cyber week notice dismiss issue
Download this release

Release Info

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

Code changes from version 5.0.3 to 5.0.4

README.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: post grid, content grid, post display, post slider, post grid elementor addon
5
  Requires at least: 4.5
6
  Tested up to: 6.1
7
- Stable tag: 5.0.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -363,6 +363,9 @@ With the Post Grid PRO, you get to use the Single Page Builder, which is based o
363
 
364
  == Changelog ==
365
 
 
 
 
366
  = 5.0.3 =
367
  * Added: All block list added in wordpress.org
368
 
4
  Tags: post grid, content grid, post display, post slider, post grid elementor addon
5
  Requires at least: 4.5
6
  Tested up to: 6.1
7
+ Stable tag: 5.0.4
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
363
 
364
  == Changelog ==
365
 
366
+ = 5.0.4 =
367
+ * Fixed: Cyber week notice dismiss issue
368
+
369
  = 5.0.3 =
370
  * Added: All block list added in wordpress.org
371
 
app/Controllers/Admin/NoticeController.php CHANGED
@@ -102,7 +102,7 @@ class NoticeController {
102
  * @return void
103
  */
104
  public static function black_friday_notice() {
105
- if ( get_option( 'rttpg_bf_2023' ) != '1' ) {
106
  self::notice();
107
  }
108
  }
102
  * @return void
103
  */
104
  public static function black_friday_notice() {
105
+ if ( get_option( 'rttpg_bf_2022' ) != '1' ) {
106
  self::notice();
107
  }
108
  }
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: 5.0.3
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/
@@ -17,7 +17,7 @@ if ( ! defined( 'ABSPATH' ) ) {
17
  exit( 'This script cannot be accessed directly.' );
18
  }
19
 
20
- define( 'RT_THE_POST_GRID_VERSION', '5.0.3' );
21
  define( 'RT_THE_POST_GRID_AUTHOR', 'RadiusTheme' );
22
  define( 'RT_THE_POST_GRID_NAME', 'The Post Grid' );
23
  define( 'RT_THE_POST_GRID_PLUGIN_FILE', __FILE__ );
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: 5.0.4
8
  * Text Domain: the-post-grid
9
  * Domain Path: /languages
10
  * Author URI: https://radiustheme.com/
17
  exit( 'This script cannot be accessed directly.' );
18
  }
19
 
20
+ define( 'RT_THE_POST_GRID_VERSION', '5.0.4' );
21
  define( 'RT_THE_POST_GRID_AUTHOR', 'RadiusTheme' );
22
  define( 'RT_THE_POST_GRID_NAME', 'The Post Grid' );
23
  define( 'RT_THE_POST_GRID_PLUGIN_FILE', __FILE__ );