PluginProbe
WP Ultimate Post Grid / 3.0.0
WP Ultimate Post Grid v3.0.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | readme.txt +39 -15 2.8.03.0.0 View file →
@@ -2,9 +2,9 @@
2 2 Contributors: BrechtVds
3 3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QG7KZMGFU325Y
4 4 Tags: grid, isotope, filter, custom post type
5 5 Requires at least: 3.5
6 -Tested up to: 5.0
6 +Tested up to: 5.3
7 7 Stable tag: trunk
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
@@ -13,12 +13,14 @@
13 13 == Description ==
14 14
15 15 Use WP Ultimate Post Grid to create responsive grids for your posts, pages or any custom post type. Optionally add an isotope filter for any taxonomy associated with those posts.
16 16
17 -Go to our website for [documentation and video lessons on all our features](http://bootstrapped.ventures/wp-ultimate-post-grid/).
17 +> <strong>See this plugin in action!</strong><br>
18 +> Check out [demos of our grids](https://bootstrapped.ventures/wp-ultimate-post-grid/) and all of the [plugin documentation](https://help.bootstrapped.ventures/collection/7-wp-ultimate-post-grid) to learn more.
18 19
19 20 An overview of the WP Ultimate Post Grid features:
20 21
22 +* **Live Preview** while building your grid
21 23 * Use posts, pages or **custom post types** as the source
22 24 * Grids are **responsive** and will look good on any device
23 25 * Ability to set **order by** options
24 26 * Link to the actual **post or featured image**
@@ -28,10 +30,11 @@
28 30 * **Deeplinking** directly to a filtered grid
29 31 * Grids and filters can be added anywhere with **their own shortcode**
30 32 * Multiple **templates** for your grids
31 33 * Possibility to use **pagination**
34 +* Compatible with both **Classic Editor and Gutenberg** Block Editor
32 35
33 -We also have a [WP Ultimate Post Grid Premium version](http://bootstrapped.ventures/wp-ultimate-post-grid/) which offers the following features:
36 +We also have a [WP Ultimate Post Grid Premium version](https://bootstrapped.ventures/wp-ultimate-post-grid/) which offers the following features:
34 37
35 38 * **Limit your posts** by any taxonomy, author, date or post ID
36 39 * Use a **plain text filter** for your grid
37 40 * Have **dropdown filters** for any taxonomy
@@ -56,29 +59,41 @@
56 59 1. Add the grid and or filter shortcode where you want them to appear
57 60
58 61 == Frequently asked questions ==
59 62
60 -= Where can I find more documenation? =
61 -[Over here!](http://bootstrapped.ventures/wp-ultimate-post-grid/)
63 += Where can I find a demo and some more documentation? =
64 +Check out the [WP Ultimate Post Grid demo site](https://bootstrapped.ventures/wp-ultimate-post-grid/) and [WPUPG documentation](https://help.bootstrapped.ventures/collection/7-wp-ultimate-post-grid) for more information on all of the features!
62 65
63 -= Is this it? =
64 -
65 -It's still an early version of the plugin and we'll be adding new features every few weeks. Let us know what you're looking for and we might be able to include it!
66 -
67 66 = Who made this? =
68 67
69 -[BootstrappedVentures.com](http://www.bootstrappedventures.com/)
68 +[Bootstrapped Ventures](https://bootstrapped.ventures)
70 69
71 70 == Screenshots ==
72 71
73 -1. Create grids for any post type and filters for any taxonomy
74 -2. Easily style the filter buttons with a preview
75 -3. Add your grid and filter to any page or post with separate shortcodes
76 -4. The result of this example
77 -5. Everything is fully responsive
72 +1. Easily create multiple grids with Live Preview
73 +2. Use Gutenberg Blocks to add your grids to any post or page...
74 +3. ...or use the WP Ultimate Post Grid icon in the Classic Editor
75 +4. Customize the look & feel to match your website style
76 +5. Different free templates that are fully responsive and work on desktop, tablet and mobile
78 77
79 78 == Changelog ==
80 79
80 += 3.0.0 =
81 +* Feature: Live Preview of grid when editing
82 +* Feature: Gutenberg blocks for grid and filters
83 +* Feature: Disable deeplinking per grid
84 +* Feature: Set different layout for desktop, tablet and mobile
85 +* Feature: Order terms by count
86 +* Feature: Create and combine multiple filters
87 +* Fix: Working pagination when using random order
88 +
89 += 2.8.2 =
90 +* Improvement: Combined and minified JS files
91 +* Improvement: Only load JS files on pages with a grid
92 +
93 += 2.8.1 =
94 +* Fix: ACF Compatibility problem
95 +
81 96 = 2.8.0 =
82 97 * Feature: No cache mode to improve compatibility (WPML)
83 98 * Improvement: WordPress 5.0 compatibility
84 99 * Improvement: Make sure grid only gets loaded once
@@ -224,8 +239,17 @@
224 239 = 1.0 =
225 240 * Very first version of this plugin
226 241
227 242 == Upgrade notice ==
243 +
244 += 3.0.0 =
245 +WARNING: This is a complete rebuild of the plugin. Please make sure you have time to test things. The update is not irreversible but does require some attention.
246 +
247 += 2.8.2 =
248 +Some important performance improvements for the plugin assets
249 +
250 += 2.8.1 =
251 +Update recommended when using the ACF plugin
228 252
229 253 = 2.8.0 =
230 254 Update for performance improvements and better compatibility
231 255