Gutenberg Times: WordPress 7.1 RC, 7.0.3 Security Release, Block Runner, New Playground UI and more — Weekend Edition 372

Hi there,

It was another busy release week: the WordPress 7.0.3 security update, WordPress 7.1 RC 1, and Gutenberg 23.7 all landed. More on each below — but before you keep reading, update all your sites to 7.0.3 now. This newsletter can wait… 😉

If you are traveling to Phoenix: safe travels, and pack a sweater — the AC will be cranked up high in every building! This year, I will see you on the WCUS Livestream.

Have a great weekend!

Yours, 💕
Birgit

Developing Gutenberg and WordPress

WordPress 7.0.3 shipped as a security release fixing twelve vulnerabilities, so update your sites right away if automatic background updates aren’t already handling it for you. Release lead John Blackbourn lists the fixes, including a pre-auth XSS on the login screen that could lead to PHP code execution, several contributor-level stored XSS issues, and a multisite privilege escalation. Backports reach all supported branches down to 4.7, and 7.1 RC2 carries the fixes too.

To appreciate the huge effort by the security team to get this release out, consider the numbers: until earlier this year, there were 20 to 30 reports per month; now that number has jumped to 450 per month. Both security updates, 7.0.2 and 7.0.3, were backported not only to the two officially supported versions, 6.9 and 7.0, but all the way back to version 4.7. That’s two dozen major versions that needed updating. See also Rae Morey’s story in The Repository: WordPress 7.0.3 Patches 12 Vulnerabilities as Bug Bounty Reports Climb to 450 a Month.


August 19 is the scheduled final release date, and Benjamin Zekavica announces WordPress 7.1 Release Candidate 1 ready for your test sites. Since Beta 4, more than 145 updates landed — 57 in the Editor, 88 in Core — plus new features like the Icons API, shareable revision links, and email notifications for @mentions in Notes. Plugin and theme authors: wrap up testing and bump your “Tested up to” to 7.1. WordPress Playground lets you try it straight in the browser.


Milana Cap counts more than 310 Core Trac tickets, twenty new hooks, and roughly 600 Gutenberg enhancements in the WordPress 7.1 Field Guide, your linked index of every dev note for the August 19 release. Highlights range from client-side media processing and the always-iframed post editor to the SVG Icon API, responsive block styles, and the persistent admin bar. A candid closing section covers what didn’t make it, from the Classic block’s reprieve to real-time collaboration and React 19.


The post editor is always iframed in WordPress 7.1, and the escape hatch that let one apiVersion 2 block pull a whole post out of the iframe disappears. That’s the compatibility risk topping the developer’s audit list for WordPress 7.1 by release coordinator Benjamin Zekavica. He sorts each section by risk level, walks through the SVG Icon API’s strict sanitizer, responsive block styles, and the new DataViews filters, and closes with a checklist for your August 19 release.

The Gallery block’s ambiguous “Convert to images” button becomes “Detach,” complete with a modal explaining what happens — one of many refinements Jonathan Bossenger walks through in what’s new in Gutenberg 23.7. You’ll also find the Global Styles inheritance UI now opt-in via the Experiments page, LaTeX errors in the Math block waiting until you leave the field, and fixes for floated blocks overlapping sticky ones and Pullquote line heights in the editor.

Plugins and Tools for #nocode site builders

Variable product pages load roughly 9 to 12 percent faster and large stores get snappier Order screens, Brent MacKinnon reports in what’s new in WooCommerce 11.0. Analytics also grows more trustworthy: refunds now count in the period they happened, session counts exclude bots, and you can rerun incomplete historical imports. Guest customers can claim past orders when they create an account, and a Checkout Recovery beta lets you test messaging before a full rollout.


Getting Site Editor changes out of the database and into version control has frustrated agency developers for years, and Brian Coords argues agents make it urgent again. His experimental agent-first approach to Create Block Theme, wp-theme-control, wraps the upcoming WP-CLI 3.0 wp block commands in bash scripts and an agent skill: a plan command lists database changes, then you dry-run, export them into your theme, and optionally clear the database copies. He’s collecting feedback ahead of his WordCamp US talk.


Clients pinning comments straight onto your live pages — no logins, no email chains, no PDF round-trips — is the pitch of Ben Elwood‘s Reviso client feedback and approvals plugin. Among other page builders it’s native to the block editor, with threaded replies, status tracking, and review links that work even in maintenance mode. Version 1.5.2 switches on Suggest mode by default, so reviewers propose wording changes like tracked changes and your team applies them with one click.


Bas Buis released Dynamic OSM Maps, a plugin that adds interactive maps without Google API keys or recurring fees. The lightweight block runs on OpenStreetMap and Leaflet: in the free version you enter addresses manually, while Pro connects your custom fields — coordinates, addresses, or repeaters — for unlimited markers and popups. That opens the door for directory and listing sites to render stored location data straight onto the map.


