Hi,
This week, we saw many updates in WordPress Core with two Betas and three security releases. Your auto-update email folder got plenty of traffic if you are managing more than one website
The next step for the security team is to backport the 6.9.4 fixes to older version for WordPress, all the way back to WordPress 4.7.. It’s a huge job and it needs to be diligently executed.
Be well and hope you can enjoy Spring or Fall colors.
Yours, 
Birgit
Developing Gutenberg and WordPress
WordPress 6.9.2, led by John Blackbourn, is a security-only release you’ll want to apply immediately. It patches ten vulnerabilities: a blind SSRF, a PoP-chain weakness in the HTML API and Block Registry, regex DoS in numeric character references, stored XSS in nav menus and via the data-wp-bind directive, an AJAX authorization bypass, a PclZip path traversal, and an XXE in the bundled getID3 library—now also patched upstream by James Heinrich.
WordPress 7.0 Beta 5 is available for testing, packing over 101 fixes since Beta 3. The headline new feature is a Command Palette shortcut in the Omnibar — logged-in editors will spot a ⌘K / Ctrl+K symbol in the admin bar, giving you instant access to navigation and customization tools from anywhere on the site. The final release remains scheduled for April 9, 2026.
Ben Dwyer recaps what’s new in Gutenberg 22.7, a feature-packed release. You’ll find a new experimental Connectors screen under Settings, letting you manage AI providers like OpenAI with extension hooks for plugins. Real-time collaboration is now enabled by default, style variation transforms show live previews, the Grid block visualizer is more responsive, and the Playlist block gains a WaveForm Player.
Maggie Cabrera and I sat down to discuss the latest Gutenberg release and the Dev notes for WordPress 7.0. It’s been a while since we chatted and it was a great conversation. As always, the episode will drop into your favorite podcast app over the weekend. Stay tuned.

Anne McCarthy has issued a call for volunteers to build the Twenty Twenty-Seven default theme, with Henrique Iamarino confirmed as lead designer. Targeting the WordPress 7.2 release in early December, the team is getting started early to allow room for iteration. If you want to contribute to development or testing, leave a comment on the post by Friday, March 27th — the community response has already been enthusiastic.

This month’s What’s New for Developers (March 2026) is your essential pre-launch briefing as WordPress 7.0 approaches RC1 on March 19. The big headline is Real-Time Collaboration, now built on HTTP polling with Yjs and CRDT data stored in post_meta. You’ll also find AI provider packages for OpenAI, Google, and Anthropic landing in the Plugin Directory, plus visual in-editor revision tracking, a new Icon block, Content-Only pattern editing by default, and phpMyAdmin support in wp-env’s Playground runtime.
Maggie Cabrera outlines what’s new with pseudo-element support for blocks and their variations in theme.json in WordPress 7.0. You can now define :hover, :focus, :focus-visible, and :active states directly on blocks and their style variations — no custom CSS needed. An “Outline” button variation, for instance, can have its own distinct hover behavior. No Global Styles UI yet; that work continues separately.
Gopal Krishnan outlines what plugin and theme developers need to know about real-time collaboration in the block editor in WordPress 7.0, powered by Yjs. Collaboration is disabled when classic meta boxes are present, so you’ll want to migrate those to registered post meta with show_in_rest. The new sync.providers filter lets you swap the default HTTP polling transport for WebSockets or WebRTC. Avoid local React state for shared data — always derive values from the WordPress data store.
The latest episode is Gutenberg Changelog #127 – WordPress 7.0 Beta and Gutenberg 22.6 with special guest Jessica Lyschik, senior developer at Greyd

Anne McCarthy shared a candid look at three Notes features for WordPress that didn’t quite make the 7.0 cut — show/hide notes on the canvas, filter options in the Notes panel, and compact notes. All built with Claude Code as part of her “Learn AI deeply” effort. She’s openly working through open questions, including whether “Open” or “Unresolved” is the clearer label, and whether a resizable sidebar should replace the compact toggle entirely. Chime in if you are interested and have an opinion.
My WordPress
Brandon Payton announced my.WordPress.net, a browser-based WordPress that requires no sign-up, no hosting, and no domain — just open it and start creating. Built on WordPress Playground, your site lives privately in your browser, persists across visits, and stays entirely yours. An App Catalog offers one-click installs for a personal CRM, RSS reader via the Friends plugin, and an AI workspace that can modify plugins on your behalf. As Alex Kirk puts it, this is WordPress democratizing digital sovereignty.
Where the official announcement focused on the product itself, Matt Mullenweg‘s WordPress Everywhere is the strategic vision behind it. He zooms out to explain what’s coming next — peer-to-peer sync, version control integration, and cloud publishing — and frames Playground containers as composable, atomic units you can roll back entirely. Mullenweg believes this shifts WordPress from millions of installs to billions, with AI making open source more powerful, not less relevant.
Sarah Perez covers WordPress’s new browser-based workspace, my.WordPress.net, for TechCrunch.
Emma Roth reported about it for The Verge: WordPress launches an in-browser website creator.
Ben Werdmuller marvels at your browser becoming your WordPress — a genuine innovation announced by Brandon Payton. Built on WordPress Playground and powered by WASM, my.WordPress.net installs a full WordPress instance directly in your browser: no sign-up, no hosting, nothing between you and a running site. Werdmuller wonders about cross-device syncing and sees broader implications — to-do lists, CRMs, source management — as a glimpse of what private, browser-based personal apps could become.
If you get a chance to try my.WordPress.net in its current early state, go in with the right expectations: this is a proof of concept, a rough but genuinely exciting experiment. The App Catalog reframes plugin discovery in a way that just feels right, and the idea of a private personal space — where outside research meets things you want to keep to yourself — is compelling. Give it a few months, more apps, and a designer’s touch.
Just before the official announcement of My WordPress, Ray Morey interviewed Adam Zieliński’ on his vision for Playground in 2026 and also recounts the history of WordPress Playground starting in 2022.
Plugins, Themes, and Tools for #nocode site builders and owners
On the WooCommerce Developer Blog, Brian Coords invites you to Building Ecommerce Community: Meetups, Networks, and Real-World WooCommerce, a free 60-minute panel on March 31, 2026 (17:00–18:00 UTC). Coords brings together Amber Hinds (Equalize Digital), Mary Hubbard (WordPress Executive Director), and Raquel Manriquez (PressConf) for an honest conversation about building community, finding collaborators, and getting real value from events — whether you’re an agency, freelancer, or developer who’s never quite felt at home in a crowd.

Mike McAlister has expanded Ollie into WooCommerce territory, adding dedicated shop templates, product grid patterns, custom WooCommerce blocks, and a guided setup wizard — all built natively for full site editing. You can design and customize your store, product pages, cart, and checkout entirely inside the WordPress site editor. One user reported a 170% year-over-year sales increase after rebuilding their client’s store with Ollie.
Rae Morey, The Repository also reported on it in Ollie Moves Into Ecommerce With Full WooCommerce Support
Derek Hanson, Technical Account Manager at Automattic, shares 10 field-tested tips for building custom WordPress blocks with Telex AI, drawn from real agency work on his team. You’ll learn practical techniques like drafting prompts in Claude before opening Telex, using post-it sketches as visual references, remixing projects as version control checkpoints, and knowing when a block has outgrown the tool and needs a developer to finish it properly.
In his latest video, Wes Theron shows you how to speed up your designs with WordPress patterns. You will learn how to quickly build and customize professional WordPress layouts using block patterns. Theron shows you how to insert, modify, and create patterns to design pages effortlessly.
Theme Development for Full Site Editing and Blocks
The Create Block Theme plugin v2.9.0 brings a handful of focused improvements to your theme-building workflow.
- fixed localization for Cover block background images and the Read More block’s content attribute.
- added basic end-to-end tests and an AGENTS.md file,
- polished the sidebar with a Card component,
- consolidated redundant APIs,
- migrated to husky v9, and bumped the minimum WordPress requirement to 6.8.
Building Blocks and Tools for the Block editor.
In this week’s livestream, Ryan Welcher and Troy Chaplin teamed up on this episode of Talk Devy To Me to walk you through “Veils of Fate,” a fully functional Choose Your Own Adventure game Chaplin built entirely with the WordPress Interactivity API. You’ll see how he delivers instant feedback and seamless state changes across game choices — no page reloads, no JavaScript framework. A creative, boundary-pushing demonstration of what the Interactivity API can do beyond typical block development use cases.

