Version Description
- 2022-12-06 - fix - purchase link issue fixed.
Download this release
Release Info
Developer | pickplugins |
Plugin | Post Grid |
Version | 2.2.9 |
Comparing to | |
See all releases |
Code changes from version 2.2.8 to 2.2.9
- includes/settings-hook.php +1 -1
- post-grid.php +2 -2
- readme.txt +4 -1
includes/settings-hook.php
CHANGED
@@ -1052,7 +1052,7 @@ function post_grid_settings_content_license_free($tab)
|
|
1052 |
|
1053 |
<div>
|
1054 |
<p class="text-lg text-red-600 my-5 font-bold">
|
1055 |
-
Your license for Post Grid plugin has expried, please <a target="_blank" class="bg-blue-600 text-white hover:text-white over:bg-blue-700 px-5 py-1" href="https://pickplugins.com/
|
1056 |
</p>
|
1057 |
</div>
|
1058 |
|
1052 |
|
1053 |
<div>
|
1054 |
<p class="text-lg text-red-600 my-5 font-bold">
|
1055 |
+
Your license for Post Grid plugin has expried, please <a target="_blank" class="bg-blue-600 text-white hover:text-white over:bg-blue-700 px-5 py-1" href="https://pickplugins.com/post-grid/purchase-license/?licenseKey=<?php echo $license_key; ?>">Renew</a>
|
1056 |
</p>
|
1057 |
</div>
|
1058 |
|
post-grid.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Post Grid Combo
|
4 |
Plugin URI: https://www.pickplugins.com/post-grid
|
5 |
Description: Post Grid Combo is extremely easy to use for creating grid-layout and post-layout. Also, we're offering many small blocks with extensive flexibility.
|
6 |
-
Version: 2.2.
|
7 |
Author: PickPlugins
|
8 |
Author URI: https://www.pickplugins.com/
|
9 |
License: GPLv2 or later
|
@@ -28,7 +28,7 @@ if (!class_exists('PostGrid')) {
|
|
28 |
define('post_grid_plugin_dir', plugin_dir_path(__FILE__));
|
29 |
define('post_grid_plugin_basename', plugin_basename(__FILE__));
|
30 |
define('post_grid_plugin_name', 'Post Grid Combo');
|
31 |
-
define('post_grid_version', '2.2.
|
32 |
define('post_grid_server_url', 'https://www.pickplugins.com/demo/post-grid/');
|
33 |
|
34 |
|
3 |
Plugin Name: Post Grid Combo
|
4 |
Plugin URI: https://www.pickplugins.com/post-grid
|
5 |
Description: Post Grid Combo is extremely easy to use for creating grid-layout and post-layout. Also, we're offering many small blocks with extensive flexibility.
|
6 |
+
Version: 2.2.9
|
7 |
Author: PickPlugins
|
8 |
Author URI: https://www.pickplugins.com/
|
9 |
License: GPLv2 or later
|
28 |
define('post_grid_plugin_dir', plugin_dir_path(__FILE__));
|
29 |
define('post_grid_plugin_basename', plugin_basename(__FILE__));
|
30 |
define('post_grid_plugin_name', 'Post Grid Combo');
|
31 |
+
define('post_grid_version', '2.2.9');
|
32 |
define('post_grid_server_url', 'https://www.pickplugins.com/demo/post-grid/');
|
33 |
|
34 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 6.1
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -248,6 +248,9 @@ then paste this shortcode anywhere in your page to display grid<br />
|
|
248 |
== Changelog ==
|
249 |
|
250 |
|
|
|
|
|
|
|
251 |
= 2.2.8 =
|
252 |
* 2022-12-05 - fix - Warning: Invalid argument supplied for foreach() fixed
|
253 |
|
4 |
Tags: post grid, grid, custom post grid, post type grid, grid display, category filter, custom post, filter, filtering, grid, layout, list, masonry, post, post filter, post layout, taxonomy, taxonomy filter,
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 6.1
|
7 |
+
Stable tag: 2.2.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
248 |
== Changelog ==
|
249 |
|
250 |
|
251 |
+
= 2.2.9 =
|
252 |
+
* 2022-12-06 - fix - purchase link issue fixed.
|
253 |
+
|
254 |
= 2.2.8 =
|
255 |
* 2022-12-05 - fix - Warning: Invalid argument supplied for foreach() fixed
|
256 |
|