-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Enable FFs for 26.4 #24906
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
Enable FFs for 26.4 #24906
Conversation
case .intelligence: | ||
return BuildConfiguration.current == .debug | ||
let languageCode = Locale.current.languageCode | ||
return (languageCode ?? "en").hasPrefix("en") |
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 opened a ticket to fix and enable it for more locales https://linear.app/a8c/issue/CMM-762/excerpts-are-created-in-the-system-language-not-the-content-language. It needs more work and testing to ensure it performs as expected.
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.
Want to make it an experimental feature so that users can enable it if they want?
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.
|
App Name | WordPress | |
Configuration | Release-Alpha | |
Build Number | 29309 | |
Version | PR #24906 | |
Bundle ID | org.wordpress.alpha | |
Commit | 2459457 | |
Installation URL | 1gu57pfilrf20 |
|
App Name | Jetpack | |
Configuration | Release-Alpha | |
Build Number | 29309 | |
Version | PR #24906 | |
Bundle ID | com.jetpack.alpha | |
Commit | 2459457 | |
Installation URL | 3afcigpk2oo4g |
Generated by 🚫 Danger |
|
Changes:
onAppear
not called inPublishPostView
leading to the tags suggestions not being generated