Emily Rapport opens with Dutch tulip mania to frame the rush of llms.txt files and AI-visibility subscriptions, then does something rarer: shares a year of her own content work with real Search Console data. Her rewritten maintenance page climbed from position 50 to 13 and collected exactly five clicks — yet three inquiries arrived saying “I asked ChatGPT.” Her takeaway: publishing consistently across real topics beats chasing one niche, and you still can’t reliably trace an AI recommendation to a page.

“Keeping up with Gutenberg – Index 2026”
A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. 

The previous years are also available:
2020 | 2021 | 2022 | 2023 | 2024 | 2025

Building Blocks and Tools

The WooCommerce Developer Blog follows up its All Products proof of concept with the why behind it. Veronica Fasulo and co-authors lay out the value of DataViews and who it’s for: you describe a field once and it powers the list column, Quick Edit, bulk edit, and forms, instead of four hand-wired implementations. Merchants get switchable views without page reloads, extension developers get registration instead of DOM patching — and the team openly asks whether DataViews is even the right foundation.

What’s new in Playground?

A customizable Dock, auto-save, and live visual previews of your saved instances headline the new WordPress Playground UI, which Fellyph Cintra demos on WordPress.tv. The video walks through importing projects from GitHub or Zip files, previewing Core and Gutenberg pull requests, and the built-in file editor, database manager, and error logs — plus switching WordPress versions all the way back to 0.7. Feedback goes to the Make Playground blog or the #playground Slack channel.

AI in WordPress

Vercel, a major platform shipped the Vercel AI Gateway Provider plugin, by former Core AI team rep Felix Arntz. One API key unlocks hundreds of models from over 40 providers. Any AI Client plugin on your site can route text, image, and video generation through the Gateway — including the Photo to Post demo from Jonathan Bossenger’s tutorial. Automatic fallbacks kick in during provider outages, and you pay provider rates without platform fees.


Your AI agent designs a beautiful page, and Gutenberg freezes it into one uneditable Custom HTML blob. Human Made’s answer is Block Runner, now open-sourced on GitHub: a deterministic Node CLI that converts generated HTML into properly nested native blocks — wp:cover, wp:columns, wp:buttons — with real attachment IDs, and validates every result against headless Gutenberg. In the team’s benchmark, raw models writing block markup score 35 to 73; paired with Block Runner, the same models hit 93 to 99.

Readers may remember Chris Huber’s Block Format Bridge from a few months back — it tackles the same gap from inside WordPress, converting Markdown and HTML server-side at insert time, while Block Runner works the pipeline side with its validation gate and CI hooks. Two open-source answers to the same question is a good sign the agentic content problem is getting real attention.

A third piece of the puzzle: the official WordPress agent-skills repository takes the prevention route, teaching AI coding assistants to write valid block markup in the first place. For a lighter-weight approach, you can also point your AI agent straight at the updated Core Blocks Reference, where each block’s page now documents its markup, attributes, supports, and allowed nesting.

Need a plugin .zip from Gutenberg’s master branch?
Gutenberg Times provides daily build for testing and review.

Now also available via WordPress Playground. There is no need for a test site locally or on a server. Have you been using it? Email me with your experience.


Questions? Suggestions? Ideas?
Don’t hesitate to send them via email or
send me a message on WordPress Slack or Twitter @bph.


For questions to be answered on the Gutenberg Changelog,
send them to changelog@gutenbergtimes.com


Featured Image:



Discover more from Complete Nursing Solution

Subscribe to get the latest posts sent to your email.

WhatsApp Group Join Now
Telegram Group Join Now
Instagram Group Join Now

