1. Wordpress 5.7 Update
  2. Wordpress 5.7 Https
  3. Wordpress 5.7.1
  4. Wordpress 5.7 Issues

WordPress 5.7.1 State-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. Create a free website or build a blog with ease on WordPress.com. Dozens of free, customizable, mobile-ready designs and themes. Free hosting and support. An Easier Way to Send Password Reset Emails/Links. If you are an administrator for. WordPress 5.7 will automatically add lazy load to iframe embeds. Lazy Loading is a technique used to improve website speed during a page load. It basically tells the user’s browser to load an item when it is viewed. WordPress already uses lazy loading for images by default since WordPress 5.5.

Topics

  • Highlights

WordPress 5.7 “Esperanza” was released to the public on March 9, 2021. Check WordPress 5.7 announcement for more information on this release.

For Version 5.7, the database version (db_version in wp_options) updated to 49752, and the Trac revision was 50513.

You can find the full list of tickets included in 5.7 on Trac.

The WordPress 5.7 Field Guide has pertinent, in-depth information on the major technical changes for this release.

Installation/Update Information Installation/Update Information

To download WordPress 5.7, update automatically from the Dashboard > Updates menu in your site’s admin area or visit the release archive.

For step-by-step instructions on installing and updating WordPress:

If you’re new to WordPress, you’ll want to start by reading these:

  • First Steps With WordPress or Upgrading WordPress Extended

Highlights Highlights

5.7

With this new version, WordPress brings you fresh colors. The editor helps you work in a few places you couldn’t before—at least, not without getting into code or hiring a pro. The controls you use most, like changing font sizes, are in more places—right where you need them. And layout changes that should be simple, like full-height images, are even simpler to make.

Block Editor changes Block Editor changes

Font-size adjustment in more places: now, font-size controls are right where you need them in the List and Code blocks. No more trekking to another screen to make that single change!

Reusable blocks: several enhancements make reusable blocks more stable and easier to use. And now they save automatically with the post when you click the Update button.

Inserter drag-and-drop: drag blocks and block patterns from the inserter right into your post.

Full-height alignment: have you ever wanted to make a block, like the Cover block, fill the whole window? Now you can.

Buttons block: now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.

Social Icons block: now you can change the size of the icons.

Many many other enhancements and bug fixes: To see all of the features for each release in detail check out the Gutenberg release posts: 9.3, 9.4, 9.5, 9.6, 9.7, 9.8, and 9.9.

WP Admin: A new color palette WP Admin: A new color palette

This new streamlined color palette collapses all the colors that used to be in the WordPress source code down to seven core colors and a range of 56 shades that meet the WCAG 2.0 AA recommended contrast ratio against white or black.

The colors are perceptually uniform from light to dark in each range, which means they start at white and get darker by the same amount with each step. Half the range has a 4.5 or higher contrast ratio against black, and the other half maintains the same contrast against white.

Find the new palette in the default WordPress Dashboard color scheme, and use it when you’re building themes, plugins, or any other components. For all the details, check out the Color Palette dev note.

From HTTP to HTTPS in a single click From HTTP to HTTPS in a single click

Starting now, switching a site from HTTP to HTTPS is a one-click move. WordPress will automatically update database URLs when you make the switch. No more hunting and guessing!

New Robots API New Robots API

The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the max-image-preview: large directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked not-public).

Ongoing cleanup after update to jQuery 3.5.1 Ongoing cleanup after update to jQuery 3.5.1

For years jQuery helped make things move on the screen in ways the basic tools couldn’t—but that keeps changing, and so does jQuery.

In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.

Lazy-load your iframes Lazy-load your iframes

Now it’s simple to let iframes lazy-load. By default, WordPress will add a loading='lazy' attribute to iframe tags when both width and height are specified.

Wordpress 5.7 Update

Check out the Field Guide Check out the Field Guide

Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of: WordPress 5.7 Field Guide

The squad The squad

Wordpress 5.7 Https

WordPress 5.7 comes to you from an experienced release squad:

  • Release Lead: Matt Mullenweg
  • Triage Lead: Tonya Mork
  • Release Coordinator: Ebonie Butler
  • Core Tech Lead: Sergey Biryukov
  • Editor Tech Lead: Robert Anderson
  • Accessibility Lead: Sarah Ricker
  • Design Lead: Tim Hengeveld
  • Documentation Lead: Jb Audras
  • Test Lead: Monika Rao

Wordpress 5.7.1

Thank you to all who contributed to WordPress 5.7! See the release post for the full list of contributors.

List of files revised List of files revised

Updated packages Updated packages

Take the pain out of building site search with the Algolia hosted API. Start free now!

WordPress core is making the jump from jQuery 1.12.4 to jQuery 3.5.1! This is a big deal for lots of reasons — like modern features, better DX, and security improvements to name a few. Right now, the plan is to release the update in WordPress 5.7, which is slated to release on March 9. 🤞

WordPress is notorious for its backwards compatibility and you could say this change is a relic of that philosophy. A line has been drawn in the sand when it comes to jQuery, and 1.x ain’t a part of plans moving forward. But it also represents a breaking change, and that’s sorta rare in the WordPress world. Because WordPress ships with jQuery installed, many developers call that version of it rather than re-installing it in another location. That includes lots of theme and plugin developers, all of whom now need to make sure their code is compatible with jQuery 3.x.

Not doing so could result in lots on borked sites. But, hey, we have about a month left to work on it, right?

The change has actually been in the works for some time. The work began in WordPress 5.5, and 5.7 is technically the third of three phases. WordPress 5.6 is where the Core Team bumped jQuery up to version 3.5.1 and updated jQuery Migrate to help developers revert back to legacy jQuery, if needed. In other words, this has been a super methodical approach. The Core Team deserves a lot of kudos for that, including all of the communications that have gone out about the change.

I wrote something up about the transition a couple of weeks ago, including a sort of how-to for testing things in advance, and troubleshooting issues after the fact. It’s aimed at beginners, but maybe you’ll find it helpful too. Make WordPress Support has its own thorough article as well, and it calls out a plugin that the WordPress team made just for this transition. It’s pretty sweet: it can roll your site back to jQuery1.x automatically if it detects a fail. It also documents those fails and sends notifications when they happen.

Wordpress 5.7 Issues

The key is to start testing now in WordPress 5.6. The plan is to disable jQuery Migrate in WordPress 5.7, so waiting for that release is too late. If you do wait that long and find issues, your best path forward is likely to roll back to 5.6 anyway to take advantage of jQuery Migrate and the helper plugin.