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 +181 -15 1.7.2 → 3.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: 4.3
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,32 +13,41 @@
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
28 +* Define **custom images** for posts
26 29 * Add an **isotope filter** for any taxonomy
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
30 33 * Possibility to use **pagination**
34 +* Compatible with both **Classic Editor and Gutenberg** Block Editor
31 35
32 -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:
33 37
34 38 * **Limit your posts** by any taxonomy, author, date or post ID
39 +* Use a **plain text filter** for your grid
35 40 * Have **dropdown filters** for any taxonomy
36 41 * Allow for **multiselect** in the filters
42 +* Show the **post count** for the filter terms
37 43 * Extensive **Template Editor** to create any grid you want
44 +* Create a grid of your **categories or tags**
38 45 * A **Load More button** for pagination
39 46 * **Load on filter** pagination
47 +* **Infinite scroll** pagination
40 48 * Easily **clone your grids**
49 +* Order grid by **custom field**
41 50 * **Dynamically filter** grids in the shortcode
42 51
43 52 This plugin is under active development. Any feature requests are welcome!
44 53
@@ -50,29 +59,132 @@
50 59 1. Add the grid and or filter shortcode where you want them to appear
51 60
52 61 == Frequently asked questions ==
53 62
54 -= Where can I find more documenation? =
55 -[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!
56 65
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 66 = Who made this? =
62 67
63 -[BootstrappedVentures.com](http://www.bootstrappedventures.com/)
68 +[Bootstrapped Ventures](https://bootstrapped.ventures)
64 69
65 70 == Screenshots ==
66 71
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
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
72 77
73 78 == Changelog ==
74 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 +
96 += 2.8.0 =
97 +* Feature: No cache mode to improve compatibility (WPML)
98 +* Improvement: WordPress 5.0 compatibility
99 +* Improvement: Make sure grid only gets loaded once
100 +
101 += 2.7.1 =
102 +* Improvement: Privacy policy content
103 +* Fix: Isotope filter active color problem when using text search feature
104 +
105 += 2.7.0 =
106 +* Feature: Group different taxonomies on separate lines in isotope filter
107 +* Improvement: Setting to prevent cache issues when using a membership plugin
108 +* Improvement: Hook to filter query arguments when generating grid cache
109 +* Fix: Prevent SERVER_PORT warning when using WPCLI
110 +* Fix: PHP Notice in VafPress vendor
111 +
112 += 2.6.2 =
113 +* Fix: PHP 7.2 deprecated function
114 +
115 += 2.6.1 =
116 +* Fix: Deeplinking not working
117 +
118 += 2.6.0 =
119 +* Improvement: Accessibility for the isotope filter
120 +* Improvement: Performance when saving a grid with many terms
121 +* Improvement: Plugin header for translations
122 +* Fix: Prevent notice when saving grid without terms
123 +
124 += 2.5.0 =
125 +* Feature: Random order picks new random posts every load
126 +* Improvement: WordPress 4.8 compatibility
127 +* Fix: Make sure most recent version of grid is shown when scheduling posts
128 +* Fix: Show empty grid message when empty from the start
129 +
130 += 2.4.0 =
131 +* Improvement: Prevent slowdown in front-end when regenerating
132 +* Improvement: Add taxonomy classes to isotope terms
133 +* Improvement: Update Isotope library to latest version
134 +* Improvement: Prevent isotope conflicts with other plugins or themes
135 +* Fix: Compatibility with events plugin
136 +* Fix: Prevent jump to top in Firefox
137 +
138 += 2.3.1 =
139 +* Feature: Upcoming giveaway surprise
140 +* Improvement: WordPress 4.7 compatibility
141 +
142 += 2.3 =
143 +* Feature: Isotope term order options
144 +
145 += 2.2 =
146 +* Feature: Show empty terms in grid filter
147 +* Improvement: WordPress 4.6 compatibility
148 +* Improvement: Prevent scroll to top in some themes
149 +* Improvement: Setting to hide the meta box for specific post types
150 +* Fix: Scrolling to top issue in Firefox and IE
151 +* Fix: Display non-public post types in a grid
152 +
153 += 2.1 =
154 +* Feature: Show message when no items to display
155 +* Feature: Set custom link behaviour for each grid item
156 +* Improvement: Update Isotope to version 3.0.1
157 +* Improvement: Filter hooks for grid assets
158 +* Fix: Prevent scroll to top when using All filter
159 +* Fix: Image conditions when using attachments as data source
160 +* Fix: Shortcode modal compatibility issues
161 +
162 += 2.0 =
163 +* Feature: Change hide and show animation
164 +* Feature: Animation for grid container
165 +* Improvement: Use better thumbnail image if available
166 +* Improvement: Different character for deep links
167 +* Improvement: Ability to add classes to the grid item links for integration with other plugins
168 +* Improvement: Update Select2 to version 4.0.2
169 +* Fix: Problem with limit terms feature
170 +* Fix: Animation issue when using pagination
171 +* Fix: Custom links and custom images for media attachments
172 +
173 += 1.9 =
174 +* Feature: Ability to order by menu order (usually used by pages)
175 +* Improvement: scroll to grid top on page change
176 +* Fix: Shortcode editor lightbox problem with some themes
177 +* Fix: Reverted Select2 to version 4.0.0 for less CSS problems
178 +
179 += 1.8 =
180 +* Feature: Grid now works with media attachments (images on your website)
181 +* Feature: Use inverse filters, hide items on select
182 +* Feature: Set custom image to use instead of featured image
183 +* Feature: New free "Hover with Date" template
184 +* Improvement: WordPress 4.4 compatibility
185 +* Improvement: Updated Select2 to version 4.0.1
186 +
75 187 = 1.7.2 =
76 188 * Fix: Problem with some PHP versions
77 189
78 190 = 1.7.1 =
@@ -127,8 +239,62 @@
127 239 = 1.0 =
128 240 * Very first version of this plugin
129 241
130 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
252 +
253 += 2.8.0 =
254 +Update for performance improvements and better compatibility
255 +
256 += 2.7.1 =
257 +Added some privacy policy considerations
258 +
259 += 2.7.0 =
260 +Update recommended for improvements and bug fixes
261 +
262 += 2.6.2 =
263 +Update to prevent notices in PHP 7.2+
264 +
265 += 2.6.1 =
266 +Update to fix the deeplinking feature
267 +
268 += 2.6.0 =
269 +Update for improved accessibility and performance
270 +
271 += 2.5.0 =
272 +Update for a few grid fixes and WordPress 4.8 compatibility
273 +
274 += 2.4 =
275 +Update recommend for improvements and bug fixes
276 +
277 += 2.3.1 =
278 +Update for a nice upcoming giveaway surprise
279 +
280 += 2.3 =
281 +Introducting some new Premium features
282 +
283 += 2.2 =
284 +Update to ensure WordPress 4.6 compatibility
285 +
286 += 2.1 =
287 +Update to get the latest and greatest grid plugin
288 +
289 += 2.0 =
290 +Update for some great new features and improvements
291 +
292 += 1.9 =
293 +Update for better dropdowns and a few improvements
294 +
295 += 1.8 =
296 +Update for WordPress 4.4 compatibility and some great new grid features
131 297
132 298 = 1.7.2 =
133 299 Update if you're experiencing issues when editing the grid
134 300