<p><strong><?php_e('Posts and pages feel faster, thanks to lazy-loaded images.');?></strong></p>
<p><?php_e('Images give your story a lot of impact, but they can sometimes make your site seem slow.');?></p>
<p><?php_e('In WordPress 5.5, images wait to load until they’re just about to scroll into view. The technical term is ‘lazy loading’.');?></p>
<p><?php_e('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.');?></p>
<p><strong><?php_e('Say hello to your new sitemap.');?></strong></p>
<p><?php_e('WordPress sites work well with search engines.');?></p>
<p><?php_e('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.');?></p>
<p><?php_e('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.');?></p>
<p><strong><?php_e('Auto-updates for Plugins and Themes');?></strong></p>
<p><?php_e('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.');?></p>
<p><?php_e('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.');?></p>
<p><strong><?php_e('Update by uploading ZIP files');?></strong></p>
<p><?php_e('If updating plugins and themes manually is your thing, now that’s easier too — just upload a ZIP file.');?></p>
<figcaptionid="about-security"class="screen-reader-text"><?php_e('Video: Installed plugin screen, which shows a new column, Automatic Updates. In this column are buttons that say "Enable auto-updates". When clicked, the auto-updates feature is turned on for that plugin, and the button switches to say "Disable auto-updates".');?></figcaption>
<figcaptionid="about-block-pattern"class="screen-reader-text"><?php_e('Video: In the editor, the block inserter shows two tabs, Blocks and Patterns. The Patterns tab is selected. There are different block layouts in this tab. After scrolling through options including buttons and columns, a pattern called "Large header with a heading" is chosen. This adds a cover block, which is customized with a photo and the name of the WordPress 5.5 jazz musician.');?></figcaption>
<figcaptionid="about-image-editor"class="screen-reader-text"><?php_e('Video: An image is added with an image block. In the block toolbar, an icon called "Crop" is selected, which changes the toolbar to show image resizing tools. First, zoom is used to zoom into the center of the image. Next, aspect ratio is clicked. This shows a dropdown of common aspect ratios. Square is chosen, and the image is moved within the new square outline. The crop is completed by clicking "Apply."');?></figcaption>
<p><?php_e('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.');?></p>
<p><?php_e('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!');?></p>
<h3><?php_e('Inline image editing');?></h3>
<p><?php_e('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!');?></p>
<h3><?php_e('The New Block Directory');?></h3>
<p><?php_e('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.');?></p>
<h3><?php_e('And so much more.');?></h3>
<p><?php_e('The highlights above are a tiny fraction of the new block editor features you’ve just installed. Open the block editor and enjoy!');?></p>
<p><?php_e('Every release adds improvements to the accessible publishing experience, and that remains true for WordPress 5.5.');?></p>
<p><?php_e('Now you can copy links in media screens and modal dialogs with a button, instead of trying to highlight a line of text.');?></p>
<p><?php_e('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.');?></p>
<p><?php_e('5.5 also brings a big box of changes just for developers.');?></p>
</header>
<divclass="column">
<h3><?php_e('Server-side registered blocks in the REST API');?></h3>
<p><?php_e('The addition of block types endpoints means that JavaScript apps (like the block editor) can retrieve definitions for any blocks registered on the server.');?></p>
</div>
<divclass="column">
<h3><?php_e('Dashicons');?></h3>
<p><?php_e('The Dashicons library has received its final update in 5.5. It adds 39 block editor icons along with 26 others.');?></p>
/* translators: %s: 'wp_get_environment_type' function name. */
__('WordPress now has a standardized way to define a site’s environment type (staging, production, etc). Retrieve that type with %s and execute only the appropriate code.'),
/* translators: %1$s: 'get_header' function name, %2$s: 'get_template_part' function name, %3$s: '$args' variable name. */
__('The template loading functions (%1$s, %2$s, etc.) have a new %3$s argument. So now you can pass an entire array’s worth of data to those templates.'),
<li><?php_e('The PHPMailer library just got a major update, going from version 5.2.27 to 6.1.6.');?></li>
<li>
<?php
printf(
/* translators: %s: 'redirect_guess_404_permalink' function name. */
__('Now get more fine-grained control of %s.'),
'<code>redirect_guess_404_permalink()</code>'
);
?>
</li>
<li>
<?php
printf(
/* translators: %s: 'wp_opcache_invalidate' function name. */
__('Sites that use PHP’s OPcache will see more reliable cache invalidation, thanks to the new %s function during updates (including to plugins and themes).'),
'<code>wp_opcache_invalidate()</code>'
);
?>
</li>
<li><?php_e('Custom post types associated with the category taxonomy can now opt-in to supporting the default term.');?></li>
<li>
<?php
printf(
/* translators: %s: 'register_taxonomy' function name. */
__('Default terms can now be specified for custom taxonomies in %s.'),
'<code>register_taxonomy()</code>'
);
?>
</li>
<li>
<?php
printf(
/* translators: %s: 'register_meta' function name. */
__('The REST API now officially supports specifying default metadata values through %s.'),
'<code>register_meta()</code>'
);
?>
</li>
<li><?php_e('You will find updated versions of these bundled libraries: SimplePie, Twemoji, Masonry, imagesLoaded, getID3, Moment.js, and clipboard.js.');?></li>
/* translators: %s: WordPress 5.5 Field Guide link. */
__('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 <a href="%s">WordPress 5.5 Field Guide.</a>'),