-
Notifications
You must be signed in to change notification settings - Fork 49
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
Feat/author fields #2102
Feat/author fields #2102
Conversation
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.
It works as expected except from one issue
Editing guest author is fine, but the extra fields for regular users only show up if I'm editing another user other than myself.
To display and save the extra fields when editing your own profile, you must use show_user_profile
and personal_options_update
hooks.
Also, not sure if this is related to this PR, but the link in the "More by author" in the blocks use the ?author_name=$name
format instead of the pretty permalink. Any reason for that? The same link looks fine in the Footer bio when you visit a post.
Thanks for catching that! Fixed in c72631b
This is not something this PR touches. It is like that only for guest authors – maybe they are not guaranteed to have a permalink, because there might be name collisions with a WP user. |
# [1.96.0-alpha.1](v1.95.2...v1.96.0-alpha.1) (2022-11-03) ### Bug Fixes * allow Stripe Billing portal to render without RAS ([b6e22cd](b6e22cd)) * apply ex-donor status only if user has no active subscriptions ([#2101](#2101)) ([40399ea](40399ea)) * apply My Account template changes only when RAS is active ([cd7b304](cd7b304)) * **stripe:** handle failed invoice fatal error ([#2103](#2103)) ([f865428](f865428)) * use default terms text in reg block if no text defined ([#2078](#2078)) ([443c59c](443c59c)) ### Features * enable setting user custom fields for job title etc. ([#2102](#2102)) ([4018af6](4018af6)), closes [#1723](#1723) * **newsletter-contact:** disallow overriding membership status field ([#2093](#2093)) ([8b8e134](8b8e134))
🎉 This PR is included in version 1.96.0-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
# [1.96.0](v1.95.4...v1.96.0) (2022-11-14) ### Bug Fixes * allow Stripe Billing portal to render without RAS ([b6e22cd](b6e22cd)) * apply ex-donor status only if user has no active subscriptions ([#2101](#2101)) ([40399ea](40399ea)) * apply My Account template changes only when RAS is active ([cd7b304](cd7b304)) * package lock ([8707e53](8707e53)) * **stripe:** handle failed invoice fatal error ([#2103](#2103)) ([f865428](f865428)) * **Stripe:** improve handling of invoice error ([#2117](#2117)) ([609bf7d](609bf7d)) * update newspack-scripts to fix CI builds ([#2109](#2109)) ([ec1ee7a](ec1ee7a)) * use default terms text in reg block if no text defined ([#2078](#2078)) ([443c59c](443c59c)) ### Features * enable setting user custom fields for job title etc. ([#2102](#2102)) ([4018af6](4018af6)), closes [#1723](#1723) * **newsletter-contact:** disallow overriding membership status field ([#2093](#2093)) ([8b8e134](8b8e134))
🎉 This PR is included in version 1.96.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
Closes #1723
How to test the changes in this Pull Request:
feat/author-blocks-fields
branchfeat/author-custom-fields
branchOther information: