Short answer: WordPress 7.1 Beta 1 is scheduled for July 15, 2026, with weekly betas after that and the final release planned for August 19, 2026. If you maintain a WordPress site, plugin, theme, or client website, use this checklist now: update staging to WordPress 7.0.1, test Gutenberg 23.5, check responsive styling, review custom blocks/components, and watch for React 19, icon, media, and AI/Abilities API changes.
WordPress 7.1 testing checklist
Use this as a practical pre-release checklist before testing WordPress 7.1 on any production-connected workflow.
- Create a staging copy first. Do not test the beta on a live business site.
- Update stable sites to WordPress 7.0.1. WordPress says 7.0.1 is a maintenance release with fixes across Core, the block editor, admin UI, and media.
- Install or test Gutenberg 23.5 on staging. Gutenberg 23.5 adds Media editor cropping, Cover block cropping support, responsive style-state improvements, and a unified resizable device preview.
- Check your WordPress version before Gutenberg 23.5. The Gutenberg plugin now requires WordPress 6.9 or later.
- Test responsive styling. Try desktop, tablet, and mobile values for headings, groups, buttons, images, colors, spacing, and font sizes.
- Check custom block controls. Blocks using standard block supports should benefit from responsive styles more easily; custom controls may need review.
- Audit plugin editor UI. WordPress developer notes flag hard-deprecations around the old
__next40pxDefaultSizecomponent opt-in prop. - Review icon styling. The WordPress Developer Blog says
@wordpress/iconsv15 icons now usefill="currentColor", so CSS that targetedfilldirectly may need to switch to thecolorproperty. - Watch React 19 compatibility. If your plugin ships compiled JSX, uses
@wordpress/element, or touches editor internals, test with the experimental React 19 flag mentioned in the WordPress developer roundup. - Test media-heavy workflows. Check image cropping, Cover blocks, GIF/HEIC/HEIF handling, and media library behavior on staging.
- Check emails and user forms. Unicode email support is being tested, so plugins that validate or store email addresses should be checked carefully.
- Document any issue with exact reproduction steps. Record browser, OS, theme, active plugins, editor used, WordPress/Gutenberg version, screenshots, and console errors.
Key WordPress 7.1 dates
| Milestone | Scheduled date | What to do |
|---|---|---|
| Beta 1 | July 15, 2026 | Begin compatibility testing on staging. |
| Beta 2 | July 22, 2026 | Re-test reported issues and plugin/theme compatibility. |
| Beta 3 | July 29, 2026 | Confirm fixes and re-check editor workflows. |
| Release Candidate 1 | August 5, 2026 | Freeze client launch changes where possible. |
| Final release | August 19, 2026 | Plan production rollout after backup and staging verification. |
These dates come from the official WordPress Developer Blog’s July 2026 roundup, which says Beta 1 lands on July 15 and the final release is scheduled for August 19, 2026 during WordCamp US.
What changed recently?
1. WordPress 7.0.1 is available
WordPress announced that WordPress 7.0.1 is now available. The release notes describe it as a short-cycle maintenance release with fixes for 31 bugs across Core and the Block Editor, including the block editor, admin UI, and media.
2. Gutenberg 23.5 raises the minimum WordPress version
The official Gutenberg 23.5 announcement says the plugin now requires WordPress 6.9 or later. It also adds improvements such as Media editor cropping, Cover block cropping support, a unified resizable device preview, and responsive style-state enhancements.
3. Responsive styling is now a real testing priority
The WordPress Test Team published a call for testing responsive styling. The goal is to let users style blocks differently for tablet and mobile directly in the editor, without writing custom CSS. For agencies and site owners, this could reduce custom breakpoint CSS over time — but only if themes and blocks behave correctly.
4. WordPress 7.1 is bigger than a normal maintenance cycle
The official WordPress 7.1 roadmap lists work across collaboration, responsive styling, pseudo-state styling, Guidelines, media, Unicode support, new blocks, AI Client improvements, and developer APIs. WordPress also notes that roadmap items are actively pursued but not guaranteed to make the final release.
Compatibility checks for plugin and theme developers
- Custom editor components: check layouts where old component sizing assumptions may break.
- Icon CSS: test any UI that styles
@wordpress/icons. - Block supports: confirm whether responsive styles apply as expected.
- Custom controls: verify that tablet/mobile-specific values save and render correctly.
- Compiled JSX: test React 19 warnings where applicable.
- REST integrations: watch the proposed Core Abilities and Knowledge/Guidelines work if your product connects WordPress to AI, automation, or editorial rules.
- Email validation: test Unicode email scenarios if you validate user emails, newsletter signups, WooCommerce customers, or membership accounts.
Quick staging test plan for agencies
If you manage client sites, this is the lowest-risk test path:
- Pick one simple brochure site, one WooCommerce or lead-generation site, and one content-heavy site.
- Clone each to staging and take a fresh backup.
- Update the staging copy to WordPress 7.0.1 first.
- Install Gutenberg 23.5 only on staging.
- Test the homepage, contact forms, post editor, page editor, reusable patterns, navigation editor, and mobile view.
- Record any visual layout changes before moving to WordPress 7.1 beta testing.
- When Beta 1 arrives, repeat the same test list before touching production.
For businesses that depend on WordPress for leads, bookings, ecommerce, or publishing, the best approach is not “update fast.” The best approach is “test early, document issues, and update production only after the stack is known to be safe.”
FAQ
When is WordPress 7.1 Beta 1?
According to the WordPress Developer Blog’s July 2026 roundup, WordPress 7.1 Beta 1 is scheduled for July 15, 2026.
When is WordPress 7.1 final release?
The final WordPress 7.1 release is scheduled for August 19, 2026. As with all software release schedules, site owners should still watch official WordPress channels for changes.
Should I install WordPress 7.1 beta on a live site?
No. Test beta releases on staging or a disposable test environment, not on a live production site.
What is the biggest thing to test in WordPress 7.1?
For most site owners, responsive styling and editor compatibility are the most practical areas to test. For plugin and theme developers, React 19 compatibility, component changes, icon styling, custom block controls, media handling, and API changes are also important.
Sources
- WordPress Developer Blog: What’s new for developers (July 2026)
- Make WordPress Core: Roadmap to 7.1
- Make WordPress Core: What’s new in Gutenberg 23.5?
- Make WordPress Test: Call for Testing Responsive Styling
- WordPress News: WordPress 7.0.1 Maintenance Release
Editorial note: This article is a practical testing guide based on official WordPress sources available on July 11, 2026. Features in the WordPress 7.1 roadmap may change before final release.