From 8c994a73c61ead5c1ec0dbee55c74a770d25fe17 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 10 Sep 2025 19:36:38 -0700 Subject: [PATCH 1/6] Bump version number --- config/Version.public.xcconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From c81c9444275f274ecebd75611080afbc8a24053a Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 10 Sep 2025 19:36:38 -0700 Subject: [PATCH 2/6] Update draft release notes for 26.3 --- WordPress/Resources/release_notes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/WordPress/Resources/release_notes.txt b/WordPress/Resources/release_notes.txt index fd1a8c4ae59c..6253f2a179b0 100644 --- a/WordPress/Resources/release_notes.txt +++ b/WordPress/Resources/release_notes.txt @@ -1,2 +1,4 @@ -- 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 From 672b142e02e477d59ccb26769f40f9021a29eb43 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 10 Sep 2025 19:36:38 -0700 Subject: [PATCH 3/6] Update draft release notes for 26.3 --- WordPress/Jetpack/Resources/release_notes.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 From 98943f348254a17f9133946cb63ad21e99601e09 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 10 Sep 2025 19:36:39 -0700 Subject: [PATCH 4/6] Release Notes: add new section for next version (26.4) --- RELEASE-NOTES.txt | 4 ++++ 1 file changed, 4 insertions(+) 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] From 6e0859c9d803c2aae02bffed798a0235101eaadf Mon Sep 17 00:00:00 2001 From: Tony Li Date: Thu, 11 Sep 2025 14:40:10 +1200 Subject: [PATCH 5/6] Remove Jetpack-only updates from WordPress release notes --- WordPress/Resources/release_notes.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/WordPress/Resources/release_notes.txt b/WordPress/Resources/release_notes.txt index 6253f2a179b0..8b137891791f 100644 --- a/WordPress/Resources/release_notes.txt +++ b/WordPress/Resources/release_notes.txt @@ -1,4 +1 @@ -* [*] 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 + From 6cf3c4d78f2e1a3eb37954f890decda73c2cd882 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 10 Sep 2025 19:44:45 -0700 Subject: [PATCH 6/6] Update strings for localization --- WordPress/Resources/en.lproj/Localizable.strings | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 */