Versie 7.1 van WordPress is uitgekomen. Met dit programma, dat onder een GPL-licentie beschikbaar wordt gesteld, is het mogelijk om een website of blog op te zetten en bij te houden. WordPress is eenvoudig in te stellen en kan binnen vijf minuten draaien mits er al een server met PHP en MySQL beschikbaar is. Er zijn mogelijkheden om de functionaliteit van WordPress verder uit te breiden met plug-ins en het uiterlijk met thema's aan te passen. De releasenotes voor versie 7.1 "Mary Lou" kunnen hieronder worden gevonden.
Apply responsive styles
Style your content your way, on every screen.WordPress 7.1 brings more responsive controls directly into the Site Editor. Style how a block looks at different screen sizes from Global Styles or in individual block settings, without custom CSS. You can also preview your changes at different viewport sizes as you work, making it straightforward to build layouts that adapt to the way people browse the web.
Admin bar, now in every editor
Consistent navigation, from dashboard to editor.The WordPress admin bar now stays with you as you move across all editors, so you always know where you are and have easy access to familiar tools. The admin bar also features some small visual updates to more fully polish the experience.
A new way to crop
One dedicated workflow for editing your images.A new media editor modal replaces the previous inline cropping tool, bringing together freeform and aspect-ratio cropping, horizontal and vertical flipping, precise rotation control, and metadata editing together in one place. The familiar Crop button still gets you there.
Inline notes with mentions and rich text
More ways to leave feedback.Notes now support rich text and mentions, making it easier to leave clear feedback and loop in the right people. Format your Notes with bold, italic, and code, add links, or type
@to mention a collaborator and notify them.You can also leave a note on a specific piece of text instead of just an entire block, keep multiple conversations going on the same block, and collapse longer notes to keep the margin tidy. It’s built for the back-and-forth that happens when people review content together.
Improved media handling
Faster, more flexible image processing.Image compression, resizing, and thumbnail generation now happen in the browser, reducing server load and producing smaller files — without hitting PHP memory limits or upload timeouts.
Media handling in 7.1 also includes native support for AVIF, HEIC, and HDR gain maps, adding native support for the image formats modern cameras and phones already produce.
Enhanced details and new blocks
WordPress 7.1 also adds two new blocks, along with more ways to customize how content looks and behaves.
Create playlistsBring multiple audio tracks together in one playlist, with an optional waveform that gives listeners a visual sense of each track as it plays.
Customize responsive breakpointsBlock themes can now define their own mobile and tablet breakpoints in theme.json, overriding the defaults for responsive styles and block visibility.
Organize with tabsOrganize content into tabbed panels instead of showing everything at once—a cleaner way to present related information without crowding your content.
Add custom iconsDevelopers can extend WordPress’s icon library with their own collections, making custom icons available throughout the editor alongside the built-in library.
Set interactive stylesGive Button blocks distinct styles for hover, focus, and active states directly in the editor’s style controls. Set the styles for just one button or all buttons.
A more consistent editing experience
The post editor is now fully iframed for all themes, matching the Site Editor. The editing canvas runs separately from the WordPress admin interface, so admin styles don’t interfere with your content. Viewport-relative units and media queries now target the editing canvas directly, so responsive layouts behave more predictably as you build. The change is mostly invisible, but the result is a more reliable and consistent editor.
Developer’s toolbox
Advanced tools for building your way.WordPress 7.1 expands several of the APIs and tools developers use to build on WordPress, with new options for icons, automation, admin interfaces, and responsive styling.
The SVG Icon API is now a public API, allowing developers to register their own icon collections and icons and use them throughout the editor with functions such as
wp_register_icon_collection(), wp_register_icon(), and wp_get_icon().The Abilities API builds on the infrastructure introduced in WordPress 6.9 with a filterable execution lifecycle, custom validation, and shared discovery. These additions make it easier to build integrations and automation on top of WordPress, including AI-powered tooling.
A new Design System provides foundational support for theming WordPress admin interfaces, including color, roundness, and cursor styles. Developers can use semantic design tokens and the
ThemeProviderReact component to bring more consistency to custom admin interfaces while still feeling at home in WordPress.Theme authors also get responsive styling and pseudo-state styling for hover, focus, focus-visible, and active states through
theme.json, along with new filters for configuring the DataViews and DataForm screens that power Pages, Templates, Parts, and Patterns in the Site Editor.Accessibility
WordPress 7.1 continues to improve accessibility across WordPress Core and the editor. New
wp_get_tooltip()andwp_get_toggletip()functions bring accessible tooltips to more areas of the WordPress admin, including post meta boxes and the login screen.Screen reader support also improves across admin interfaces, with clearer labeling and more predictable navigation in post list tables. The new Tab and Playlist blocks, along with improvements to editor navigation and interaction, add to the broader accessibility work included in this release.
Together, these changes continue to make WordPress easier to navigate and use for more people.
Performance improvements
Image compression, resizing, and thumbnail generation now run in the browser (via a WebAssembly build of libvips), reducing the processing load on your server and helping avoid memory limits and timeouts with larger uploads.
Opt-in GIF-to-video conversion produces typically smaller files, while upload progress indicators and automatic retries make uploads more resilient when connections drop.
The Media Library now uses infinite scrolling by default, with a per-user option to return to pagination. Speculative loading defaults can now be set through environment variables or constants, so hosts and site owners can configure how WordPress prefetches pages without writing a plugin.
And much more!
For a comprehensive overview of everything new and improved in WordPress 7.1, visit the feature showcase website. Check out what’s new in 7.1.