-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge release/25.7 into trunk (#21692)
* Download store metadata when generating beta build (#21623) * Download store metadata when generating beta build This should provide earlier feedback on the metadata translation, at least for the portion that has already been translated at the time a beta is made. This is consistent with what we do in iOS, see https://github.com/wordpress-mobile/WordPress-iOS/blob/b9a0deaf091739f33051f20cffdbe9a2097f645e/fastlane/lanes/release.rb#L219 * Remove call to push changes in download translated metadata lane Automatically pushing from lanes other than the root-release lanes (code freeze, new beta, finalize release, etc.) can result in undesired pushes, like it just happened to me in edcd40a * fix: Address editor crashes from null listeners (#21657) * fix: Address editor crashes from null listeners Setting the listeners within `instantiateItem` appears problematic as this only runs for the initial launch, but not for other events that destroy and recreate fragment--e.g., screen rotation events. To address this, GutenbergKit now follow the pattern of the Aztec and GutenbergMobile editors, invoking the `initializeEditorFragment` method. This method is described as "requesting dependency injection," which feels like an odd statement. There is likely further opportunity to refactor this architecture for simplicity. * docs: Add release note * docs: Remove `TODO` comment Apparently the linter prohibits this statement... * Merge release_notes/25.7 into release/25.7 (#21691) * Update 25.7 release notes * Update WordPress `PlayStoreStrings.po` for version 25.7 * Update Jetpack `PlayStoreStrings.po` for version 25.7 --------- Co-authored-by: Oguz Kocer <oguz.kocer@automattic.com> * Update translations * Bump version number * Update WordPress metadata translations for 25.7 * Update Jetpack metadata translations for 25.7 --------- Co-authored-by: Gio Lodi <gio.lodi@automattic.com> Co-authored-by: David Calhoun <github@davidcalhoun.me> Co-authored-by: Oguz Kocer <oguz.kocer@automattic.com>
- Loading branch information
1 parent
191c357
commit a0f2a5d
Showing
79 changed files
with
2,846 additions
and
3,088 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* [**] Send feedback from within the experimental editor "more" options menu. [#21586] | ||
* [**] Support accessing the code editor within the experimental editor. [#21582] | ||
|
||
Just two fixes to the experimental block editor this time: | ||
1. You can send feedback about the editor while you're using it. | ||
2. We fixed a bug where the code view didn't work properly |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* [**] Send feedback from within the experimental editor "more" options menu. [#21586] | ||
* [**] Support accessing the code editor within the experimental editor. [#21582] | ||
|
||
Just two fixes to the experimental block editor this time: | ||
1. You can send feedback about the editor while you're using it. | ||
2. We fixed a bug where the code view didn't work properly |
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
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
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
Oops, something went wrong.