diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2017dda0a456..4d470ef8574d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,7 @@ +26.4 +----- + + 26.3 ----- * [*] Fix a rare crash when scrolling the Reader sidebar [#24816] diff --git a/WordPress/Jetpack/Resources/release_notes.txt b/WordPress/Jetpack/Resources/release_notes.txt index 0eefb5ac7969..6253f2a179b0 100644 --- a/WordPress/Jetpack/Resources/release_notes.txt +++ b/WordPress/Jetpack/Resources/release_notes.txt @@ -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. \ No newline at end of file +* [*] 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] \ No newline at end of file diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index 772ac83c566d..f907abbcd4a1 100644 --- a/WordPress/Resources/en.lproj/Localizable.strings +++ b/WordPress/Resources/en.lproj/Localizable.strings @@ -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"; @@ -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"; @@ -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"; @@ -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"; @@ -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 */ diff --git a/WordPress/Resources/release_notes.txt b/WordPress/Resources/release_notes.txt index fd1a8c4ae59c..8b137891791f 100644 --- a/WordPress/Resources/release_notes.txt +++ b/WordPress/Resources/release_notes.txt @@ -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. \ No newline at end of file + diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index a4f527c352d7..1bb876151cce 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 26.2.0.1 -VERSION_SHORT = 26.2 +VERSION_LONG = 26.3.0.0 +VERSION_SHORT = 26.3