PluginProbe
WP Ultimate Post Grid / 4.0.1
WP Ultimate Post Grid v4.0.1
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 +304 -18 2.3 → 4.0.1 View file →
@@ -2,10 +2,10 @@
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: 4.6
7 -Stable tag: trunk
6 +Tested up to: 6.9
7 +Stable tag: 4.0.1
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
11 11 Easily create filterable responsive grids for your posts, pages or custom post types
@@ -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,221 @@
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 += 4.0.1 =
82 +* Improvement: WordPress 6.8 compatibility
83 +* Fix: Random order inconsistent when using pagination
84 +* Fix: Loading translations too early
80 85
86 += 4.0.0 =
87 +* Feature: Option to have an empty grid when no filter selections have been made
88 +* Feature: Set nofollow attribute for custom links
89 +* Feature: Scroll down to grid on deeplink
90 +* Improvement: Extra icons for the Template Editor
91 +* Fix: Sanitization of the align attribute
92 +* Fix: Adaptive pages issue when ordering by random in a descending order
93 +
94 += 3.9.3 =
95 +* Fix: Search filter not working with some pagination options when all items had been loaded
96 +
97 += 3.9.2 =
98 +* Feature: Fuzzy matching for custom field filter
99 +* Fix: Prevent misuse of tag attribute in shortcodes
100 +* Fix: Prevent API call if all items have already been loaded
101 +* Fix: Shortcodes inside of template conditions
102 +* Fix: Transition CSS missing unit
103 +
104 += 3.9.1 =
105 +* Fix: Some pages not loading correctly when using adaptive pages pagination
106 +
107 += 3.9.0 =
108 +* Feature: Specify WPML language you want to show in a grid
109 +* Feature: RTL Mode
110 +* Feature: Reorder taxonomies for isotope filter
111 +* Improvement: Better limiting of item content
112 +* Improvement: Set Item Image and Item Name link to open in new tab
113 +* Fix: Incorrect number of items on adaptive pages after filtering
114 +* Fix: Field match condition with empty values
115 +* Fix: Sanitization of shortcode attributes
116 +* Fix: Correct label for data source post statusses
117 +* Fix: Permissions to access manage page
118 +* Fix: Prevent PHP deprecation notice
119 +* Fix: Gutenberg deprecations
120 +
121 += 3.8.0 =
122 +* Feature: Side by Side template
123 +* Feature: Show/toggle/hide filters on different devices
124 +* Feature: New layout mode "Items in rows, forcing same height”
125 +* Feature: Use ID placeholder in template to dynamically construct shortcodes
126 +* Feature: Takeover shortcode attribute to use in theme files
127 +* Feature: Optionally set maximum number of buttons for pages pagination
128 +* Feature: Include or exclude password protected posts
129 +* Feature: General blocks for the template editor (text, link, image and icon)
130 +* Feature: Item Link block for the template editor
131 +* Feature: Display modified date in the template editor
132 +* Improvement: Ability to show pending or draft posts
133 +* Improvement: More order by options (modified, author and comment count)
134 +* Improvement: Hook to output something after specific item numbers
135 +* Fix: Grid layout in block based themes
136 +* Fix: Make sure template styling gets loaded with 0 initial posts
137 +* Fix: Prevent error when setting posts per page to 0
138 +* Fix: Prevent filters not loading when taxonomy is removed
139 +* Fix: Prevent deprecated notice related to block editor
140 +* Fix: Prevent deprecation notice related to get_users in WordPress 5.9
141 +
142 += 3.7.1 =
143 +* Fix: Filter problem with pages pagination in some edge cases
144 +* Fix: PHP Notice
145 +
146 += 3.7.0 =
147 +* Feature: Adaptive pages pagination
148 +* Feature: Support for different ACF field types in the Template Editor
149 +* Feature: Set nopin attribute for images in the Template Editor
150 +* Feature: Index template
151 +* Improvement: Option to ignore HTML when using the limit text feature
152 +* Improvement: Setting to prevent lazy image loading
153 +* Improvement: Filter hook for term name output
154 +* Fix: Prevent incorrect query warning
155 +
156 += 3.6.0 =
157 +* Feature: Clear all selections button
158 +* Feature: Output ItemList metadata for grid items
159 +* Feature: Change term order in Template Editor
160 +* Improvement: Trigger global JS event on grid init
161 +* Fix: Filter problem with non-latin characters
162 +* Fix: Sticky hover button color on mobile
163 +* Fix: Wishlist Member compatibility problem
164 +
165 += 3.5.1 =
166 +* Fix: Filters not working correctly in some environments
167 +* Fix: Plugin sidebar problem in Gutenberg after unpinning
168 +
169 += 3.5.0 =
170 +* Feature: New free Ruled template
171 +* Feature: Block display style for item terms
172 +* Feature: Show author image in template editor
173 +* Feature: Link item image in template editor
174 +* Feature: Spacer block for template editor
175 +* Improvement: Major performance boost for filters
176 +* Fix: Prevent PHP notices in WordPress 5.5
177 +
178 += 3.4.0 =
179 +* Feature: Template Editor as part of the free plugin
180 +* Feature: Allow links for terms block in Template Editor
181 +* Improvement: Use i18n date function to make sure the date language is correct
182 +* Fix: Filter problem with multiple multi-select "OR" filters
183 +
184 += 3.3.0 =
185 +* Feature: Filter by custom fields
186 +* Improvement: Better browser compatibility
187 +* Fix: Layout with items in set number of columns not working in some themes
188 +* Fix: Icons on Manage page not showing up on some server configurations
189 +* Fix: Hustle plugin compatibility
190 +
191 += 3.2.1 =
192 +* Fix: Compatibility with Newsletter plugin
193 +
194 += 3.2.0 =
195 +* Improvement: Don't force close on save
196 +* Fix: Better compatibility with JS deferring plugins
197 +
198 += 3.1.0 =
199 +* Feature: Show filters on side of the grid
200 +* Feature: Optional labels for filters
201 +* Feature: Set border-radius for Isotope Filter and Pages Pagination
202 +* Feature: Ability to reorder filters
203 +* Feature: Option to display filters inline
204 +* Improvement: Better grid display before page has fully loaded
205 +* Improvement: Set global $post object for each grid item
206 +* Improvement: Grid post type should not be public
207 +* Improvement: Show grid name when editing
208 +* Improvement: Setting to choose what taxonomies to display the grid fields for
209 +* Fix: Hover color sticking in isotope filter because of keyboard focus
210 +
211 += 3.0.1 =
212 +* Feature: Display private posts in a grid
213 +* Fix: Images not showing correctly in Media post type grid
214 +* Fix: Not saving "Items in Rows" layout mode
215 +
216 += 3.0.0 =
217 +* Feature: Live Preview of grid when editing
218 +* Feature: Gutenberg blocks for grid and filters
219 +* Feature: Disable deeplinking per grid
220 +* Feature: Set different layout for desktop, tablet and mobile
221 +* Feature: Order terms by count
222 +* Feature: Create and combine multiple filters
223 +* Fix: Working pagination when using random order
224 +
225 += 2.8.2 =
226 +* Improvement: Combined and minified JS files
227 +* Improvement: Only load JS files on pages with a grid
228 +
229 += 2.8.1 =
230 +* Fix: ACF Compatibility problem
231 +
232 += 2.8.0 =
233 +* Feature: No cache mode to improve compatibility (WPML)
234 +* Improvement: WordPress 5.0 compatibility
235 +* Improvement: Make sure grid only gets loaded once
236 +
237 += 2.7.1 =
238 +* Improvement: Privacy policy content
239 +* Fix: Isotope filter active color problem when using text search feature
240 +
241 += 2.7.0 =
242 +* Feature: Group different taxonomies on separate lines in isotope filter
243 +* Improvement: Setting to prevent cache issues when using a membership plugin
244 +* Improvement: Hook to filter query arguments when generating grid cache
245 +* Fix: Prevent SERVER_PORT warning when using WPCLI
246 +* Fix: PHP Notice in VafPress vendor
247 +
248 += 2.6.2 =
249 +* Fix: PHP 7.2 deprecated function
250 +
251 += 2.6.1 =
252 +* Fix: Deeplinking not working
253 +
254 += 2.6.0 =
255 +* Improvement: Accessibility for the isotope filter
256 +* Improvement: Performance when saving a grid with many terms
257 +* Improvement: Plugin header for translations
258 +* Fix: Prevent notice when saving grid without terms
259 +
260 += 2.5.0 =
261 +* Feature: Random order picks new random posts every load
262 +* Improvement: WordPress 4.8 compatibility
263 +* Fix: Make sure most recent version of grid is shown when scheduling posts
264 +* Fix: Show empty grid message when empty from the start
265 +
266 += 2.4.0 =
267 +* Improvement: Prevent slowdown in front-end when regenerating
268 +* Improvement: Add taxonomy classes to isotope terms
269 +* Improvement: Update Isotope library to latest version
270 +* Improvement: Prevent isotope conflicts with other plugins or themes
271 +* Fix: Compatibility with events plugin
272 +* Fix: Prevent jump to top in Firefox
273 +
274 += 2.3.1 =
275 +* Feature: Upcoming giveaway surprise
276 +* Improvement: WordPress 4.7 compatibility
277 +
81 278 = 2.3 =
82 279 * Feature: Isotope term order options
83 280
84 281 = 2.2 =
@@ -178,8 +375,97 @@
178 375 = 1.0 =
179 376 * Very first version of this plugin
180 377
181 378 == Upgrade notice ==
379 += 4.0.1 =
380 +Update to ensure compatibility with WordPress 6.8
381 +
382 += 4.0.0 =
383 +Some great new features and improvements
384 +
385 += 3.9.3 =
386 +Update when using the search filter
387 +
388 += 3.9.2 =
389 +Prevent potential misuse or shortcodes by logged in users
390 +
391 += 3.9.1 =
392 +Prevent issue with some pages not loading when using the adaptive pages pagination
393 +
394 += 3.9.0 =
395 +Update to ensure WordPress 6.2 compatibility and get some new features and improvements
396 +
397 += 3.8.0 =
398 +Lots of new features and improvements and compatibility with block-based themes
399 +
400 += 3.7.1 =
401 +Prevent issues in some edge cases
402 +
403 += 3.7.0 =
404 +Some great new features and improvements
405 +
406 += 3.6.0 =
407 +Update for better compatibility and some new features
408 +
409 += 3.5.1 =
410 +Update to prevent filter problems
411 +
412 += 3.5.0 =
413 +Update for a major performance improvement and some new template features
414 +
415 += 3.4.0 =
416 +New Template Editor for the free plugin
417 +
418 += 3.3.0 =
419 +Better browser and theme compatibility and a brand new filter feature
420 +
421 += 3.2.1 =
422 +Improves compatibility with other plugins
423 +
424 += 3.2.0 =
425 +Smaller update that ensures better compatibility with other plugins
426 +
427 += 3.1.0 =
428 +A lot of great new features and improvements
429 +
430 += 3.0.1 =
431 +Some immediate fixes for broken features
432 +
433 += 3.0.0 =
434 +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.
435 +
436 += 2.8.2 =
437 +Some important performance improvements for the plugin assets
438 +
439 += 2.8.1 =
440 +Update recommended when using the ACF plugin
441 +
442 += 2.8.0 =
443 +Update for performance improvements and better compatibility
444 +
445 += 2.7.1 =
446 +Added some privacy policy considerations
447 +
448 += 2.7.0 =
449 +Update recommended for improvements and bug fixes
450 +
451 += 2.6.2 =
452 +Update to prevent notices in PHP 7.2+
453 +
454 += 2.6.1 =
455 +Update to fix the deeplinking feature
456 +
457 += 2.6.0 =
458 +Update for improved accessibility and performance
459 +
460 += 2.5.0 =
461 +Update for a few grid fixes and WordPress 4.8 compatibility
462 +
463 += 2.4 =
464 +Update recommend for improvements and bug fixes
465 +
466 += 2.3.1 =
467 +Update for a nice upcoming giveaway surprise
182 468
183 469 = 2.3 =
184 470 Introducting some new Premium features
185 471