-
Notifications
You must be signed in to change notification settings - Fork 57
Release 1.76.3 #4922
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
Merged
Merged
Release 1.76.3 #4922
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
46344ca
Release script: Update gb mobile version to 1.76.3
5f90209
Release script: Update gutenberg ref
8056ce8
Release script: Update bundle for: 1.76.3
eceefad
Update Gutenberg ref
220836c
Update third-party podspecs
7215972
Update FBReactNativeSpec podspec
e0fb09f
Update Gutenberg ref
2617856
Update release notes
b61a0d5
Update Gutenberg reference
18bb6ae
Update Release notes
81ab6f0
Update Gutenberg ref
9f1ff39
Merge with trunk
6059b9b
Update third-party podspecs
970e4e6
Update FBReactNativeSpec podspec
7162c60
Update bundles
45b9419
Revert jetpack ref update
52a1ef0
Update release notes
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Submodule gutenberg
updated
20 files
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
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
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.
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.
@geriux I'm curious why these strings were added in
1.77.0and then removed in this PR 🤔 . As far as I checked, they come from Jetpack (reference) but I think they're not actually used in the editor.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.
Do they show up again in
1.77.1?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.
Yep, after running the command
npm run bundle, I see that these strings are re-introduced (reference).I've checked this further and looks like the strings are expected to be here although they are not used. The file where they are defined (reference) it's being imported in a native file, hence as they're referenced, they're considered to be part of the editor and to be translated.
usableBlockWithFreePlan.usableBlockWithFreePlanis used in the exported functionisStillUsableWithFreePlan.isStillUsableWithFreePlanis exported as part of the@automattic/jetpack-shared-extension-utilspackage.@automattic/jetpack-shared-extension-utilspackage is imported in the native fileregister-jetpack-block.native.native.js.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.
Probably, we haven't bumped into this change before because the Jetpack reference was recently updated, and a lot of time has passed since the last update.
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 see I did encounter issues with the jetpack reference, I'm sure it's related. Sorry for that 😅