Removed suppressed deprecation notices coming from the embedded Twig library, which should also bring a minor performance improvement when using Query Monitor in the admin.
Fixed a recent compatibility issue between the Yoast SEO plugin and Toolset Types that was causing JavaScript errors when using Repeatable Field Groups.
Updated the Installer component to address issues with fetching plugin upgrades.
Prevent unnecessary notice about field group display conditions on the Add New Post page.
Prevent drafts of Views displaying on the Toolset Dashboard.
Properly handle storing original file URLs of multiple-value image fields in WordPress 5.3.
Updated the Installer component to address further WordPress 5.3 compatibility issues.
Fixed a WordPress 5.3 compatibility issue that was producing a JavaScript error on the Edit Post page.
Added “themes” to the list of keywords reserved by WordPress and display a warning on the Edit Taxonomy page if a reserved slug is used. This addresses an edge case with WordPress 5.3 and the Featured image functionality in the Block Editor.
When the Toolset Blocks plugin is active, prioritize it over Layouts on the Toolset Dashboard.
Improvements in the mechanism for translating a file URL to an attachment ID. This fixes situations when the attachment GUID doesn’t correspond to the actual file subpath for some reason. We’ve also added a Troubleshooting section that allows truncating the toolset_post_guid_id table in case some corruption has occurred and implemented another caching layer to further improve performance when rendering image fields.
Updated the Installer component to ensure compatibility with WordPress 5.3.
Adjusted styling to match the new WordPress 5.3 styling.
When saving an image field with a value that corresponds to an attachment ID, ensure that the URL corresponds to the original image version and not to a scaled-down one, which could lead to performance issues on the front-end.
Translations
Updated translation files for all supported languages.
Fixes
Fixed a cosmetic issue with checkboxes labels on the Add/Edit term page.
After saving a post in the Block Editor, show a notice about changed display conditions for field groups only if they’ve actually changed.
On the Toolset Dashboard page, don’t render links to edit taxonomies that are registered by a third party.
Fixed the way URL from a file-like custom field is translated into attachment ID when generating a preview. Also, made sure image previews don’t escape their boundaries even if a full-size image is used.
Don’t show a file upload button for custom fields when the user doesn’t have file upload permissions. Display a subtle note about upload permissions when editing file-like custom fields.
Fixed a cosmetic issue with a tooltip when using a copy of a field value from the original language post.