-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop and resolve conflicts #5117
Merge develop and resolve conflicts #5117
Conversation
…ssion' into feature/5015-react-post-template-settings
…-plugin-suppression Plugin settings: Handle plugin suppression section with REST/React components
…-post-template-settings
…/5018-settings-screen-ui
Partially reverts 6687931
…el-defaults Rework how and whether galleries are rendered as carousels
Fix TikTok test
…-4.x Update dependency webpack to v4.44.0
…plugin-jest-23.x Update dependency eslint-plugin-jest to v23.18.1
…plugin-jest-23.x Update dependency eslint-plugin-jest to v23.18.2
* develop: (2551 commits) Update dependency eslint-plugin-jest to v23.18.2 Update dependency eslint-plugin-jest to v23.18.1 Fix TikTok test Fix test failure in WP 4.9 Add tests for ObsoleteBlockAttributeRemover Skip adding data attributes for gallery shortcodes Revert block deprecation logic Harden pattern to match block comment and start tag Improve phpdoc for ObsoleteBlockAttributeRemover Improve logic for obtaining obsolete attribute pattern Introduce ObsoleteBlockAttributeRemover service Update dependency webpack to v4.44.0 Modify the block attributes during its deprecation Use DOMElement as return type for HasCaption::get_caption_element() Prevent removal of data attributes in sanitize_raw_embeds and fix boolean checks Ensure data-amp-carousel=true attribute is present for proper styling of gallery block Supply missing attribute value for gallery shortcode output Ensure comments_popup_link() is also filtered to prevent mobile redirection Test AMP_Theme_Support::amend_comments_link Remove unused imports ... # Conflicts: # amp.php # includes/amp-helper-functions.php # includes/class-amp-theme-support.php # includes/sanitizers/class-amp-style-sanitizer.php # includes/sanitizers/class-amp-tag-and-attribute-sanitizer.php
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
@googlebot I consent. |
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just going to assume this works. 😅
Summary
This PR merges the latest changes done in the
develop
branch (2.0.0-beta1
) intoadd/spa-amp-shadow-dom
branch (1.5.0-alpha
) and resolves code conflicts that found along the way. Amends #1519.For a clearer picture, it's useful to check a diff between the feature branch in
xwp/amp-wp
fork and the origindevelop
branch.Fixes n/a
Checklist