What to Expect from WordPress 5.5

What to Expect from WordPress 5.5

Another WordPress release is on the horizon. It’s the second of its magnitude this year. It includes everything from new features to bug fixes and an improved developer experience. 

In this post, we discuss everything you need to know about WordPress 5.5, so you can be prepared for how these changes will your workflow and general User Experience (UX). We talk about when to expect it, the changes it will introduce, and we give you some advice for preparing for the update. We also discuss how these changes may or may not impact Beaver Builder users. Let’s go!

What to Expect from WordPress 5.5 (4 Key Updates)

WordPress 5.5 was recently released on August 11, 2020. Here are some key highlights of the update.

1. Bug Fixes for Widgets and the Block Editor

First on the list of changes is a number of bug fixes. At least 40 bugs have been addressed since the first beta version. These span widgets, build and test tools, bundled themes, the Customizer, plugins, the REST API, and more.

The Block Editor has received fixes for at least 19 bugs. Some broken widget issues (such as Archives) are also resolved.

Additionally, query handling is improved for counting revisions made to pages or posts. This addresses a bug where making multiple revisions to content eventually led to a 500 server error or the White Screen of Death (WSOD).

2. Updates and Improvements to Central WordPress Features

In addition to bug fixes, WordPress 5.5 introduces several updates and improvements to core features. For example, the Dashicon set has been upgraded.

The handling of default terms for custom taxonomies is improved. Essentially, just as there’s an Uncategorized defa ult category, you’ll be able to create default options for custom taxonomies, too.

The WordPress API endpoint is here to stay and that shows in its continual improvements. The coming update includes both new and modified endpoints. Some noteworthy ones include:

  • New endpoints to return all registered block types on a server
  • More endpoints for managing plugins
  • An endpoint for searching the block directory
  • An endpoint  for editing image attachments in the Media Library
  • Header information via the Themes endpoint

The second change is particularly exciting because it enables you to retrieve a list of all the plugins installed on a site, as well as information about specific ones. You can install, uninstall, activate, or deactivate them. Access to these functions depends on user role permissions.

There is updated styling in both the Dashboard and the Block Editor for primary and secondary buttons. Styles for disabled buttons used to be different between color schemes and buttons. This update ensures more consistent visuals.

Another noteworthy change is the default use of lazy loading for images. This technique saves bandwidth by waiting until a user’s browser viewport is at a specific position before rendering images. This means that if a user never scrolls to the point where an image is located, it won’t load. You can customize this feature using various filters.

3. New Features for Heightened Flexibility and Workflow

One particularly welcome feature in WordPress 5.5 is the ability to edit images directly in the Block editor. The new image editor enables the use of several presets for adjusting aspect ratio, zoom level, and position. This is accomplished through the WordPress REST API and the edited image is saved separately as a new attachment (i.e, the original file is not overwritten).

You can build and share predefined block layouts using block patterns. Additionally, auto-updating is available for themes and plugins, although you’ll have to go into your settings to turn this feature on.

4. An Improved Developer Experience

In WordPress 5.5, template loading functions allow arguments. Previously, developers had to rely on less-than-ideal workarounds to pass data to template files. With the update, you can pass additional arguments to matched template files using an $args parameter.

A few external libraries bundled with WordPress Core have also been updated. Some of the related improvements include:

  • PHPMailer now uses new file locations and a new namespace and includes the removal of some deprecated elements.
  • SimplePie (for RSS and Atom feeds) includes bug fixes, compatibility fixes, and support for more date formats. There have also been improvements to parsing and added support for Redis and Memcached.
  • Twemoji has been updated to support new emojis from the Unicode Consortium with 62 new emojis and 55 gender and skin-tone variants added.
  • Support for Moment.js 2.27.0.
  • Built-in Clipboard.js v2.0.6 support.

There have also been some PHP-related improvements and changes. For example, a new job was added to Core’s Travis-CI builds for automated compatibility scanning.

PHPUnit is now a requirement in the composer.json file. This is to help install Composer, which is a dependency management tool for PHP.

Another update fixes a ticket was opened nine years ago: it includes better control over the redirect_guess_404_permalink() filter. The purpose of this filter is to guess a correct URL to redirect users to when a 404 response comes through. Although this behavior worked well enough for normal users, it didn’t provide developers or plugin authors with control over the guessing logic. The solution is a pre_redirect_guess_404_permalink() filter that you can use to bypass the default logic. You can also control what kind of comparison the filter uses for guessing suggestions.

How to Get Ready for the WordPress 5.5 Update

Having learned about some of the new features and updates that come with WordPress 5.5, you might be interested in trying out the beta version. This can help you start to get a handle on some of the changes and determine if and how they might fit into your existing workflow.

