New features in 3.5.0.beta5
Refining the admin search
We recently released a new full admin search, allowing you to search all areas of your admin from one place. This month, we’ve spent some time refining how it works to make it more usable and more useful. The admin search is now more readily available from the sidebar, only displays a search box to make your searches more focused, and allows you to find what you need more quickly.
Better forum research with AI
The Discourse AI plugin now includes a new Forum Researcher persona. This persona comes with advanced filtering and analysis capabilities, supporting tags, categories, dates, users, and keywords. It will also more efficiently process research results, providing quicker feedback for all queries.
Making your site’s appearance easier to manage
As part of our ongoing work to improve site appearance configuration, we have released further improvement that make it easier for you to get your site looking the way you want it to. Settings for fonts and logos and now easier to find in the admin sidebar, images are easier to upload, and the new themes page loads more quickly. Along with this, we have also made changes to the setup wizard and Getting Started guide for new sites, helping admins get into their site configuration more quickly and effectively.
More developer-friendly plugin creation
A little while ago, we introduced a new type: object
schema for theme settings, allowing theme developers to store a collection of objects as JSON in the database. We have now ported this same settings schema to plugins, allowing plugin developers to take advantage of this simpler, cleaner and more usable format for storing data. See the pull request for more details.