Skip to content

Commit 206802b

Browse files
committed
Editor: Bump pinned hash for the Gutenberg repository.
This updates the pinned hash from the `gutenberg` from `e2970ba736edb99e08fb369d4fb0c378189468ee ` to `c15cef1d6b07f666df28dac0383bafb0edfe0914`. The following changes are included: - RTC: Predefined retry schedules for disconnect dialog, make more lenient (WordPress/gutenberg#76966) - Block Editor: Prevent Enter key from inserting paragraphs in contentOnly sections (WordPress/gutenberg#76989) - Cover block: fix embed video background Error 153 in editor (WordPress/gutenberg#76904) - Restore original template registration tests alongside activation variants (WordPress/gutenberg#77068) - Avoid stale values in core/cover block for RTC compatibility (WordPress/gutenberg#76916) - Bump oras-project/setup-oras (WordPress/gutenberg#77096) (WordPress/gutenberg#77110) - RTC: Change SyncConnectionModal to isSyncConnectionErrorHandled filter and drop IS_GUTENBERG_PLUGIN check (WordPress/gutenberg#76853) - contentOnly template lock: Fix block insertion and removal rules (WordPress/gutenberg#77119) - Global Styles Revisions: Fix footer overflow (WordPress/gutenberg#77103) - Revision: Fix 'Show changes' button reset state (WordPress/gutenberg#77122) - Link picker: Decode HTML entities in link preview title (WordPress/gutenberg#77170) - Connectors: don't clobber third-party custom render in registerDefaultConnectors (WordPress/gutenberg#77116) - Connectors: Replace speak() with notice store for state changes (WordPress/gutenberg#77174) - Core Data: Fix 'useEntityProp' for raw attributes (WordPress/gutenberg#77120) - Fix PatternsActions prop name from postType to type (WordPress/gutenberg#77251) - Fix: restore editor canvas padding in classic themes (WordPress/gutenberg#76864) - RTC: Add filterable flag for meta box RTC compatibility (WordPress/gutenberg#76939) - Fix failing 'WP_HTTP_Polling_Sync_Server' unit test (WordPress/gutenberg#77025) (WordPress/gutenberg#77325) - Edit Post: Fix warning in 'useMetaBoxInitialization' hook (WordPress/gutenberg#77311) - Update the page slug we link to for the AI plugin after the plugin has been installed and activated (WordPress/gutenberg#77336) - Test: Connectors Point to the righ page. (WordPress/gutenberg#77272) - Post Editor: Store metaboxes RTC-compatible flag on location entries (WordPress/gutenberg#77361) - Core Abilities: Export initialization promise as `ready` (WordPress/gutenberg#77254) - Block Editor: Strip per-block custom CSS on save for users without edit_css (WordPress/gutenberg#76650) - Add heading level 1 for the fonts page (WordPress/gutenberg#77482) - Connectors: Treat network-active plugins as active in plugin status check (WordPress/gutenberg#77661) - RTC: Fix disconnect dialog due to uneditable entity (WordPress/gutenberg#77242) - RTC: Fix "Connection Lost" dialog when too many entities are loaded (WordPress/gutenberg#77631) - RTC: Fix "Edit as HTML" content reset during collaboration (WordPress/gutenberg#77043) - RTC: Add optional `shouldSync` function to entity sync config (WordPress/gutenberg#76947) - RTC: Fixed orphaned meta causing dirty editor state (WordPress/gutenberg#77529) - Ensure "Retry" button is stable during retries (WordPress/gutenberg#77234) - Patterns: add confirmation dialog before disconnecting/detaching (WordPress/gutenberg#75713) - Template parts: make 'Detach' context menu item consistent across patterns and template parts (WordPress/gutenberg#77581) - Remove sandbox `allow-same-origin` for core/html blocks (Merge WordPress/gutenberg#77212 to `wp/7.0`) (WordPress/gutenberg#77699) - Added Context for Next/Prev Enlarge Image (WordPress/gutenberg#76967) - Backport: Writing Flow: fix arrow keys skipping paragraph containing link (WordPress/gutenberg#77478) - Revisions: Improve screen reader accessibility for diff markers region and slider (WordPress/gutenberg#77660) - Connectors: Add role="list" wrapper to connector cards for valid ARIA structure (WordPress/gutenberg#77689) - Command Palette: Fix macOs label for sites unable to determine UA via PHP (WordPress/gutenberg#77638) - RTC: Fix inline inserter reset on update sync (WordPress/gutenberg#76980) (WordPress/gutenberg#77706) - Connectors: keep focus on action Button during install (WordPress/gutenberg#77544) - Added Translator Context for Reply (WordPress/gutenberg#77891) - Editor: Improve revisions diff pairing performance (WordPress/gutenberg#77126) - Core Data: Treat single-item responses specially (WordPress/gutenberg#76318) - Site editor: preserve non-global styles in pattern previews (WordPress/gutenberg#77957) - RTC: Fix divergence when two offline users reconnect (WordPress/gutenberg#77980) - RTC: Fix compaction unit test (WordPress/gutenberg#77986) - Connectors: Stop e2e capability restriction from leaking across specs (WordPress/gutenberg#77857) - Connectors: Clarify AI plugin callout copy (WordPress/gutenberg#78043) - Fix: Only auto register settings if the plugin the connector references is installed and active. (WordPress/gutenberg#77273) - Connectors: Add is_active callback support to plugin registration (WordPress/gutenberg#77897) - RTC: Fix race condition on room creation which can cause a split update log (WordPress/gutenberg#77675) - RTC: Fix find_canonical_storage_post_id() always returning null (WordPress/gutenberg#78053) - i18n: add context to scale (WordPress/gutenberg#76917) - Revisions: Simplify fetching (WordPress/gutenberg#77086) - e2e: Add e2e tests for template and template part revisions (WordPress/gutenberg#76923) - Editor: Paginate revisions slider by 100 per page (WordPress/gutenberg#77200) (WordPress/gutenberg#78070) - Revisions: Add diagonal stripe patterns to diff markers to avoid color-only distinction (WordPress/gutenberg#77904) - Revision: Fix failing e2e test (WordPress/gutenberg#78079) - Real-time collaboration: Bundle @wordpress/sync instead of exposing as wp.sync (WordPress/gutenberg#78085) A full list of changes can be found on GitHub: https://github.com/WordPress/gutenberg/compare/e2970ba736edb99e08fb369d4fb0c378189468ee…c15cef1d6b07f666df28dac0383bafb0edfe0914. Log created with: git log --reverse --format="- %s" e2970ba736edb99e08fb369d4fb0c378189468ee..c15cef1d6b07f666df28dac0383bafb0edfe0914 | sed 's|#\([0-9][0-9]*\)|https://github.com/WordPress/gutenberg/pull/\1|g; /github\.com\/WordPress\/gutenberg\/pull/!d' | pbcopy See #64595. git-svn-id: https://develop.svn.wordpress.org/trunk@62333 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0b33818 commit 206802b

10 files changed

Lines changed: 152 additions & 117 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://develop.svn.wordpress.org/trunk"
88
},
99
"gutenberg": {
10-
"sha": "e2970ba736edb99e08fb369d4fb0c378189468ee",
10+
"sha": "c15cef1d6b07f666df28dac0383bafb0edfe0914",
1111
"ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build"
1212
},
1313
"engines": {

src/wp-includes/assets/script-loader-packages.php

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
'wp-url',
101101
'wp-warning'
102102
),
103-
'version' => '2300d40abe29e438beda'
103+
'version' => '7e969d1c58fd6b032753'
104104
),
105105
'block-library.js' => array(
106106
'dependencies' => array(
@@ -142,7 +142,7 @@
142142
'import' => 'dynamic'
143143
)
144144
),
145-
'version' => '67d1a681ec0100a25d78'
145+
'version' => 'bbcc73335599ce2b8d51'
146146
),
147147
'block-serialization-default-parser.js' => array(
148148
'dependencies' => array(
@@ -214,7 +214,7 @@
214214
'wp-rich-text',
215215
'wp-warning'
216216
),
217-
'version' => '2cbe9a66c53c614d7d6f'
217+
'version' => '5dedfe13f08880193a28'
218218
),
219219
'compose.js' => array(
220220
'dependencies' => array(
@@ -257,16 +257,16 @@
257257
'wp-data',
258258
'wp-deprecated',
259259
'wp-element',
260+
'wp-hooks',
260261
'wp-html-entities',
261262
'wp-i18n',
262263
'wp-private-apis',
263264
'wp-rich-text',
264-
'wp-sync',
265265
'wp-undo-manager',
266266
'wp-url',
267267
'wp-warning'
268268
),
269-
'version' => '4d15c0f82a9fb01a04ed'
269+
'version' => '515bcc5a2962232ccea7'
270270
),
271271
'customize-widgets.js' => array(
272272
'dependencies' => array(
@@ -381,7 +381,7 @@
381381
'import' => 'static'
382382
)
383383
),
384-
'version' => 'f84d20a8526b3463e9ff'
384+
'version' => '69ec189de328df478ab5'
385385
),
386386
'edit-site.js' => array(
387387
'dependencies' => array(
@@ -428,7 +428,7 @@
428428
'import' => 'static'
429429
)
430430
),
431-
'version' => 'd36eb0c37b644e4cd4c8'
431+
'version' => '34fbf7f8c7d55055d9cd'
432432
),
433433
'edit-widgets.js' => array(
434434
'dependencies' => array(
@@ -519,7 +519,7 @@
519519
'import' => 'static'
520520
)
521521
),
522-
'version' => '63782008412a6163c9f0'
522+
'version' => 'f8cdc22abc621b3f9409'
523523
),
524524
'element.js' => array(
525525
'dependencies' => array(
@@ -675,7 +675,7 @@
675675
'wp-private-apis',
676676
'wp-url'
677677
),
678-
'version' => '4b640c092eb654d2bd78'
678+
'version' => '714c49ed2942c98d088f'
679679
),
680680
'plugins.js' => array(
681681
'dependencies' => array(
@@ -758,7 +758,7 @@
758758
'wp-primitives',
759759
'wp-url'
760760
),
761-
'version' => 'c72d27a8ac4e33cb74d6'
761+
'version' => '21d86e46535b79d9afda'
762762
),
763763
'rich-text.js' => array(
764764
'dependencies' => array(
@@ -811,14 +811,6 @@
811811
),
812812
'version' => 'faa37ce61b7ec8394b2a'
813813
),
814-
'sync.js' => array(
815-
'dependencies' => array(
816-
'wp-api-fetch',
817-
'wp-hooks',
818-
'wp-private-apis'
819-
),
820-
'version' => '8186bfbc15b827d261f5'
821-
),
822814
'theme.js' => array(
823815
'dependencies' => array(
824816
'react-jsx-runtime',

src/wp-includes/assets/script-modules-packages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
'import' => 'static'
191191
)
192192
),
193-
'version' => '7cd8fe3a80dded97579b'
193+
'version' => '012760fd849397dd0031'
194194
),
195195
'edit-site-init/index.js' => array(
196196
'dependencies' => array(

src/wp-includes/blocks/image.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ function block_core_image_render_lightbox( $block_content, $block, $block_instan
205205
array(
206206
'defaultAriaLabel' => __( 'Enlarged image' ),
207207
'closeButtonText' => esc_html__( 'Close' ),
208-
'prevButtonText' => esc_html__( 'Previous' ),
209-
'nextButtonText' => esc_html__( 'Next' ),
208+
'prevButtonText' => esc_html_x( 'Previous', 'previous image in lightbox' ),
209+
'nextButtonText' => esc_html_x( 'Next', 'next image in lightbox' ),
210210
)
211211
);
212212

@@ -323,8 +323,8 @@ class="lightbox-trigger"
323323
function block_core_image_print_lightbox_overlay() {
324324
$dialog_label = esc_attr__( 'Enlarged images' );
325325
$close_button_text = esc_attr__( 'Close' );
326-
$prev_button_text = esc_attr__( 'Previous' );
327-
$next_button_text = esc_attr__( 'Next' );
326+
$prev_button_text = esc_attr_x( 'Previous', 'previous image in lightbox' );
327+
$next_button_text = esc_attr_x( 'Next', 'next image in lightbox' );
328328
$close_button_icon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="20" height="20" aria-hidden="true" focusable="false"><path d="m13.06 12 6.47-6.47-1.06-1.06L12 10.94 5.53 4.47 4.47 5.53 10.94 12l-6.47 6.47 1.06 1.06L12 13.06l6.47 6.47 1.06-1.06L13.06 12Z"></path></svg>';
329329
$prev_button_icon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="28" height="28" aria-hidden="true" focusable="false"><path d="M14.6 7l-1.2-1L8 12l5.4 6 1.2-1-4.6-5z"></path></svg>';
330330
$next_button_icon = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="28" height="28" aria-hidden="true" focusable="false"><path d="M10.6 6L9.4 7l4.6 5-4.6 5 1.2 1 5.4-6z"></path></svg>';

0 commit comments

Comments
 (0)