73 thoughts on “Gutenberg Times: WordPress 7.1 RC, 7.0.3 Security Release, Block Runner, New Playground UI and more — Weekend Edition 372

  1. This is a very informative post about online casinos and betting platforms.
    I especially liked how it explains the importance of
    choosing a secure site before signing up.

    Many players often ask where they can find reliable gaming platforms with fair odds and smooth
    payouts. From what I’ve seen, checking platforms like vn22vip helps users compare
    features, bonuses, and overall experience.

    Thanks for sharing these insights — they’re helpful for both beginners and experienced bettors.

  2. ConextSolution hadir sebagai penyedia solusi ERP dan transformasi digital yang
    membantu organisasi meningkatkan efisiensi operasional melalui odoo ERP, SAP System, Business Intelligence, dan integrasi sistem.
    Sebagai penyedia solusi odoo indonesia, kami menawarkan layanan implementasi
    odoo, jasa implementasi odoo, serta konsultasi
    dari tim odoo consultant indonesia yang berpengalaman.

    Tidak hanya itu menyediakan jasa ERP indonesia untuk berbagai industri,
    termasuk ERP manufacturing indonesia dan ERP retail indonesia.
    Dengan pengalaman yang luas, implementasi ERP perusahaan dapat berjalan lebih efektif dan sesuai kebutuhan bisnis.

    Fokus kami adalah membantu perusahaan membangun sistem ERP untuk bisnis yang lebih terintegrasi, mudah dikembangkan, dan mampu meningkatkan produktivitas di era digital saat ini.

  3. I’m not sure why but this weblog is loading incredibly slow for me.

    Is anyone else having this issue or is it a problem on my end?
    I’ll check back later on and see if the problem still exists.

  4. This is a very informative post about online casinos and
    betting platforms. I especially liked how it explains the importance of
    choosing a trusted site before signing up.

    Many players often ask where they can find reliable gaming platforms with fair odds and smooth payouts.
    From what I’ve seen, checking platforms like vn22vip helps users compare
    features, bonuses, and overall experience.

    Thanks for sharing these insights — they’re helpful for both beginners
    and experienced bettors.

  5. ConextSolution adalah konsultan ERP dan transformasi digital
    yang membantu perusahaan meningkatkan efisiensi operasional melalui odoo ERP, SAP System, Business Intelligence, dan integrasi sistem.
    Sebagai penyedia solusi odoo indonesia, kami menawarkan layanan implementasi odoo, jasa implementasi odoo,
    serta konsultasi dari tim odoo consultant indonesia yang berpengalaman.

    Kami juga menyediakan jasa ERP indonesia untuk berbagai industri, termasuk ERP manufacturing indonesia dan ERP
    retail indonesia. Berbekal pengalaman dalam
    berbagai proyek, implementasi ERP perusahaan dapat berjalan lebih
    efektif dan sesuai kebutuhan bisnis.

    Fokus kami adalah membantu perusahaan membangun sistem ERP untuk bisnis yang lebih modern, siap berkembang, dan mampu
    mendorong transformasi digital di era digital saat ini.

  6. Excellent blog you have got here.. It’s difficult to find
    excellent writing like yours nowadays. I truly appreciate
    individuals like you! Take care!!

  7. May I simply say what a relief to uncover a person that truly knows what they are talking
    about over the internet. You actually realize how to bring an issue to
    light and make it important. More people must look at this and understand this side of your story.

    I can’t believe you’re not more popular since you certainly have the gift.

  8. Ahaa, its pleasant conversation about this article
    at this place at this web site, I have read all that, so at this
    time me also commenting here.

  9. We’re a group of volunteers and starting a brand new scheme in our community.
    Your web site offered us with useful information to work on. You’ve performed an impressive process
    and our entire group shall be grateful to you.

  10. I’m not sure why but this website is loading extremely slow for me.
    Is anyone else having this problem or is it a issue on my
    end? I’ll check back later and see if the problem still exists.

  11. Have you ever considered about including a little bit more
    than just your articles? I mean, what you say is valuable
    and everything. Nevertheless just imagine if you added some great photos or videos to give your posts more, “pop”!

    Your content is excellent but with pics and video
    clips, this site could undeniably be one of
    the very best in its niche. Wonderful blog!

  12. Hi, Neat post. There’s an issue with your web site in web explorer, may test this?
    IE still is the market leader and a big component to people
    will leave out your great writing due to this problem.

  13. Good day! This is my 1st comment here so I just wanted
    to give a quick shout out and tell you I genuinely enjoy reading through your posts.
    Can you suggest any other blogs/websites/forums that deal with
    the same topics? Appreciate it!

  14. What i do not realize is if truth be told
    how you are no longer really a lot more smartly-liked
    than you might be now. You are so intelligent. You know thus considerably in relation to this topic,
    made me for my part consider it from so many varied angles.
    Its like women and men don’t seem to be interested until it’s one thing to
    accomplish with Girl gaga! Your own stuffs great.

    All the time care for it up!

  15. My brother recommended I may like this blog. He was once totally right.
    This put up actually made my day. You cann’t imagine just how
    much time I had spent for this info! Thank you!

  16. Hi there! I know this is kinda off topic but I was wondering
    which blog platform are you using for this site? I’m getting sick and tired of WordPress because I’ve had issues with hackers and I’m looking at alternatives for another platform.
    I would be great if you could point me in the direction of a good platform.

  17. OMT’s blend of online аnd on-site alternatives оffers adaptability, makіng mathematics aᴠailable
    аnd lovable, while motivating Singapore trainees fοr test success.

    Unllock уour child’s completе capacity іn mathematics
    ᴡith OMT Math Tuition’ѕ expert-led classes, customized tο Singapore’s MOE
    curriculum fоr primary, secondary, аnd JC students.

    In a ѕystem ԝhere math education һas developed to cultivate
    innovation ɑnd international competitiveness, registering іn math tuition mаkes sսrе
    students stay ahead ƅy deepening their understanding and application of crucial
    ideas.

    Math tuition adddresses individual learning paces, allowing primary students tο deepen understanding of PSLE subjects ⅼike area, perimeter, аnd volume.

    Secondary math tuition conquers tһe restrictions оf huge class
    dimensions, offering concentrated focus tһat enhances understanding fߋr O Level prep ᴡork.

    Junior college math tuition promotes crucial believing skills required tⲟ solve non-routine
    issues that frequently аppear in Α Level mathematics analyses.

    Distinctive fгom others, OMT’ѕ curriculum enhances MOE’s witһ a concentrate on resilience-building exercises, assisting
    pupils tackle difficult рroblems.

    OMT’ѕ online platform enhances MOE syllabus ⲟne, aiding you tackle
    PSLE mathematics easily and ƅetter scores.

    Wіtһ restricted course time in institutions,
    math tuition extends finding οut hoսrs, critical for understanding the substantial Singapore math syllabus.

    Ꮋave a looк at my site: lower secondary math tuition

  18. My developer is trying to persuade me to move to .net from PHP.
    I have always disliked the idea because of the costs.
    But he’s tryiong none the less. I’ve been using WordPress on a number of websites for about a
    year and am worried about switching to another platform.
    I have heard excellent things about blogengine.net.
    Is there a way I can transfer all my wordpress posts into
    it? Any help would be really appreciated!

  19. Aw, this was an extremely nice post. Taking a few minutes and actual effort to produce a really good article… but what can I say… I put
    things off a whole lot and never manage to get anything done.

  20. OMT’s flexible discovering tools personalize tһe journey, transforming math
    into a precious companion andd motivating steady examination commitment.

    Discover tһe convenience ߋf 24/7 online math tuition ɑt OMT,
    wheгe appealing resources mаke discovering fun аnd
    efficient fߋr alⅼ levels.

    Singapore’ѕ woгld-renowned mathematics curriculum emphasizes conceptual understanding οᴠеr mere calculation, mɑking math tuition essential for trainees tߋ
    grasp deep ideas ɑnd master national exams ⅼike PSLE and O-Levels.

    Improving primary school education ѡith math tuition prepares
    students for PSLE by cultivating a development mindset t᧐wards difficult topics
    ⅼike symmetry ɑnd transformations.

    Ꮃith the O Level math syllabus occasionally evolving, tuition ҝeeps students upgraded οn modifications, guaranteeing they aге
    well-prepared for existing layouts.

    Building ѕеlf-confidence tһrough constant assistance іn junior college math tuition minimizes exam anxiety,
    leading tο far Ƅetter results іn A Levels.

    OMT’s custom-mаde math syllabus distinctively sustains MOE’ѕ by providing
    extended protection օn subjects ⅼike algebra, ᴡith
    proprietary faster ԝays for secondary pupils.

    OMT’ѕ online system enhancss MOE syllabus ᧐ne, assisting you deal with PSLE mathematics
    with convenience and mucһ ƅetter scores.

    Singapore’ѕ worldwide position іn mathematics comes from supplemental tuition tһat sharpens skills fοr international standards ⅼike PISA and TIMSS.

    my web blog; math tuition primary school

  21. Woah! I’m really digging the template/theme of this site.

    It’s simple, yet effective. A lot of times it’s difficult to get that “perfect balance” between user
    friendliness and visual appearance. I must say you’ve done a fantastic
    job with this. Also, the blog loads extremely fast for
    me on Firefox. Outstanding Blog!

  22. Oh my goodness! Amazing article dude! Thanks, However I am having troubles with
    your RSS. I don’t understand the reason why I am
    unable to subscribe to it. Is there anybody having
    identical RSS problems? Anyone who knows the answer can you kindly respond?
    Thanks!!

  23. An outstanding share! I’ve just forwarded this onto a colleague who has been conducting a little
    homework on this. And he actually ordered me breakfast because I stumbled upon it for him…
    lol. So allow me to reword this…. Thanks for the meal!! But yeah, thanx for spending some time to
    discuss this topic here on your blog.

  24. With havin so much content do you ever run into
    any issues of plagorism or copyright infringement?

    My blog has a lot of completely unique content I’ve either authored myself or
    outsourced but it looks like a lot of it is popping it up all over the internet without
    my agreement. Do you know any techniques to help stop content from being ripped off?
    I’d certainly appreciate it.

  25. Aw, this was a really good post. Finding the time and actual effort to generate a superb
    article… but what can I say… I put things
    off a whole lot and don’t seem to get nearly anything done.

Leave a Reply

Your email address will not be published. Required fields are marked *

Discover more from Complete Nursing Solution

Subscribe now to keep reading and get access to the full archive.

Continue reading