| @@ -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.4 | |
| 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 | |
| @@ -77,8 +77,79 @@ | ||
| 77 | 77 | 4. Customize the look & feel to match your website style |
| 78 | 78 | 5. Different free templates that are fully responsive and work on desktop, tablet and mobile |
| 79 | 79 | |
| 80 | 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 | |
| 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 | + | |
| 81 | 152 | = 3.4.0 = |
| 82 | 153 | * Feature: Template Editor as part of the free plugin |
| 83 | 154 | * Feature: Allow links for terms block in Template Editor |
| 84 | 155 | * Improvement: Use i18n date function to make sure the date language is correct |
| @@ -278,8 +349,29 @@ | ||
| 278 | 349 | = 1.0 = |
| 279 | 350 | * Very first version of this plugin |
| 280 | 351 | |
| 281 | 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 | + | |
| 282 | 374 | = 3.4.0 = |
| 283 | 375 | New Template Editor for the free plugin |
| 284 | 376 | |
| 285 | 377 | = 3.3.0 = |