-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Merge 23.6 code freeze #21911
Merged
Merged
Merge 23.6 code freeze #21911
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
64406c8
Update release toolkit to version 9.2.0
mokagio f886436
Use `git_commit` instead of broken release toolkit for version bumps
mokagio a79af57
Use case-sensitive name for public version xcconfig
mokagio 69a7414
Remove explicit `git_add` call from `commit_version_bump`
mokagio 057284c
Call `commit_version_bump` once for both build types in code freeze
mokagio f801ea3
Use internal file to read internal version
mokagio 9cd5fbe
Fallback to `false` in `ENV.fetch` for flag to bypass confirmation
mokagio cb2796b
Call `next` to properly exit a lane early after user prompt
mokagio 200f118
Bump version number
mokagio d00e639
Update draft release notes for 23.6.
mokagio a0a4804
Update draft release notes for 23.6.
mokagio c71b6a3
Release Notes: add new section for next version (23.7)
mokagio 6dfefdd
Update `activesupport` to work around Ruby 3 issue
mokagio 275e797
Use latest stable versions of internal pods for release 23.6
mokagio 9a86389
Remove "Jetpack-only" annotation from Jetpack raw release notes for 23.6
mokagio e42432a
Remove "Jetpack-only" entries from WordPress 23.6 raw release notes
mokagio 1538618
Use "liked" in the reverse-DNS key for the `likedButtonHint`
mokagio d710d68
Update strings for localization
mokagio 5737496
Fix release notes for the Plans in Site Creation project (#21912)
irfano 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 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
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
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,5 +1,10 @@ | ||
We’ve made some visual changes to the reader. You’ll notice updates to feed cards, headers, buttons, recommendations, and more. Please feel free to give us lots of compliments. | ||
|
||
In the block editor, you can now split or exit a formatted block by pressing the “enter” key three times. The left-hand border is always visible for quote blocks, too, even in block-based themes on dark mode. And you can quote us on that. | ||
|
||
Finally, we fixed a code issue in blogging prompt settings that caused the app to crash. | ||
* [***] [internal] Added paid domain selection, plan selection, and checkout screens in site creation flow [#21688] | ||
* [**] When moving a post to trash, show a toast message with undo action instead of an inline undo row. [#21724] | ||
* [*] Site Domains: Fixed an issue where the message shared while adding a domain was inaccurate. [#21827] | ||
* [*] Fix an issue where login with site address is blocked after failing the first attempt. [#21848] | ||
* [*] Fix an issue with an issue [#16999] with HTML not being stripped from post titles [#21846] | ||
* [*] Fix an issue that leads to an ambiguous error message when an incorrect SMS 2FA code is submitted. [#21863] | ||
* [*] Fix an issue where two 2FA controllers were being opened at the same time when logging in. [#21865] | ||
* [*] Block Editor Social Icons: Fix visibility of inactive icons when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55398] | ||
* [*] Block Editor Classic block: Add option to convert to blocks [https://github.com/WordPress/gutenberg/pull/55461] | ||
* [*] Block Editor Synced Patterns: Fix visibility of heading section when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55399] |
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,7 +1,8 @@ | ||
In the block editor, you can now split or exit a formatted block by pressing the “enter” key three times. The left-hand border is always visible for quote blocks, too. And you can quote us on that. | ||
|
||
We also squashed a handful of bugs. | ||
|
||
- We fixed a code issue in blogging prompt settings that caused the app to crash. | ||
- During the signup process, you won’t end up in the reader by accident. | ||
- Creating a .com site? You should no longer see two overlays after completing the signup process. One and done. | ||
* [**] When moving a post to trash, show a toast message with undo action instead of an inline undo row. [#21724] | ||
* [*] Fix an issue where login with site address is blocked after failing the first attempt. [#21848] | ||
* [*] Fix an issue with an issue [#16999] with HTML not being stripped from post titles [#21846] | ||
* [*] Fix an issue that leads to an ambiguous error message when an incorrect SMS 2FA code is submitted. [#21863] | ||
* [*] Fix an issue where two 2FA controllers were being opened at the same time when logging in. [#21865] | ||
* [*] Block Editor Social Icons: Fix visibility of inactive icons when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55398] | ||
* [*] Block Editor Classic block: Add option to convert to blocks [https://github.com/WordPress/gutenberg/pull/55461] | ||
* [*] Block Editor Synced Patterns: Fix visibility of heading section when used with block based themes in dark mode [https://github.com/WordPress/gutenberg/pull/55399] |
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,4 +1,2 @@ | ||
VERSION_SHORT=23.5 | ||
|
||
// Internal long version example: VERSION_LONG=9.9.0.20180423 | ||
VERSION_LONG=23.5.0.20231027 | ||
VERSION_LONG = 23.6.0.20231030 | ||
VERSION_SHORT = 23.6 |
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,4 +1,2 @@ | ||
VERSION_SHORT=23.5 | ||
|
||
// Public long version example: VERSION_LONG=9.9.0.0 | ||
VERSION_LONG=23.5.0.3 | ||
VERSION_LONG = 23.6.0.0 | ||
VERSION_SHORT = 23.6 |
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.
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.
Love that our tooling picks these up :)
Next step, fail the build in the PR that introduced them. wordpress-mobile/release-toolkit#446