WordPress 6.6.2 Released with 26 Bug Fixes – WP Tavern

[ad_1] WordPress 6.6.2, released on September 10, 2024, brings 15 bug fixes to Core and 11 to the Block Editor. Led by Tonya Mork and Vicente Canales, with Aaron Jorbin mentoring the team, this is a short-cycle maintenance release ahead of WordPress 6.7, scheduled for November 12, 2024. Core Fixes  This update addresses 15 Core issues, including CSS specificity changes in certain themes and the resolution of Button Block CSS conflicts. Other notable improvements include: Global Styles now blocks empty CSS rules and malformed selectors for custom CSS for blocks. Text-wrapping issues on the About page, which caused line breaks in Japanese, have been fixed. A bug that wiped out template contents when renaming templates has been addressed. The Site Health Tool now correctly loads directory sizes. Autofocus query string parameter in the Customizer URL has been fixed.  Issues with the search functionality in the installed themes section have been resolved. Block Editor Fixes This release addresses 11 issues in the Block Editor, including improved layout style specificity in the non-iframed editor and fixes for pseudo-element selectors in custom block CSS. The release also reduces the specificity of the default featured-image block style rules and prevents the duplication of template parts in non-block-based themes. Post Editor has received multiple improvements.  Tonya Mork’s post gives the complete list of bug fixes in WordPress 6.6.2. Websites with automatic background updates will automatically get updated to WordPress 6.6.2 while others can download it from WordPress.org or update the website via the WordPress Dashboard. Category: News, WordPress [ad_2] Source link

Continue reading

Gutenberg 19.2 Released with Enhancements and Bug Fixes – WP Tavern

[ad_1] Gutenberg 19.2 was released on September 11, 2024. This latest release includes notable changes such as Block Bindings UI, enhancements to the Zoom Out mode, an experimental client-side media processing feature, and some bug fixes. Here’s a rundown of the key features and changes: Block Bindings UI Moving Out of the Experimental Phase One of the most significant updates in Gutenberg 19.2 is removing the experimental flag from the Block Bindings UI. This feature, now fully integrated into the editor, allows users to link block attributes with external data sources seamlessly. By default, only admin users can create and modify bindings, ensuring greater control and security.  Vicente Canales from the Core team has shared this video in the announcement post.  Preview Options Extensibility The new release also adds extensibility to Preview Options via the Plugin API.Plugin and theme developers can now introduce custom preview options in the block editor’s preview dropdown. This allows users to preview content in different formats or environments, offering more flexibility in how they view their creations. Enhanced Zoom Out Mode The toolbar now has an “Edit” button, making it easier to switch between modes. Users can also exit Zoom Out mode by double-clicking on blocks and the “Shuffle” block toolbar button has been removed.  Content-Only Mode Enhancements In Content-Only mode, top-level locked blocks now support block styles, providing more consistent designs. Block icons are also now displayed in the toolbar for easier identification. Experimental Client-side Media Processing Gutenberg 19.2 introduces an experimental client-side media processing feature. This reduces the server load and potentially improves performance and efficiency.  Other notable highlights include: A new reorder control is available at the field level on the new view configuration UI. The minimum supported WordPress version for Create Block is now set to 6.6. Only admin users are allowed to create and modify block bindings by default. Block editor improvements include a ‘Reset’ option for the MediaReplaceFlow component and Block Library enhancements include better handling of social icons and pagination blocks. 10 bug fixes, including a fix for pagination arrows pointing the wrong way in RTL languages and resolving an editor error in Safari caused by the checkVisibility method. There has been one reported issue with this release, where it causes problems with the Web Stories editor. WordPress Core Committer Pascal Birchler has confirmed that the issue is related to Gutenberg and not Web Stories. Interested users can also check out Riad Benguella’s post on Gutenberg development practices and common pitfalls. [ad_2] Source link

Continue reading

WordPress 6.1 RC 1 Released, Ready for Testing and Translation – WP Tavern

[ad_1] We are less than three weeks out from WordPress 6.1’s official release on November 1, 2022. RC 1 was released this week, marking the hard string freeze, which means 6.1 is ready to be translated. The features landing in this release are heavy on block and site editor improvements that will bring users a greater level of design control. Many of these features have been tested in the Gutenberg plugin but will need further testing now that they are in core, including the expanded template experience, better placeholders for blocks, new modal interfaces and preferences improvements, and updated menu management. WordPress 6.1 includes 11 releases of the Gutenberg plugin (13.1 – 14.1). If you are monitoring WordPress’ core development blog, you may have seen the deluge of dev notes coming in ahead of 6.1. A few of the highlights include the following: The WordPress 6.1 Field Guide has also been published. This guide includes all the technical details of the changes coming in the release, as well as the full collection of dev notes. There are a good number of updates that fall outside of the editor with ticket references in the Field Guide, including error logging and hooks added to wp-cron.php, database updates, addition of required attribute for required inputs on multisite site registration, updates to external libraries, REST API improvements, and many more miscellaneous core updates. Plugin and theme developers are encouraged to test their extensions against RC1 and update the “Tested up to” version in the readme file. WordPress testers who are not comfortable filing a Trac ticket for bugs should report them to the Alpha/Beta area in the support forums. [ad_2] Source link

Continue reading

Jetpack 9.9 Released With a Refreshed Image Gallery Carousel – WP Tavern

[ad_1] Today, Automattic released version 9.9 of its popular Jetpack plugin. The development team improved the modal animation and transition speed for the Instant Search module and added the Social Preview panel to the pre-publish sidebar. However, the most notable user-facing update was a refresh of its Carousel feature. The module creates a fullscreen overlay gallery of a post’s images once one is clicked. Users can enable this feature via the Jetpack > Settings > Writing page in the WordPress admin. Users can also turn on the display of EXIF data and the media attachment commenting form. Jetpack Carousel handles Image and Gallery blocks a bit differently. Regardless of whether Gallery images are linked or not, they will always be included in the image carousel when clicked. However, only Image blocks that specifically link to the attachment page are added. I have never much cared for the Jetpack Carousel feature. There were always prettier image-overlay, lightbox-type solutions out in the wild. We use the plugin here at WP Tavern, so it is just something I have learned to live with. There was no sense in installing yet another plugin when we were already using the massive mono-project to run many other features on the site. And, it generally got the job done. However, today, I can finally say that I am happy with the implementation. It is cleaner, offers a larger viewing area for individual images, and tucks unnecessary bits away for the average user. The following is a screenshot of the carousel in all its fullscreen wonder: Jetpack carousel in version 9.9. For comparison, here is what the same image slide looks like in Jetpack 9.8.1: Jetpack carousel in version 9.8.1. In the new version, the image metadata and commenting form are hidden by default. The user must click the info or comment icon buttons to slide each section open. This is a better implementation because it decreases the noise in the carousel while still making the features available for those who want them. Image metadata in the carousel. Overall, I am enjoying this update. Swiping and scrolling through the gallery feels smoother. I would love for WordPress to bring a standard set of functions and blocks for displaying media metadata to the development community. Every plugin and theme author who wants to showcase that info must build a custom system for their projects, such as formatting aperture, shutter speed, and focal length. The following is the output of an image attachment page from a theme I have worked on: Custom theme image info. There is no reason that the theme and Jetpack should be working with custom wrappers for the metadata. WordPress stores EXIF and ID3 tags automatically. It just does not expose them to developers in any meaningful way. Like this: Like Loading… [ad_2] Source link

Continue reading

WordPress 5.8 Beta 3 Released

[ad_1] Hey, WordPress fans. We are checking in with your latest dose of weekly WordPress news. This week, the WordPress 5.8 Beta 3 is out and ready for testing. 38 bugs have been fixed since the second beta release. Consider setting up a test site to play with the new features. Beyond that, Automattic has launched a new mobile app for Jetpack, available on iOS and Android. We also have some awesome tutorials and roundups for you as usual. Let’s get to all of this week’s WordPress news… WORDPRESS NEWS AND ARTICLES TUTORIALS AND HOW-TOS RESOURCES [ad_2] Source link

Continue reading