Before you dive into the beta version, consider setting up a staging site on which to test it. That way, if there’s any code in WordPress 5.5 that doesn’t play well with your existing site, you won’t have to worry about it affecting your live pages.

Once you have a safe way to test the update, there are two ways to access it. You can use the WordPress Beta Tester plugin, which is available in the WordPress Plugin Directory, or you can install the beta version manually.

As WordPress is open-source, it relies on volunteers to continue improving it, so you can help out by providing feedback on features and bug fixes. If you find something broken while using the WordPress 5.5 beta version, feel free to open a ticket for it or suggest solutions.

The Impact of the WordPress 5.5 Update on Beaver Builder

As a Beaver Builder user, you likely want to know how this WordPress update affects you. 

For example, we mentioned earlier that Dashicons received an upgrade and that new icons have been added. However, this is going to be the final update to this feature because future work on the project will focus on a new icon component used by the Block Editor to support SVG icons. This is to fix the challenge of using normal icon fonts, which are essentially just “sprites” that grow in size with each new addition, even when cached well. On the other hand, using SVG icons, as the Block Editor does, only requires the inclusion of the icon itself.

Another update that affects not just Beaver Builder users but also WordPress users in general is that the new version implements native XML Sitemaps through the addition of a plugin called XML Sitemaps, which is enabled by default.

XML Sitemaps makes the following content more indexable by search engines out of the box:

  • Homepage
  • Posts page
  • Core post types (pages and posts)
  • Custom Post Types
  • Core taxonomies (tags and categories)
  • Custom taxonomies
  • Authors archives

The robots.txt file exposed by WordPress 5.5 also references the sitemap index. The initial integration of this plugin into WordPress core will fulfill minimum search engine requirements and improve discoverability for WordPress sites.

Of course, you might already be using an SEO plugin that takes care of creating and publishing a sitemap for you. However, as the WordPress community develops this plugin further, some features that are necessary to make your website search engine-ready will be available with WordPress out of the box.

Conclusion

WordPress continues to evolve with the help of developers and users. You’ll want to stay in-the-know about the latest version and what it includes so you can consider how it may affect your workflow.

The upcoming WordPress 5.5 has the following major changes:

  1. Bug fixes for widgets and the Block Editor.
  2. Updates and improvements to central WordPress features.
  3. New features for heightened flexibility and workflow.
  4. An improved developer experience.

What features from the upcoming WordPress 5.5 update are you most excited about? Share them with us in the comments section below!

It would be totally gnaw-some if you could share this post with your friends.

About Will Morris

Will Morris is a staff writer at WordCandy. When he's not writing about WordPress, he likes to gig his stand-up comedy routine on the local circuit.

4 Comments

  1. William Anderson on August 29, 2020 at 10:45 am

    I upgraded to wp 5.5. Editor stopped working along with other choices e.g. photos. It worked before I upgraded. I went through all of the plugins by uninstallling and testing. The issue has to be with 5.5. I have another website running on 5.4 and it works fine.



    • Anthony Tran on August 31, 2020 at 7:24 am

      Hi William, we have received some support tickets regarding WP 5.5 and BB compatibility. We will be pushing a version update soon.



  2. BuckyTheBeaver on September 9, 2020 at 4:42 pm

    After the WP 5.5 updgrade, I lost the Visual Editor in Beaver Builder which is a massive bummer….
    Is there any way to get it back? And, what would the process be to do so?

    Any help would be appreciated!

    Thanks!



    • Anthony Tran on September 14, 2020 at 9:09 am

      Hello, we have pushed an update to our plugin that should have resolved any issues with WP 5.5

      If you still need assistance, please submit a support ticket and our team can help look into it for you =)



Our Newsletter

Our newsletter is personally written and sent out about once a month. It's not the least bit annoying or spammy.
We promise.

Try Beaver Builder Today

It would be totally gnaw-some if you could share this post with your friends.

Related articles

How to Restrict Content in Beaver Builder

How To Add Content Restriction in Beaver Builder

Wondering how to restrict content in Beaver Builder? If you run an online business built around premium content or educational…

Read More...
Best WordPress Black Friday deals

Best WordPress Black Friday Deals (2023)

Hey Beaver Builders! Are you looking for the best WordPress deals for this holiday season and Black Friday? We reached…

Read More...
How to Redirect a WordPress Page

How to Redirect a WordPress Page (Manually and Using a Plugin)

In this article, we’ll dig into what redirects are and why you might need or want to use them. We'll...

Read More...

Join the community

We're here for you

There's a thriving community of builders and we'd love for you to join us. Come by and show off a project, network, or ask a question.

Since 2014

Build Your Website in Minutes, Not Months

Join Over 1 Million+ Websites Powered By Beaver Builder.