-
Notifications
You must be signed in to change notification settings - Fork 45
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
HPB: fix author query if CAP is unavailable #1336
Merged
Merged
Conversation
This file contains 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
leogermani
approved these changes
Dec 23, 2022
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.
Tests well! Well done adding tests!
leogermani
added a commit
that referenced
this pull request
Jan 13, 2023
* build(deps-dev): bump @testing-library/dom from 8.19.0 to 8.19.1 Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 8.19.0 to 8.19.1. - [Release notes](https://github.com/testing-library/dom-testing-library/releases) - [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md) - [Commits](testing-library/dom-testing-library@v8.19.0...v8.19.1) --- updated-dependencies: - dependency-name: "@testing-library/dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(HPB): author query if CAP is unavailable (#1336) * fix: make sure correct avatar is loaded when guests and users share IDs (#1339) * feat(homepage-posts-block): filter image sizes based on the maximum image width (#1322) * build(deps-dev): bump sirbrillig/phpcs-variable-analysis Bumps [sirbrillig/phpcs-variable-analysis](https://github.com/sirbrillig/phpcs-variable-analysis) from 2.11.9 to 2.11.10. - [Release notes](https://github.com/sirbrillig/phpcs-variable-analysis/releases) - [Commits](sirbrillig/phpcs-variable-analysis@v2.11.9...v2.11.10) --- updated-dependencies: - dependency-name: sirbrillig/phpcs-variable-analysis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * fix(donate-stripe): initialize Stripe only if element is visible (#1344) * fix: make author block font sizing more specific (#1343) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Boro <adam@adamboro.com> Co-authored-by: Laurel <laurel.fulford@automattic.com> Co-authored-by: matticbot <sysops+ghmatticbot@automattic.com>
matticbot
pushed a commit
that referenced
this pull request
Jan 25, 2023
# [1.61.0-alpha.1](v1.60.1...v1.61.0-alpha.1) (2023-01-25) ### Bug Fixes * **donate-stripe:** initialize Stripe only if element is visible ([#1344](#1344)) ([207bff7](207bff7)) * **HPB:** author query if CAP is unavailable ([#1336](#1336)) ([b3ad96f](b3ad96f)) * make author block font sizing more specific ([#1343](#1343)) ([a84034f](a84034f)) * make sure correct avatar is loaded when guests and users share IDs ([#1339](#1339)) ([ebab2eb](ebab2eb)) ### Features * **homepage-posts-block:** filter image sizes based on the maximum image width ([#1322](#1322)) ([6bed199](6bed199))
🎉 This PR is included in version 1.61.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
matticbot
pushed a commit
that referenced
this pull request
Jan 25, 2023
# [1.61.0](v1.60.1...v1.61.0) (2023-01-25) ### Bug Fixes * **donate-stripe:** initialize Stripe only if element is visible ([#1344](#1344)) ([207bff7](207bff7)) * **HPB:** author query if CAP is unavailable ([#1336](#1336)) ([b3ad96f](b3ad96f)) * make author block font sizing more specific ([#1343](#1343)) ([a84034f](a84034f)) * make sure correct avatar is loaded when guests and users share IDs ([#1339](#1339)) ([ebab2eb](ebab2eb)) ### Features * **homepage-posts-block:** filter image sizes based on the maximum image width ([#1322](#1322)) ([6bed199](6bed199))
🎉 This PR is included in version 1.61.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
All Submissions:
Changes proposed in this Pull Request:
Fixes an issue created in #1083, adds basic tests, and refactors some of the code.
How to test the changes in this Pull Request:
master
, disable Co-Authors Plus plugin and insert the Homepage Posts block on a pageOther information: