Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 21, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

jonathanbossenger and others added 30 commits January 20, 2026 11:31
* Simplify blocks-manifest registration

Simplify's the code generated to register blocks in the main plugin file
to default to using the new wp_register_block_types_from_metadata_collection function.

Leaves the links to the update posts in the comments, so that developers building blocks
for older WordPress versions can make the nessecary changes manually.

* Update WordPress versions

Co-authored-by: jonathanbossenger <psykro@git.wordpress.org>
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: juanmaguitar <juanmaguitar@git.wordpress.org>
…ed patterns (#74755)

Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
* Paragraph: Add text column support

* linter fix

* remove unneeded change

* Add backport changelog for textColumns in appearanceTools

Links to Core PR that backports the textColumns test fix.

Backport of WordPress/wordpress-develop#10756

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* update changelog backports

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
#74408)

* Don't show overlay settings for navigation blocks that are inside other navigation blocks

* simplify

* simplify

* use the entity rather than the URL parsing

* Add useEffect to force navigations within overlays to never have an overlay

* use the const for the overlay area name

* update approach to use the isWithinNavigationOverlay

---------

Co-authored-by: Jerry Jones <jones.jeremydavid@gmail.com>
Co-authored-by: scruffian <scruffian@git.wordpress.org>
Co-authored-by: jeryj <jeryj@git.wordpress.org>
Co-authored-by: getdave <get_dave@git.wordpress.org>
Co-authored-by: mikachan <mikachan@git.wordpress.org>
Unlinked contributors: alexsanford.

Co-authored-by: jsnajdr <jsnajdr@git.wordpress.org>
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: dilipom13 <dilip2615@git.wordpress.org>
Co-authored-by: anomiex <bjorsch@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
Co-authored-by: manzoorwanijk <manzoorwanijk@git.wordpress.org>
Co-authored-by: SirLouen <sirlouen@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Remove instructions on how to access attribute values provided by Pattern Overrides in block render callbacks.

As it turns out, those instructions are obsolete: block attributes are automatically assigned values from Pattern Overrides by the Block Bindings Mechanism.

Co-authored-by: ockham <bernhard-reiter@git.wordpress.org>
Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
* Verse Block: Add new textAlign support

* fix Update migrations

* fix: restore eligibility check

Co-authored-by: SirLouen <sirlouen@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
* Fix: can't disable textColumn UI

* Update backport changelog

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
#74725)

Unlinked contributors: aileenf.

Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: Suhel-Shaikh-Mohammad <suhel5047@git.wordpress.org>
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
Co-authored-by: huubl <huubl@git.wordpress.org>
Co-authored-by: andrewserong <andrewserong@git.wordpress.org>
Unlinked contributors: davewhitley.

Co-authored-by: prasadkarmalkar <prasadkarmalkar@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Switch from codehealth.vercel.app to codevitals.run for publishing performance metrics.
…dling (#74803)

Replaces https.request with fetch to automatically follow 301/302 redirects. This addresses the issue where performance results posting would fail if the endpoint returns a redirect. The fetch API handles redirects by default (up to 20 hops).
* Update deprecation warning for unique ID format

* Update changelog

---------

Co-authored-by: fabiankaegy <fabiankaegy@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: luisherranz <luisherranz@git.wordpress.org>
* Cover Block: Enable focal point picker for fixed background

Allows users to set focal point even when fixed background is enabled.
This is particularly useful for mobile devices where fixed backgrounds
are often converted to scrolling backgrounds, making the focal point
relevant for positioning the background image.

The focal point picker now includes helpful text explaining its purpose
when fixed background is active.

* Simplify focal point picker logic and remove help text

- Show focal point picker for all image and video backgrounds
- Remove conditional logic for hasParallax and isRepeated
- Remove confusing help text about mobile devices
- Focal point now works with fixed backgrounds on all devices

Co-authored-by: JosVelasco <josvelasco@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: ramonjd <ramonopoly@git.wordpress.org>
…rsion below 2 (#74057)

* Fix unit tests take 1

* Blocks: Always trigger borwser console warnings for blocks with apiVersion below 2

* Fix unit tests take 2

* Fix unit tests take 3

* Fix unit tests take 4

* Fix unit tests take 5

* Fix unit tests take 6

* Fix unit tests take 7

* Fix unit tests take 8

* Fix unit tests take 9

* Fix unit tests take 10

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: SirLouen <sirlouen@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: pkevan <paulkevan@git.wordpress.org>
Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org>
Co-authored-by: senadir <senadir@git.wordpress.org>
Co-authored-by: oandregal <oandregal@git.wordpress.org>
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
* Storybook: Fix missing props from component stories

* Bump available memory in CI Storybook build

* Bump available memory in CI Storybook build

Co-authored-by: aduth <aduth@git.wordpress.org>
Co-authored-by: tyxla <tyxla@git.wordpress.org>
shimotmk and others added 4 commits January 21, 2026 17:46
Co-authored-by: shimotmk <shimotomoki@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
Co-authored-by: ntsekouras <ntsekouras@git.wordpress.org>
…SES mangling (#74731)

Complete the backport of https://core.trac.wordpress.org/changeset/61486.

#74371 was a partial backport but omitted some necessary filter changes.

---

Co-authored-by: sirreal <jonsurrell@git.wordpress.org>
Co-authored-by: dmsnell <dmsnell@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
* Move selectLabelText to shared utility

* Update packages/block-library/src/navigation-link/shared/select-label-text.js

Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>

---------

Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com>
Co-authored-by: scruffian <scruffian@git.wordpress.org>
Co-authored-by: mikachan <mikachan@git.wordpress.org>
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.3.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](digitalbazaar/forge@v1.3.1...v1.3.3)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: desrosj <desrosj@git.wordpress.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.