diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index f1266dce466f..9da155de8810 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,7 @@ +25.7 +----- + + 25.6 ----- diff --git a/WordPress/Jetpack/Resources/release_notes.txt b/WordPress/Jetpack/Resources/release_notes.txt index 0c82af0df406..139597f9cb07 100644 --- a/WordPress/Jetpack/Resources/release_notes.txt +++ b/WordPress/Jetpack/Resources/release_notes.txt @@ -1,5 +1,2 @@ -This month, we've: -- Fixed some crashes in reader, improved search, and made posts load more smoothly. -- Enabled TikTok embeds in reader. -- Stability improvements to the experimental editor (you should try it if you haven't already!) -- Adjusted how users log into WordPress.com – we hope it'll make it easier for folks to get started. + + diff --git a/WordPress/Resources/en.lproj/Localizable.strings b/WordPress/Resources/en.lproj/Localizable.strings index 7c8b0af59a94..f787c72218c6 100644 --- a/WordPress/Resources/en.lproj/Localizable.strings +++ b/WordPress/Resources/en.lproj/Localizable.strings @@ -3124,6 +3124,9 @@ Example: Reply to Pamela Nguyen */ /* Error message displayed when site credentials aren't configured. */ "Enter your server credentials" = "Enter your server credentials"; +/* A name of the ID field (it's a technical field, has to be short, displayed below everything else) */ +"entityMetadataFooterView.id" = "ID"; + /* Generic error alert title Generic error. Generic popup title for any type of error. */ @@ -7333,6 +7336,15 @@ Example: given a notice format "Following %@" and empty site name, this will be /* Context menu action */ "reader.postContextMenu.viewInBrowser" = "View in Browser"; +/* Reader post details view placeholder when blog name not avail */ +"reader.postDetails.blog" = "blog"; + +/* Reader post details view */ +"reader.postDetails.viewModeDescription" = "The owner of this site only allows us to show a brief summary of their content. To view the full post, you'll have to visit their site."; + +/* Reader post details view */ +"reader.postDetails.viewMoreOn" = "Visit %@ for the full post"; + /* Name for the Candy color theme, used in the Reader's reading preferences. */ "reader.preferences.color.candy" = "Candy"; @@ -8592,6 +8604,9 @@ Feel free to replace it with other bracket types that you think looks better for /* Accessibility hint for actions when displaying media items. */ "siteMedia.cellAccessibilityHint" = "Select media."; +/* Title for the URL field */ +"siteMedia.details.url" = "URL"; + /* Accessibility hint for media item preview for user's viewing an item in their media library */ "siteMediaItem.contentViewAccessibilityHint" = "Tap to view media in full screen"; @@ -8764,8 +8779,7 @@ Feel free to replace it with other bracket types that you think looks better for /* Title shown on the dashboard when it fails to load */ "Some data wasn't loaded" = "Some data wasn't loaded"; -/* A generic error message - Title for a label that appears when the scan failed +/* Title for a label that appears when the scan failed Title for the error view when the scan start has failed */ "Something went wrong" = "Something went wrong"; diff --git a/WordPress/Resources/release_notes.txt b/WordPress/Resources/release_notes.txt index 05414831f4c0..139597f9cb07 100644 --- a/WordPress/Resources/release_notes.txt +++ b/WordPress/Resources/release_notes.txt @@ -1,3 +1,2 @@ -This month, we've: -- Stability improvements to the experimental editor (you should try it if you haven't already!) -- Adjusted how users log into WordPress.com – we hope it'll make it easier for folks to get started. + + diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index d268430b7a67..d988ffed2822 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 25.5.0.2 -VERSION_SHORT = 25.5 +VERSION_LONG = 25.6.0.0 +VERSION_SHORT = 25.6