Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
26.4
-----


26.3
-----
* [*] Fix a rare crash when scrolling the Reader sidebar [#24816]
Expand Down
7 changes: 4 additions & 3 deletions WordPress/Jetpack/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- 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.
- We've added mentions to the experimental editor—tag your collaborators and watch the magic happen.
- iPad Split View now behaves beautifully in portrait mode. No more awkward layouts.
* [*] Fix a rare crash when scrolling the Reader sidebar [#24816]
* [*] Fix an issue with Notification Settings button not working in the Reader Subscriptions context menus for subscriptions [#24778]
* [*] Fix an issue with tooltip in bar charts in Stats preventing scrolling [#24822]
* [*] Fix rare crash in Reader when loading posts [#24815]
15 changes: 10 additions & 5 deletions WordPress/Resources/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,9 @@
/* Description for the prompt to upgrade to Application Passwords. The first argument is the name of the feature that requires Application Passwords. */
"applicationPasswordRequired.description" = "Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %@.";

/* Feature name for the block editor in application password required prompt */
"applicationPasswordRequired.feature.blockEditor" = "Block Editor";

/* Feature name for managing plugins in the app */
"applicationPasswordRequired.feature.plugins" = "Plugin Management";

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

/* Action button to close edior and cancel changes or insertion of post
Action button to close the editor
/* Action button to close the editor
Dismisses the current screen */
"Close" = "Close";

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

/* The name of the media filter */
"mediaLibrary.filterAll" = "All";
"mediaLibrary.filterAudio" = "Audio";

/* The name of the media filter */
"mediaLibrary.filterAudio" = "Audio";
"mediaLibrary.filterDefault" = "Default (All)";

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

/* Navigation bar title of the Post Stats screen */
"postStats.title" = "Post Stats";

/* Button cancel */
"postVisibilityPicker.cancel" = "Cancel";

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

/* No comment provided by engineer. */
/* Unknown error */
"Unknown error" = "Unknown error";

/* People: Invitation Error */
Expand Down
3 changes: 1 addition & 2 deletions WordPress/Resources/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- We've added mentions to the experimental editor—tag your collaborators and watch the magic happen.
- iPad Split View now behaves beautifully in portrait mode. No more awkward layouts.

4 changes: 2 additions & 2 deletions config/Version.public.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION_LONG = 26.2.0.1
VERSION_SHORT = 26.2
VERSION_LONG = 26.3.0.0
VERSION_SHORT = 26.3