Wordpress 5
What is new in WordPress 5.5? 7m 24s Enabling the Classic Editor 1m 35s WordPress:.org and.com 2m 52s 1. Up and Running with WordPress 1. Up and Running with WordPress. WordPress 5.5 “Eckstine” was released to the public on August 11, 2020. Check WordPress 5.5 announcement blogpost for more information on this release. For Version 5.5, the database version ( dbversion in wpoptions) updated to 48748, and the Trac revision was 48786. You can find the full list of tickets included in 5.5 on Trac. The official release of WordPress 5.5, a major update stuffed with new features and improvements. Not only does this release come with improvements to the block editor, it also allows you to edit inline images, gives you an improved content preview and much (much!) more.
- Wordpress 5.7
- Wordpress 5.6.20 Download
- Wordpress 5 Requirements
- Wordpress 5.7
- Wordpress 5.6.1
- Wordpress 5.7
Topics
The following are the various versions of WordPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version. NOTE: WordPress core developers share a love of jazz music, and since WordPress 1.0 all major releases are named in honor of jazz musicians they admire. Simple is a free WordPress theme, built by Themify, that can easily add a Shopify store on your WordPress site. That way, you can turn your WordPress site into an eCommerce store where customers can buy products without having to redirect to Shopify. It’s also flexible enough for a regular blog website or business website.
- Highlights
- Highlights from the block editor
- For developers
WordPress 5.5 “Eckstine” was released to the public on August 11, 2020. Check WordPress 5.5 announcement blogpost for more information on this release.
For Version 5.5, the database version (db_version in wp_options) updated to 48748
, and the Trac revision was 48786
.
You can find the full list of tickets included in 5.5 on Trac.
The WordPress 5.5 Field Guide has pertinent, in-depth information on the major technical changes for this release.
Installation/Update Information
To download WordPress 5.5, 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:
Wordpress 5.7
- First Steps With WordPress or Upgrading WordPress Extended
Highlights Highlights
Speed Speed
Posts and pages feel faster, thanks to lazy-loaded images.
Images give your story a lot of impact, but they can sometimes make your site seem slow.
In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading.’
On mobile, lazy loading can also keep browsers from loading files meant for other devices. That can save your readers money on data — and help preserve battery life.
Search Search
Say hello to your new sitemap.
WordPress sites work well with search engines.
Wordpress 5.6.20 Download
Now, by default, WordPress 5.5 includes an XML sitemap that helps search engines discover your most important pages from the very minute you go live.
So more people will find your site sooner, giving you more time to engage, retain and convert them to subscribers, customers or whatever fits your definition of success.
Security Security
Auto-updates for Plugins and Themes
Now you can set plugins and themes to update automatically — or not! — in the WordPress admin. So you always know your site is running the latest code available.
You can also turn auto-updates on or off for each plugin or theme you have installed — all on the same screens you’ve always used.
Update by uploading ZIP files
If updating plugins and themes manually is your thing, now that’s easier too — just upload a ZIP file.
Highlights from the block editor Highlights from the block editor
Block patterns Block patterns
New block patterns make it simple and fun to create complex, beautiful layouts, using combinations of text and media that you can mix and match to fit your story.
You will also find block patterns in a wide variety of plugins and themes, with more added all the time. Pick any of them from a single place — just click and go!
Inline image editing Inline image editing
Crop, rotate, and zoom your photos right from the image block. If you spend a lot of time on images, this could save you hours!
The New Block Directory The New Block Directory
Now it’s easier than ever to find the block you need. The new block directory is built right into the block editor, so you can install new block types to your site without ever leaving the editor.
And so much more. And so much more.
The highlights above are a tiny fraction of the new block editor features you’ve just installed. Open the block editor and enjoy!
Accessibility Accessibility
Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5.
Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.
You can also move meta boxes with the keyboard, and edit images in WordPress with your assistive device, as it can read you the instructions in the image editor.
For developers For developers
Wordpress 5 Requirements
5.5 also brings a big box of changes just for developers.
Wordpress 5.7
Server-side registered blocks in the REST API Server-side registered blocks in the REST API
The addition of block types endpoints means that JavaScript apps (like the block editor) can retrieve definitions for any blocks registered on the server.
Dashicons Dashicons
The Dashicons library has received its final update in 5.5. It adds 39 block editor icons along with 26 others.
Defining environments Defining environments
WordPress now has a standardized way to define a site’s environment type (staging, production, etc). Retrieve that type with wp_get_environment_type()
and execute only the appropriate code.
Passing data to template files Passing data to template files
The template loading functions (get_header()
, get_template_part()
, etc.) have a new $args
argument. So now you can pass an entire array’s worth of data to those templates.
More changes for developers More changes for developers
- The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.
- Now get more fine-grained control of
redirect_guess_404_permalink()
. - Sites that use PHP’s OPcache will see more reliable cache invalidation, thanks to the new
wp_opcache_invalidate()
function during updates (including to plugins and themes). - Custom post types associated with the category taxonomy can now opt-in to supporting the default term.
- Default terms can now be specified for custom taxonomies in
register_taxonomy()
. - The REST API now officially supports specifying default metadata values through
register_meta()
. - You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.
Developer notes Developer notes
Wordpress 5.6.1
There’s a lot more for developers to love in WordPress 5.5. To discover more and learn how to make these changes shine on your sites, themes, plugins and more, check the WordPress 5.5 Field Guide.
Here is the complete list of all the developer notes published:
- Accessibility:
- Auto-updates (Security):
- Changes related to the Block Editor:
- Customizer:
- Media:
- REST API:
- Options, Meta APIs
- Sitemaps
- Themes
- Other developer updates:
The squad The squad
This release was led by Matt Mullenweg, with a great squad of supporting characters:
- Release Coordinator: Jake Spurlock (@whyisjake)
- Triage PM: David Baumvald (@davidbaumwald)
- Editor Tech: Ella Van Durpe (@ellatrix)
- Editor Design: Michael Arestad (@michael-arestad)
- Core Tech: Sergey Biryukov (@sergeybiryukov)
- Media Tech: Andrew Ozz (@azaozz)
- Accessibility: Jb Audras (@audrasjb)
- Docs Coordinator: Justin Ahinon (@justinahinon)
- Marketing/Comms Coordinator: Mary Baum (@marybaum)
Thank you to all who contributed to WordPress 5.5! See the release post for the full list of contributors.