Merged
Conversation
* Remove incorrect comment * Add missing attribtes and supports * Add integration tests for the deprecation * Fix incorrect import * Fix fixtures
* Disambiguate "Import" button string. * Add _x to import --------- Co-authored-by: Andrew Serong <14988353+andrewserong@users.noreply.github.com>
* Update style.scss * Update style.scss
* Check if object exists before accessing its properties. * Name anonymous functions * Update names
* If somehow a user lands on the revisions panel when there are no revisions, show some helpful text rather than a loading spinner. Also, add an E2E test! * Updated unit tests to reflect resolver logic changes * Use existing string * Only open edit view when testing the revisions panel itself
|
Size Change: +216 B (0%) Total Size: 1.45 MB
ℹ️ View Unchanged
|
ramonjd
approved these changes
Jul 25, 2023
Member
ramonjd
left a comment
There was a problem hiding this comment.
Tested all commits in the list according to their PR descriptions
LGTM
🙇🏻
Member
|
@tellthemachines, @ramonjd, is there a time to include one or two more PRs? |
Member
Both approved. Just waiting for CI to pass on #52916 |
Member
|
Thanks and sorry for last minute PRs 🙇 |
* ResizableFrame: Account for window resizing * Don't memoize --------- Co-authored-by: Robert Anderson <robert@noisysocks.com>
Member
|
Latest commits LGTM |
| $footnotes = get_post_meta( $post_id, 'footnotes', true ); | ||
|
|
||
| if ( $footnotes ) { | ||
| // Can't use update_post_meta() because it doesn't allow revisions. |
Member
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Adds the following bug fixes to the 6.3 release branch:
Sidebar: Restore Back buton 'go to parent' functionality
Disambiguate "Import" button string.
Site Editor: Fix the template parts link on the list page
Check if object exists before accessing its properties.
Distraction Free: Add missing command in site editor
Distraction Free Keyboard Shortcut: Fix notices in site editor
Global styles revisions: display text if no revisions are found
Image: Use the correct method for caption class in recent deprecation
Fix image block v6 deprecation
Return focus more from focus return hook
My patterns page: Increase color contrast for the toggle group
Distraction Free: Fix conflict with showListViewByDefault preference
Site Editor: Don't navigate to the patterns in Template Parts mode
Site Editor: Open template parts from the list page in canvas view mode
ResizableFrame: Account for window resizing