PluginProbe
WP Ultimate Post Grid / 3.4.0
WP Ultimate Post Grid v3.4.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 +239 -17 1.7.2 → 3.4.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: 4.3
6 +Tested up to: 5.4
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,32 +13,43 @@
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**
25 27 * Define **custom links** for posts
26 -* Add an **isotope filter** for any taxonomy
28 +* Define **custom images** for posts
29 +* Add an **isotope filter** for any taxonomy or custom field
27 30 * **Deeplinking** directly to a filtered grid
28 31 * Grids and filters can be added anywhere with **their own shortcode**
29 32 * Multiple **templates** for your grids
33 +* Extensive **Template Editor** to create any grid you want
30 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**
31 37
32 -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:
33 39
34 40 * **Limit your posts** by any taxonomy, author, date or post ID
41 +* Use a **plain text filter** for your grid
35 42 * Have **dropdown filters** for any taxonomy
43 +* Use a **checkbox filter** for any taxonomy
36 44 * Allow for **multiselect** in the filters
37 -* Extensive **Template Editor** to create any grid you want
45 +* Show the **post count** for the filter terms
46 +* Create a grid of your **categories or tags**
38 47 * A **Load More button** for pagination
39 48 * **Load on filter** pagination
49 +* **Infinite scroll** pagination
40 50 * Easily **clone your grids**
51 +* Order grid by **custom field**
41 52 * **Dynamically filter** grids in the shortcode
42 53
43 54 This plugin is under active development. Any feature requests are welcome!
44 55
@@ -50,29 +61,169 @@
50 61 1. Add the grid and or filter shortcode where you want them to appear
51 62
52 63 == Frequently asked questions ==
53 64
54 -= Where can I find more documenation? =
55 -[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!
56 67
57 -= Is this it? =
58 -
59 -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!
60 -
61 68 = Who made this? =
62 69
63 -[BootstrappedVentures.com](http://www.bootstrappedventures.com/)
70 +[Bootstrapped Ventures](https://bootstrapped.ventures)
64 71
65 72 == Screenshots ==
66 73
67 -1. Create grids for any post type and filters for any taxonomy
68 -2. Easily style the filter buttons with a preview
69 -3. Add your grid and filter to any page or post with separate shortcodes
70 -4. The result of this example
71 -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
72 79
73 80 == Changelog ==
81 += 3.4.0 =
82 +* Feature: Template Editor as part of the free plugin
83 +* Feature: Allow links for terms block in Template Editor
84 +* Improvement: Use i18n date function to make sure the date language is correct
85 +* Fix: Filter problem with multiple multi-select "OR" filters
74 86
87 += 3.3.0 =
88 +* Feature: Filter by custom fields
89 +* Improvement: Better browser compatibility
90 +* Fix: Layout with items in set number of columns not working in some themes
91 +* Fix: Icons on Manage page not showing up on some server configurations
92 +* Fix: Hustle plugin compatibility
93 +
94 += 3.2.1 =
95 +* Fix: Compatibility with Newsletter plugin
96 +
97 += 3.2.0 =
98 +* Improvement: Don't force close on save
99 +* Fix: Better compatibility with JS deferring plugins
100 +
101 += 3.1.0 =
102 +* Feature: Show filters on side of the grid
103 +* Feature: Optional labels for filters
104 +* Feature: Set border-radius for Isotope Filter and Pages Pagination
105 +* Feature: Ability to reorder filters
106 +* Feature: Option to display filters inline
107 +* Improvement: Better grid display before page has fully loaded
108 +* Improvement: Set global $post object for each grid item
109 +* Improvement: Grid post type should not be public
110 +* Improvement: Show grid name when editing
111 +* Improvement: Setting to choose what taxonomies to display the grid fields for
112 +* Fix: Hover color sticking in isotope filter because of keyboard focus
113 +
114 += 3.0.1 =
115 +* Feature: Display private posts in a grid
116 +* Fix: Images not showing correctly in Media post type grid
117 +* Fix: Not saving "Items in Rows" layout mode
118 +
119 += 3.0.0 =
120 +* Feature: Live Preview of grid when editing
121 +* Feature: Gutenberg blocks for grid and filters
122 +* Feature: Disable deeplinking per grid
123 +* Feature: Set different layout for desktop, tablet and mobile
124 +* Feature: Order terms by count
125 +* Feature: Create and combine multiple filters
126 +* Fix: Working pagination when using random order
127 +
128 += 2.8.2 =
129 +* Improvement: Combined and minified JS files
130 +* Improvement: Only load JS files on pages with a grid
131 +
132 += 2.8.1 =
133 +* Fix: ACF Compatibility problem
134 +
135 += 2.8.0 =
136 +* Feature: No cache mode to improve compatibility (WPML)
137 +* Improvement: WordPress 5.0 compatibility
138 +* Improvement: Make sure grid only gets loaded once
139 +
140 += 2.7.1 =
141 +* Improvement: Privacy policy content
142 +* Fix: Isotope filter active color problem when using text search feature
143 +
144 += 2.7.0 =
145 +* Feature: Group different taxonomies on separate lines in isotope filter
146 +* Improvement: Setting to prevent cache issues when using a membership plugin
147 +* Improvement: Hook to filter query arguments when generating grid cache
148 +* Fix: Prevent SERVER_PORT warning when using WPCLI
149 +* Fix: PHP Notice in VafPress vendor
150 +
151 += 2.6.2 =
152 +* Fix: PHP 7.2 deprecated function
153 +
154 += 2.6.1 =
155 +* Fix: Deeplinking not working
156 +
157 += 2.6.0 =
158 +* Improvement: Accessibility for the isotope filter
159 +* Improvement: Performance when saving a grid with many terms
160 +* Improvement: Plugin header for translations
161 +* Fix: Prevent notice when saving grid without terms
162 +
163 += 2.5.0 =
164 +* Feature: Random order picks new random posts every load
165 +* Improvement: WordPress 4.8 compatibility
166 +* Fix: Make sure most recent version of grid is shown when scheduling posts
167 +* Fix: Show empty grid message when empty from the start
168 +
169 += 2.4.0 =
170 +* Improvement: Prevent slowdown in front-end when regenerating
171 +* Improvement: Add taxonomy classes to isotope terms
172 +* Improvement: Update Isotope library to latest version
173 +* Improvement: Prevent isotope conflicts with other plugins or themes
174 +* Fix: Compatibility with events plugin
175 +* Fix: Prevent jump to top in Firefox
176 +
177 += 2.3.1 =
178 +* Feature: Upcoming giveaway surprise
179 +* Improvement: WordPress 4.7 compatibility
180 +
181 += 2.3 =
182 +* Feature: Isotope term order options
183 +
184 += 2.2 =
185 +* Feature: Show empty terms in grid filter
186 +* Improvement: WordPress 4.6 compatibility
187 +* Improvement: Prevent scroll to top in some themes
188 +* Improvement: Setting to hide the meta box for specific post types
189 +* Fix: Scrolling to top issue in Firefox and IE
190 +* Fix: Display non-public post types in a grid
191 +
192 += 2.1 =
193 +* Feature: Show message when no items to display
194 +* Feature: Set custom link behaviour for each grid item
195 +* Improvement: Update Isotope to version 3.0.1
196 +* Improvement: Filter hooks for grid assets
197 +* Fix: Prevent scroll to top when using All filter
198 +* Fix: Image conditions when using attachments as data source
199 +* Fix: Shortcode modal compatibility issues
200 +
201 += 2.0 =
202 +* Feature: Change hide and show animation
203 +* Feature: Animation for grid container
204 +* Improvement: Use better thumbnail image if available
205 +* Improvement: Different character for deep links
206 +* Improvement: Ability to add classes to the grid item links for integration with other plugins
207 +* Improvement: Update Select2 to version 4.0.2
208 +* Fix: Problem with limit terms feature
209 +* Fix: Animation issue when using pagination
210 +* Fix: Custom links and custom images for media attachments
211 +
212 += 1.9 =
213 +* Feature: Ability to order by menu order (usually used by pages)
214 +* Improvement: scroll to grid top on page change
215 +* Fix: Shortcode editor lightbox problem with some themes
216 +* Fix: Reverted Select2 to version 4.0.0 for less CSS problems
217 +
218 += 1.8 =
219 +* Feature: Grid now works with media attachments (images on your website)
220 +* Feature: Use inverse filters, hide items on select
221 +* Feature: Set custom image to use instead of featured image
222 +* Feature: New free "Hover with Date" template
223 +* Improvement: WordPress 4.4 compatibility
224 +* Improvement: Updated Select2 to version 4.0.1
225 +
75 226 = 1.7.2 =
76 227 * Fix: Problem with some PHP versions
77 228
78 229 = 1.7.1 =
@@ -127,8 +278,79 @@
127 278 = 1.0 =
128 279 * Very first version of this plugin
129 280
130 281 == Upgrade notice ==
282 += 3.4.0 =
283 +New Template Editor for the free plugin
284 +
285 += 3.3.0 =
286 +Better browser and theme compatibility and a brand new filter feature
287 +
288 += 3.2.1 =
289 +Improves compatibility with other plugins
290 +
291 += 3.2.0 =
292 +Smaller update that ensures better compatibility with other plugins
293 +
294 += 3.1.0 =
295 +A lot of great new features and improvements
296 +
297 += 3.0.1 =
298 +Some immediate fixes for broken features
299 +
300 += 3.0.0 =
301 +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.
302 +
303 += 2.8.2 =
304 +Some important performance improvements for the plugin assets
305 +
306 += 2.8.1 =
307 +Update recommended when using the ACF plugin
308 +
309 += 2.8.0 =
310 +Update for performance improvements and better compatibility
311 +
312 += 2.7.1 =
313 +Added some privacy policy considerations
314 +
315 += 2.7.0 =
316 +Update recommended for improvements and bug fixes
317 +
318 += 2.6.2 =
319 +Update to prevent notices in PHP 7.2+
320 +
321 += 2.6.1 =
322 +Update to fix the deeplinking feature
323 +
324 += 2.6.0 =
325 +Update for improved accessibility and performance
326 +
327 += 2.5.0 =
328 +Update for a few grid fixes and WordPress 4.8 compatibility
329 +
330 += 2.4 =
331 +Update recommend for improvements and bug fixes
332 +
333 += 2.3.1 =
334 +Update for a nice upcoming giveaway surprise
335 +
336 += 2.3 =
337 +Introducting some new Premium features
338 +
339 += 2.2 =
340 +Update to ensure WordPress 4.6 compatibility
341 +
342 += 2.1 =
343 +Update to get the latest and greatest grid plugin
344 +
345 += 2.0 =
346 +Update for some great new features and improvements
347 +
348 += 1.9 =
349 +Update for better dropdowns and a few improvements
350 +
351 += 1.8 =
352 +Update for WordPress 4.4 compatibility and some great new grid features
131 353
132 354 = 1.7.2 =
133 355 Update if you're experiencing issues when editing the grid
134 356