Skip to content

Commit 248cd1c

Browse files
Merge release/26.3 into trunk (#24826)
* Bump version number * Update draft release notes for 26.3 * Update draft release notes for 26.3 * Release Notes: add new section for next version (26.4) * Remove Jetpack-only updates from WordPress release notes * Update strings for localization --------- Co-authored-by: Tony Li <[email protected]>
1 parent 1f28d90 commit 248cd1c

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
26.4
2+
-----
3+
4+
15
26.3
26
-----
37
* [*] Fix a rare crash when scrolling the Reader sidebar [#24816]
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
- Those gorgeous Stats charts just got even better—tap any bar for instant insights, explore weekly trends, and enjoy flawless dark mode. Your data deserves this level of elegance.
2-
- We've added mentions to the experimental editor—tag your collaborators and watch the magic happen.
3-
- iPad Split View now behaves beautifully in portrait mode. No more awkward layouts.
1+
* [*] Fix a rare crash when scrolling the Reader sidebar [#24816]
2+
* [*] Fix an issue with Notification Settings button not working in the Reader Subscriptions context menus for subscriptions [#24778]
3+
* [*] Fix an issue with tooltip in bar charts in Stats preventing scrolling [#24822]
4+
* [*] Fix rare crash in Reader when loading posts [#24815]

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,9 @@
862862
/* Description for the prompt to upgrade to Application Passwords. The first argument is the name of the feature that requires Application Passwords. */
863863
"applicationPasswordRequired.description" = "Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %@.";
864864

865+
/* Feature name for the block editor in application password required prompt */
866+
"applicationPasswordRequired.feature.blockEditor" = "Block Editor";
867+
865868
/* Feature name for managing plugins in the app */
866869
"applicationPasswordRequired.feature.plugins" = "Plugin Management";
867870

@@ -1749,8 +1752,7 @@ Note that the word 'go' here should have a closer meaning to 'start' rather than
17491752
Period Stats 'Clicks' header */
17501753
"Clicks" = "Clicks";
17511754

1752-
/* Action button to close edior and cancel changes or insertion of post
1753-
Action button to close the editor
1755+
/* Action button to close the editor
17541756
Dismisses the current screen */
17551757
"Close" = "Close";
17561758

@@ -5532,10 +5534,10 @@ Please install the %3$@ to use the app with this site.";
55325534
"mediaLibrary.deletionSuccessMessage" = "Deleted!";
55335535

55345536
/* The name of the media filter */
5535-
"mediaLibrary.filterAll" = "All";
5537+
"mediaLibrary.filterAudio" = "Audio";
55365538

55375539
/* The name of the media filter */
5538-
"mediaLibrary.filterAudio" = "Audio";
5540+
"mediaLibrary.filterDefault" = "Default (All)";
55395541

55405542
/* The name of the media filter */
55415543
"mediaLibrary.filterDocuments" = "Documents";
@@ -7453,6 +7455,9 @@ Please install the %3$@ to use the app with this site.";
74537455
/* Menu option for filtering posts by me */
74547456
"postsList.postsByMe" = "Posts by me";
74557457

7458+
/* Navigation bar title of the Post Stats screen */
7459+
"postStats.title" = "Post Stats";
7460+
74567461
/* Button cancel */
74577462
"postVisibilityPicker.cancel" = "Cancel";
74587463

@@ -11099,7 +11104,7 @@ Feel free to replace it with other bracket types that you think looks better for
1109911104
/* Label for size of media when it's not possible to calculate it. */
1110011105
"Unknown" = "Unknown";
1110111106

11102-
/* No comment provided by engineer. */
11107+
/* Unknown error */
1110311108
"Unknown error" = "Unknown error";
1110411109

1110511110
/* People: Invitation Error */
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- We've added mentions to the experimental editor—tag your collaborators and watch the magic happen.
2-
- iPad Split View now behaves beautifully in portrait mode. No more awkward layouts.
1+

config/Version.public.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_LONG = 26.2.0.1
2-
VERSION_SHORT = 26.2
1+
VERSION_LONG = 26.3.0.0
2+
VERSION_SHORT = 26.3

0 commit comments

Comments
 (0)