Wojtek Naruniec writes about two new debugging tools now available in WordPress Studio: Xdebug support and a debug log toggle. Xdebug lets you set breakpoints and step through code line-by-line from your editor on port 9003, no system-level installation is needed. The debug log toggle sets WP_DEBUG and WP_DEBUG_LOG automatically and adds a direct “Open log file” link in Settings. A bonus tip: point your AI agent (Claude Code, Cursor, Codex) at wp-content/debug.log to interpret errors hands-free.

AI and WordPress
Jeffrey Paul recaps what’s new in AI Experiments 0.4.0 for the WordPress AI Team. This release, shaped by 14 contributors, introduces prompt-based image generation in the editor and Media Library, along with a Generate Review Notes experiment for accessibility, readability, grammar, and SEO suggestions.
In another post, Paul outlines what’s new in AI Experiments 0.5.0, a focused release aligning with WordPress 7.0. It removes AI client dependencies, using the WP AI Client in core instead, while previous credentials migrate to a new Connectors screen. The plugin is available in the repository.
Ray Morey reported on both releases for The Repository: AI Experiments Plugin Gets Two Updates in a Week, With WordPress 7.0 Now the Focus
Elliott Richmond put wordpress-agent-skills repo and Automattic’s Claude Cowork plugin through its paces and came away impressed. Describe your site, pick from three AI-generated design directions, and a complete block theme — theme.json, templates, patterns, the lot — deploys straight to WordPress Studio in minutes. The generated code follows solid conventions and is yours to iterate on. Setup requires MCP configuration and Studio CLI, so developers will find it straightforward; everyone else faces a steeper climb. Token usage on Opus is substantial.
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
Discover more from Complete Nursing Solution
Subscribe to get the latest posts sent to your email.
**boostaro**
Boostaro is a purpose-built wellness formula created for men who want to strengthen vitality, confidence, and everyday performance.
**aqua sculpt**
AquaSculpt is a high-quality metabolic support supplement created to help the body utilize fat more efficiently while maintaining steady, reliable energy levels throughout the day.
**prostafense**
ProstAfense is a premium, doctor-crafted supplement formulated to maintain optimal prostate function, enhance urinary performance, and support overall male wellness.
Trải nghiệm kênh trực tiếp bóng đá hôm nay tại Socolive vô cùng ấn tượng, cam kết ổn định mượt mà và triệt tiêu hoàn toàn hiện tượng đứng hình hay giật lag.
Get ready for some serious fun with truck bonanza! This game is packed with exciting features like truck driving, parking challenges, and even city building. If you love simulation and strategy, you’ll definitely want to check out this engaging experience. It’s a blast!
Hãy cùng Socolive trải nghiệm kênh trực tiếp bóng đá hôm nay siêu mượt mà, nơi mọi vấn đề về tín hiệu đều được xử lý để nhường chỗ cho những trận cầu rực lửa.
QQ88 – Cổng game cá cược trực tuyến hiện đại, nơi bet thủ có thể tham gia nhiều trò chơi hấp dẫn và nhận ưu đãi thường xuyên.
References:
White cloud casino
References:
https://bookmarking.stream/story.php?title=19-best-bitcoin-crypto-casinos-australia-2026-our-top-picks
References:
Hardrock casino tampa
References:
https://pikidi.com/seller/profile/goalsoil8
Nếu đang tìm một địa chỉ giải trí trực tuyến thì thử ghé FLY88, mình thấy giao diện khá dễ dùng.
References:
Roulette strategy that works
References:
https://sharpe-mcleod-2.thoughtlanes.net/better-us-fruit-pay-gambling-enterprises-to-have-2026
References:
Buzzluck casino
References:
https://skitterphoto.com/photographers/2474070/keating-kruse
References:
Jumers casino
References:
http://techou.jp/index.php?steppurple9
References:
Best muscle enhancement supplements
References:
http://1.13.196.248:3000/ingridrader728/2301984/wiki/Test-Dianabol-Cycle-Arimidex-Dose-Timing%3F-Pharma
References:
Dbol reviews bodybuilding|acybgnrqsav7_irjao9rzq7e7r5t8l7yoq:***
References:
http://47.100.37.243:10191/aimeeshanahan3
References:
How long for deca to kick in
References:
http://211.149.155.157:3000/elvindew06820
References:
Define roid
References:
http://159.75.131.235:3001/emilkeaton4648
References:
Dakota dunes casino
References:
https://baby-newlife.ru/user/profile/514463
References:
Harrah’s new orleans casino
References:
https://www.tikosatis.com/index.php?page=user&action=pub_profile&id=635492
References:
Nemacolin casino
References:
https://www.ricetteclara.com/membri/tradeself4/activity/57229/
References:
Casino marbella
References:
https://cineblog01.rest/user/fearstool90/
References:
How to get steroids from the doctor
References:
https://www.1ffc-chemnitz.de/News/index.php/;focus=STRATP_com_cm4all_wdn_Flatpress_42454440&path=?x=entry:entry240211-195333%3Bcomments:1
References:
Are anabolic steroids addictive
References:
https://www.jasminsideenreich.de/Blog/index.php/;focus=STRATP_com_cm4all_wdn_Flatpress_7099662&path=?x=entry:entry181029-122015%3Bcomments:1
References:
Nb casino
References:
https://www.marocbikhir.com/user/profile/627617
References:
How to make steroid
References:
https://w899n843q.hier-im-netz.de/Inhaltsverzeichnis;focus=TKOMSI_com_cm4all_wdn_Flatpress_20544799&path=&frame=TKOMSI_com_cm4all_wdn_Flatpress_20544799?x=entry:entry250321-081118%3Bcomments:1
References:
Anabolic steroids classification
References:
https://servus-nachbar.at/Neuigkeiten/index.php/;focus=W4YPRD_com_cm4all_wdn_Flatpress_7491266&path=&frame=W4YPRD_com_cm4all_wdn_Flatpress_7491266?x=entry:entry240401-154545%3Bcomments:1
References:
Stacking steroids
References:
https://www.alberguecascoxu.es/Blog/index.php/;focus=ARSPRO_com_cm4all_wdn_Flatpress_9857204&path=&frame=ARSPRO_com_cm4all_wdn_Flatpress_9857204?x=entry:entry230323-214435%3Bcomments:1
References:
Building mass and strength
References:
https://testnetcologne.koeln/index.php/;focus=NCSITE_com_cm4all_wdn_Flatpress_143250&path=&frame=NCSITE_com_cm4all_wdn_Flatpress_143250?x=entry:entry190710-144443%3Bcomments:1
you have a great blog here! would you like to make some invite posts on my blog?
References:
Anabolic steroids slang names
References:
http://39.101.170.62:9080/luannburbidge9
References:
Steriods online
References:
http://dibodating.com/@shellydickson6
References:
Chicks on steroids
References:
https://tripled.driven-dreams.co.uk/@georgina58m642
References:
Fastest muscle building supplements
References:
https://channel-u.tv/@denisemackella?page=about
References:
Liquid anadrol for sale
References:
https://reputable.cc/profile/rosemarybrowni
References:
Where to get steroids from
References:
http://223.108.157.174:3000/heathercollett/saga.iao.ru2017/wiki/CLENOMED-40-Bronchodilatator
References:
Winstrol steroid before and after
References:
http://125.229.107.240:3000/franklynclemon
Just signed up to 99wincom. The welcome bonus was pretty sweet to be honest. Seems legit so far. 99wincom
Been messing around with ae66 online for a bit now. The live casino is where it’s at. Feels like you’re almost there. ae666 online
I saw hz88c being advertised, so I decided to checked it out. Seems okay. Haven’t won big yet, but I’m having fun. hz88c
References:
Buying cheap steroids
References:
https://git.0935e.com/vitow922277878
References:
What happens if you side with the institute
References:
http://139.159.153.143:3000/barrycaron3531
References:
Cut physique
References:
https://soliliquio.com/@geniehaun8478?page=about
References:
The use of anabolic steroids during adolescence can cause
References:
http://101.37.69.204:3000/sadiemerewethe
References:
Crazy steroids
References:
http://81.69.57.215:3000/antoniettalebr/207.180.227.112767/wiki/Follicle-Stimulating-Hormone-FSH%3A-What-It-Is-%26-Function
References:
Bodybuilding steroids list
References:
http://62.173.140.174:10480/gaoerika849746
References:
Body beast supplements alternative
References:
https://www.zapztv.com/@francissteinbe?page=about
References:
Steroid ordering
References:
https://git.secretserver.club/siksilke631510
References:
Anabolic supplement side effects
References:
http://47.105.50.196/darlamadewell
References:
Nelly before and after steroids
References:
http://yakguk.com/bbs/board.php?bo_table=free&wr_id=98155
References:
Best prostate supplement on the market
References:
https://devops.rs2i.fr/sidneyschiffer
References:
Steroid injection muscle growth
References:
https://omegat.dmu-medical.de/karlthatcher11
References:
Is testosterone powder illegal
References:
http://106.55.0.66:31807/kelliebeatham1
References:
Safest muscle building supplements
References:
https://datingmywish.com/@tahliacarranza
References:
Buy mexican anabolic steroids from mexico
References:
https://asiannearby.com/@madgelynas391
References:
Steroids classification
References:
https://gitlab.rails365.net/ernestoe42924
References:
Proper steroid use
References:
https://www.iot747.com/forums/users/sherlynmcnutt/
Kudos! Excellent stuff.
References:
https://v.gd/xi57Lx
Whoa quite a lot of very good advice.
References:
https://elearnportal.science/wiki/Instant_Casino_Bonus_2026_7500_Code
Kudos! A lot of stuff!
References:
https://md.chaosdorf.de/s/9MtTb6TgIi
Kudos. A good amount of knowledge.
References:
http://dudoser.com/user/canpastor3/
Awesome posts. Appreciate it.
References:
https://carver-nicolaisen-2.thoughtlanes.net/instant-casino-freispiele-entdecken-cashback-bonus-promo-code
References:
Instant Casino Live Casino
References:
https://obyavlenie.ru/user/profile/709056
References:
Instant Casino Freispiele
References:
https://invastu.kz/user/librairis07/
References:
Instant Casino mit Trustly
References:
http://jobboard.piasd.org/author/beechgirdle7/
References:
Instant Casino App
References:
https://forum.issabel.org/u/sistertarget0
References:
Instant Casino Seriosität
References:
https://pad.stuve.uni-ulm.de/s/0ULTS1g1t
References:
Instant Casino Treuepunkte einlösen
References:
https://www.giveawayoftheday.com/forums/profile/1754663
References:
Instant Casino Bonus ohne Einzahlung
References:
https://moiafazenda.ru/user/wristbell30/
References:
Instant Casino Auszahlungsdauer
References:
https://urlscan.io/result/019c8386-e004-76da-8cfc-c136bcedb083/
References:
Instant Casino Live Casino
References:
https://obyavlenie.ru/user/profile/709056
References:
Instant Casino Login vergessen
References:
https://socialisted.org/market/index.php?page=user&action=pub_profile&id=373786
References:
Instant Casino Live Chat
References:
https://md.swk-web.com/s/WLrB8eNUm
References:
Instant Casino Freispiele
References:
https://diego-maradona.com.az/user/sisterlayer5/
References:
Instant Casino PayPal einzahlen
References:
https://www.marocbikhir.com/user/profile/627617
References:
Instant Casino Treuepunkte einlösen
References:
https://oiaedu.com/forums/users/quartzquiver7/
References:
Instant Casino Einzahlungsmethoden
References:
https://invastu.kz/user/librairis07/
References:
Instant Casino Freispiele
References:
http://www.qazaqpen-club.kz/en/user/motionchief84/
References:
Instant Casino Konto erstellen
References:
https://pad.geolab.space/s/ST1dBKyS8
References:
Instant Casino Freispiele
References:
http://adrestyt.ru/user/catsupjason2/
References:
Is steroids legal
References:
https://mclaughlin-hamrick-6.thoughtlanes.net/clenbuterol-gunstig-online-bestellen-ohne-rezept
prednisone 20mg tab price: steroid tablets usa pharmacy – average price of prednisone
References:
Purchase steroids
References:
https://gaiaathome.eu/gaiaathome/show_user.php?userid=1896749
References:
Instant Casino App iOS
References:
http://karayaz.ru/user/kidneychief72/
References:
Strongest legal steroid
References:
https://williams-luna.thoughtlanes.net/anavar-oxandrolone-buy-tablets-for-sale-online-in-the-uk-us-discover-great-deals-at-steroidstime-com
References:
Club casino
References:
https://buyandsellhair.com/author/atomarch67/
References:
Wizard of odds blackjack
References:
https://bennett-bjerg.thoughtlanes.net/winspirits-79k-aud-poker-tournament-1-010-ways-to-win
References:
Kickapoo casino
References:
https://pad.stuve.uni-ulm.de/s/sqfsXxeYu
References:
Plan du metro montreal
References:
https://notes.medien.rwth-aachen.de/Ffy5T_Q9RYGDzKA0Kia6Sw/
References:
Eurobet casino
References:
https://imoodle.win/wiki/Winspirit_Casino_No_Deposit_Bonus_2026_35_Free_Spins
References:
Legal body building supplements
References:
https://p.mobile9.com/relishprose7/
References:
Hard rock casino tampa florida
References:
https://fakenews.win/wiki/Win_Spirit_Casino_Australia_1150_Bonus_150_Free_Spins_Package
References:
Cool cat casino
References:
https://bookmarking.stream/story.php?title=winspirit-app-deep-dive-the-technical-manual-for-bonus-codes-secure-gameplay
References:
Natural steriods
References:
https://pads.jeito.nl/s/Cg2avZ0TLB
References:
Siloam springs casino
References:
https://actualites.cava.tn/user/shearsliquid94/
References:
What do medical steroids do to your body
References:
http://lideritv.ge/user/endsteel8/
References:
Where does anabolic steroids come from
References:
https://p.mobile9.com/paintcap8/
References:
Www anabolics com
References:
https://metagap.ro/employer/omnitrope-injection/
References:
Which is not a consequence of long-term steroid use?
References:
https://10xhire.io/employer/finding-the-best-anavar-across-the-modern-sports-pharmacology-market/
https://globalindiapharmacy.com/# Global India Pharmacy
https://pawtrustmeds.shop/# pet rx
https://pawtrustmeds.shop/# pet pharmacy
http://globalindiapharmacy.com/# Global India Pharmacy
http://globalindiapharmacy.com/# world pharmacy india
https://globalindiapharmacy.shop/# cheapest online pharmacy india
https://pawtrustmeds.com/# dog medicine
Alanodt5game is pretty cool! The graphics are sharp and the site is responsive, even on my phone. I’m digging the overall vibe. alanodt5game
BMWcasino treats you like royalty. The games are top-notch and the customer support is always helpful. Feels like you’re playing at a real casino. bmwcasino
M666game’s got some seriously awesome games! I spent hours here last night and didn’t even realize it. I’d definitely recommend it to anyone looking for a good time. m666game
https://veritascarepharm.shop/# Cialis 20mg price
best legal steroids
References:
https://personalbookmark.space/item/471812
benefits of using steroids
References:
http://lida-stan.by/user/tyvekpipe5/
nicotine bodybuilding
References:
https://reimer-gates.blogbright.net/testosterone-cypionate-injection-1775909246
illegal muscle building supplements
References:
https://rentry.co/ebu47oct