PluginProbe
WP Ultimate Post Grid / 3.9.0
WP Ultimate Post Grid v3.9.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 +189 -17 2.8.03.9.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: 6.2
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**
@@ -23,22 +25,25 @@
23 25 * Ability to set **order by** options
24 26 * Link to the actual **post or featured image**
25 27 * Define **custom links** for posts
26 28 * Define **custom images** for posts
27 -* Add an **isotope filter** for any taxonomy
29 +* Add an **isotope filter** for any taxonomy or custom field
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
33 +* Extensive **Template Editor** to create any grid you want
31 34 * Possibility to use **pagination**
35 +* Compatible with both **Classic Editor and Gutenberg** Block Editor
36 +* Fully integrated with our WP Recipe Maker plugin for a **recipe grid**
32 37
33 -We also have a [WP Ultimate Post Grid Premium version](http://bootstrapped.ventures/wp-ultimate-post-grid/) which offers the following features:
38 +We also have a [WP Ultimate Post Grid Premium version](https://bootstrapped.ventures/wp-ultimate-post-grid/) which offers the following features:
34 39
35 40 * **Limit your posts** by any taxonomy, author, date or post ID
36 41 * Use a **plain text filter** for your grid
37 42 * Have **dropdown filters** for any taxonomy
43 +* Use a **checkbox filter** for any taxonomy
38 44 * Allow for **multiselect** in the filters
39 45 * Show the **post count** for the filter terms
40 -* Extensive **Template Editor** to create any grid you want
41 46 * Create a grid of your **categories or tags**
42 47 * A **Load More button** for pagination
43 48 * **Load on filter** pagination
44 49 * **Infinite scroll** pagination
@@ -56,29 +61,149 @@
56 61 1. Add the grid and or filter shortcode where you want them to appear
57 62
58 63 == Frequently asked questions ==
59 64
60 -= Where can I find more documenation? =
61 -[Over here!](http://bootstrapped.ventures/wp-ultimate-post-grid/)
65 += Where can I find a demo and some more documentation? =
66 +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 67
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 68 = Who made this? =
68 69
69 -[BootstrappedVentures.com](http://www.bootstrappedventures.com/)
70 +[Bootstrapped Ventures](https://bootstrapped.ventures)
70 71
71 72 == Screenshots ==
72 73
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
74 +1. Easily create multiple grids with Live Preview
75 +2. Use Gutenberg Blocks to add your grids to any post or page...
76 +3. ...or use the WP Ultimate Post Grid icon in the Classic Editor
77 +4. Customize the look & feel to match your website style
78 +5. Different free templates that are fully responsive and work on desktop, tablet and mobile
78 79
79 80 == Changelog ==
81 += 3.9.0 =
82 +* Feature: Specify WPML language you want to show in a grid
83 +* Feature: RTL Mode
84 +* Feature: Reorder taxonomies for isotope filter
85 +* Improvement: Better limiting of item content
86 +* Improvement: Set Item Image and Item Name link to open in new tab
87 +* Fix: Incorrect number of items on adaptive pages after filtering
88 +* Fix: Field match condition with empty values
89 +* Fix: Sanitization of shortcode attributes
90 +* Fix: Correct label for data source post statusses
91 +* Fix: Permissions to access manage page
92 +* Fix: Prevent PHP deprecation notice
93 +* Fix: Gutenberg deprecations
80 94
95 += 3.8.0 =
96 +* Feature: Side by Side template
97 +* Feature: Show/toggle/hide filters on different devices
98 +* Feature: New layout mode "Items in rows, forcing same height”
99 +* Feature: Use ID placeholder in template to dynamically construct shortcodes
100 +* Feature: Takeover shortcode attribute to use in theme files
101 +* Feature: Optionally set maximum number of buttons for pages pagination
102 +* Feature: Include or exclude password protected posts
103 +* Feature: General blocks for the template editor (text, link, image and icon)
104 +* Feature: Item Link block for the template editor
105 +* Feature: Display modified date in the template editor
106 +* Improvement: Ability to show pending or draft posts
107 +* Improvement: More order by options (modified, author and comment count)
108 +* Improvement: Hook to output something after specific item numbers
109 +* Fix: Grid layout in block based themes
110 +* Fix: Make sure template styling gets loaded with 0 initial posts
111 +* Fix: Prevent error when setting posts per page to 0
112 +* Fix: Prevent filters not loading when taxonomy is removed
113 +* Fix: Prevent deprecated notice related to block editor
114 +* Fix: Prevent deprecation notice related to get_users in WordPress 5.9
115 +
116 += 3.7.1 =
117 +* Fix: Filter problem with pages pagination in some edge cases
118 +* Fix: PHP Notice
119 +
120 += 3.7.0 =
121 +* Feature: Adaptive pages pagination
122 +* Feature: Support for different ACF field types in the Template Editor
123 +* Feature: Set nopin attribute for images in the Template Editor
124 +* Feature: Index template
125 +* Improvement: Option to ignore HTML when using the limit text feature
126 +* Improvement: Setting to prevent lazy image loading
127 +* Improvement: Filter hook for term name output
128 +* Fix: Prevent incorrect query warning
129 +
130 += 3.6.0 =
131 +* Feature: Clear all selections button
132 +* Feature: Output ItemList metadata for grid items
133 +* Feature: Change term order in Template Editor
134 +* Improvement: Trigger global JS event on grid init
135 +* Fix: Filter problem with non-latin characters
136 +* Fix: Sticky hover button color on mobile
137 +* Fix: Wishlist Member compatibility problem
138 +
139 += 3.5.1 =
140 +* Fix: Filters not working correctly in some environments
141 +* Fix: Plugin sidebar problem in Gutenberg after unpinning
142 +
143 += 3.5.0 =
144 +* Feature: New free Ruled template
145 +* Feature: Block display style for item terms
146 +* Feature: Show author image in template editor
147 +* Feature: Link item image in template editor
148 +* Feature: Spacer block for template editor
149 +* Improvement: Major performance boost for filters
150 +* Fix: Prevent PHP notices in WordPress 5.5
151 +
152 += 3.4.0 =
153 +* Feature: Template Editor as part of the free plugin
154 +* Feature: Allow links for terms block in Template Editor
155 +* Improvement: Use i18n date function to make sure the date language is correct
156 +* Fix: Filter problem with multiple multi-select "OR" filters
157 +
158 += 3.3.0 =
159 +* Feature: Filter by custom fields
160 +* Improvement: Better browser compatibility
161 +* Fix: Layout with items in set number of columns not working in some themes
162 +* Fix: Icons on Manage page not showing up on some server configurations
163 +* Fix: Hustle plugin compatibility
164 +
165 += 3.2.1 =
166 +* Fix: Compatibility with Newsletter plugin
167 +
168 += 3.2.0 =
169 +* Improvement: Don't force close on save
170 +* Fix: Better compatibility with JS deferring plugins
171 +
172 += 3.1.0 =
173 +* Feature: Show filters on side of the grid
174 +* Feature: Optional labels for filters
175 +* Feature: Set border-radius for Isotope Filter and Pages Pagination
176 +* Feature: Ability to reorder filters
177 +* Feature: Option to display filters inline
178 +* Improvement: Better grid display before page has fully loaded
179 +* Improvement: Set global $post object for each grid item
180 +* Improvement: Grid post type should not be public
181 +* Improvement: Show grid name when editing
182 +* Improvement: Setting to choose what taxonomies to display the grid fields for
183 +* Fix: Hover color sticking in isotope filter because of keyboard focus
184 +
185 += 3.0.1 =
186 +* Feature: Display private posts in a grid
187 +* Fix: Images not showing correctly in Media post type grid
188 +* Fix: Not saving "Items in Rows" layout mode
189 +
190 += 3.0.0 =
191 +* Feature: Live Preview of grid when editing
192 +* Feature: Gutenberg blocks for grid and filters
193 +* Feature: Disable deeplinking per grid
194 +* Feature: Set different layout for desktop, tablet and mobile
195 +* Feature: Order terms by count
196 +* Feature: Create and combine multiple filters
197 +* Fix: Working pagination when using random order
198 +
199 += 2.8.2 =
200 +* Improvement: Combined and minified JS files
201 +* Improvement: Only load JS files on pages with a grid
202 +
203 += 2.8.1 =
204 +* Fix: ACF Compatibility problem
205 +
81 206 = 2.8.0 =
82 207 * Feature: No cache mode to improve compatibility (WPML)
83 208 * Improvement: WordPress 5.0 compatibility
84 209 * Improvement: Make sure grid only gets loaded once
@@ -224,8 +349,55 @@
224 349 = 1.0 =
225 350 * Very first version of this plugin
226 351
227 352 == Upgrade notice ==
353 += 3.9.0 =
354 +Update to ensure WordPress 6.2 compatibility and get some new features and improvements
355 +
356 += 3.8.0 =
357 +Lots of new features and improvements and compatibility with block-based themes
358 +
359 += 3.7.1 =
360 +Prevent issues in some edge cases
361 +
362 += 3.7.0 =
363 +Some great new features and improvements
364 +
365 += 3.6.0 =
366 +Update for better compatibility and some new features
367 +
368 += 3.5.1 =
369 +Update to prevent filter problems
370 +
371 += 3.5.0 =
372 +Update for a major performance improvement and some new template features
373 +
374 += 3.4.0 =
375 +New Template Editor for the free plugin
376 +
377 += 3.3.0 =
378 +Better browser and theme compatibility and a brand new filter feature
379 +
380 += 3.2.1 =
381 +Improves compatibility with other plugins
382 +
383 += 3.2.0 =
384 +Smaller update that ensures better compatibility with other plugins
385 +
386 += 3.1.0 =
387 +A lot of great new features and improvements
388 +
389 += 3.0.1 =
390 +Some immediate fixes for broken features
391 +
392 += 3.0.0 =
393 +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.
394 +
395 += 2.8.2 =
396 +Some important performance improvements for the plugin assets
397 +
398 += 2.8.1 =
399 +Update recommended when using the ACF plugin
228 400
229 401 = 2.8.0 =
230 402 Update for performance improvements and better compatibility
231 403