Make WordPress Core


Ignore:
Timestamp:
04/06/2026 09:45:57 PM (4 months ago)
Author:
jorgefilipecosta
Message:

Editor: Bump pinned hash for the Gutenberg repository.

This updates the pinned hash from the gutenberg from 0d133bf7e7437d65d68a06551f3d613a7d8e4361 to e2970ba736edb99e08fb369d4fb0c378189468ee.
The following changes are included:

  • WordPress/gutenberg#76478 Boot: Fix black area below content when sidebar is taller than page c… (WordPress/gutenberg#76764)
  • Style Book: Fix missing styles for classic themes in stylebook route (WordPress/gutenberg#76843)
  • RTC: Fix stuck "Join" link in post list when lock expires (WordPress/gutenberg#76795)
  • Icon: Fix center alignment in the editor for classic themes (WordPress/gutenberg#76878)
  • RTC: Fix notes not syncing between collaborative editors (WordPress/gutenberg#76873)
  • Latest Comments: Fix v1 deprecated block missing supports (WordPress/gutenberg#76877)
  • Connectors: Add Akismet as a default connector (WordPress/gutenberg#76828)
  • Restore with compaction update (WordPress/gutenberg#76872)
  • Improve JSDoc for abilities API (WordPress/gutenberg#76824)
  • Connectors: Replace plugin.slug with plugin.file (WordPress/gutenberg#76909)
  • Block visibility badge: use canvas iframe for viewport detection (WordPress/gutenberg#76889)
  • Connectors: Update help text from 'reset' to 'manage' (WordPress/gutenberg#76963)
  • Connectors: Hide Akismet unless already installed (WordPress/gutenberg#76962)
  • Wrap sync update processing in try/catch (WordPress/gutenberg#76968)
  • Backport: Improve validation and permission checks for WP_HTTP_Polling_Sync_Server (WordPress/gutenberg#76987)
  • Connectors: account for mu-plugins when resolving plugin.file status (WordPress/gutenberg#76994)

A full list of changes can be found on GitHub: https://github.com/WordPress/gutenberg/compare/0d133bf7e7437d65d68a06551f3d613a7d8e4361…e2970ba736edb99e08fb369d4fb0c378189468ee.

Log created with:

git log --reverse --format="- %s" 0d133bf7e7437d65d68a06551f3d613a7d8e4361..e2970ba736edb99e08fb369d4fb0c378189468ee | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy

See #64595.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-includes/assets/script-loader-packages.php

    r62151 r62212  
    101101                        'wp-warning'
    102102                ),
    103                 'version' => '0c1dfcebf759791c9a8b'
     103                'version' => '2300d40abe29e438beda'
    104104        ),
    105105        'block-library.js' => array(
     
    143143                        )
    144144                ),
    145                 'version' => 'd72ed53f961f90f21ed4'
     145                'version' => '67d1a681ec0100a25d78'
    146146        ),
    147147        'block-serialization-default-parser.js' => array(
     
    429429                        )
    430430                ),
    431                 'version' => 'a688ac97344ffdfcca99'
     431                'version' => 'd36eb0c37b644e4cd4c8'
    432432        ),
    433433        'edit-widgets.js' => array(
     
    520520                        )
    521521                ),
    522                 'version' => '49ff59c135229f1cc371'
     522                'version' => '63782008412a6163c9f0'
    523523        ),
    524524        'element.js' => array(
     
    818818                        'wp-private-apis'
    819819                ),
    820                 'version' => '89ec294039260fd01952'
     820                'version' => '8186bfbc15b827d261f5'
    821821        ),
    822822        'theme.js' => array(
Note: See TracChangeset for help on using the changeset viewer.