Skip to content

Commit

Permalink
Merge beta version 18.2.0.1 (#17136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio authored Sep 9, 2021
2 parents 6e1384d + a088c78 commit b733df1
Show file tree
Hide file tree
Showing 140 changed files with 2,199 additions and 1,518 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
-----
* [internal] Fixed an issue where source and platform tags were not added to a Zendesk ticket if the account has no blogs. [#17084]
* [*] Set the post formats to have 'Standard' first and then alphabetized the remaining items. [#17074]
* [*] Fixed wording of theme customization screen's menu bar by using "Activate" on inactive themes. [#17060]
* [*] Added pull-to-refresh to My Site. [#17089]
* [***] Weekly Roundup: users will receive a weekly notification that presents a summary of the activity on their most used sites [#17066, #17116]
* [**] Site Comments: when editing a Comment, the author's name, email address, and web address can now be changed. [#17111]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private extension PostEditorAnalyticsSession {
static let template = "template"
static let startupTime = "startup_time_ms"
static let canViewEditorOnboarding = "can_view_editor_onboarding"
static let unstableGalleryWithImageBlocks = "unstableGalleryWithImageBlocks"
static let unstableGalleryWithImageBlocks = "unstable_gallery_with_image_blocks"
}

var commonProperties: [String: String] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ public protocol ThemePresenter: AnyObject {
_ = themeService.installTheme(theme,
for: blog,
success: { [weak self] in
self?.presentUrlForTheme(theme, url: theme.customizeUrl(), activeButton: false)
self?.presentUrlForTheme(theme, url: theme.customizeUrl(), activeButton: !theme.isCurrentTheme())
}, failure: nil)
}

Expand All @@ -857,7 +857,7 @@ public protocol ThemePresenter: AnyObject {
if let theme = theme, self.blog.supports(.customThemes) && !theme.custom {
installThemeAndPresentCustomizer(theme)
} else {
presentUrlForTheme(theme, url: theme?.customizeUrl(), activeButton: false)
presentUrlForTheme(theme, url: theme?.customizeUrl(), activeButton: !(theme?.isCurrentTheme() ?? true))
}
}

Expand Down
112 changes: 70 additions & 42 deletions WordPress/Resources/ar.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/bg.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/cs.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/cy.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/da.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/de.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/en-AU.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/en-CA.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/en-GB.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/es.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/fr.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/he.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/hr.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/hu.lproj/Localizable.strings

Large diffs are not rendered by default.

106 changes: 67 additions & 39 deletions WordPress/Resources/id.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/is.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/it.lproj/Localizable.strings

Large diffs are not rendered by default.

106 changes: 67 additions & 39 deletions WordPress/Resources/ja.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/ko.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/nb.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/nl.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/pl.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/pt-BR.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/pt.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/ro.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/ru.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/sk.lproj/Localizable.strings

Large diffs are not rendered by default.

106 changes: 67 additions & 39 deletions WordPress/Resources/sq.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/sv.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/th.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/tr.lproj/Localizable.strings

Large diffs are not rendered by default.

104 changes: 66 additions & 38 deletions WordPress/Resources/zh-Hans.lproj/Localizable.strings

Large diffs are not rendered by default.

102 changes: 65 additions & 37 deletions WordPress/Resources/zh-Hant.lproj/Localizable.strings

Large diffs are not rendered by default.

Binary file modified WordPress/WordPressShareExtension/ar.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/bg.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/cs.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/cy.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/da.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/de.lproj/Localizable.strings
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/he.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/hr.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/hu.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/id.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/is.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/it.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/ko.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/nb.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/nl.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/pl.lproj/Localizable.strings
Binary file not shown.
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/pt.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/ro.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/sk.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/sq.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/sv.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/th.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressShareExtension/tr.lproj/Localizable.strings
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/ar.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/bg.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/cs.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/cy.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/da.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/de.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/en-AU.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/en-CA.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/en-GB.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/es.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/fr.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/he.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/hr.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/hu.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/id.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/is.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/it.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/ja.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/ko.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/nb.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/nl.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/pl.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/pt-BR.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/pt.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/ro.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/ru.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/sk.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/sq.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/sv.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/th.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/tr.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/zh-Hans.lproj/Localizable.strings
Binary file not shown.
Binary file modified WordPress/WordPressTodayWidget/zh-Hant.lproj/Localizable.strings
Binary file not shown.
2 changes: 1 addition & 1 deletion config/Version.internal.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_SHORT=18.2

// Internal long version example: VERSION_LONG=9.9.0.20180423
VERSION_LONG=18.2.0.20210906
VERSION_LONG=18.2.0.20210909
2 changes: 1 addition & 1 deletion config/Version.public.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_SHORT=18.2

// Public long version example: VERSION_LONG=9.9.0.0
VERSION_LONG=18.2.0.0
VERSION_LONG=18.2.0.1
7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/ar-SA/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/de-DE/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/es-ES/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/fr-FR/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/he/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/id/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/it/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/ja/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/ko/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/nl-NL/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/pt-BR/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/ru/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/sv/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/tr/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/zh-Hans/release_notes.txt

This file was deleted.

7 changes: 0 additions & 7 deletions fastlane/jetpack_metadata/zh-Hant/release_notes.txt

This file was deleted.

9 changes: 0 additions & 9 deletions fastlane/metadata/ar-SA/release_notes.txt

This file was deleted.

9 changes: 0 additions & 9 deletions fastlane/metadata/de-DE/release_notes.txt

This file was deleted.

11 changes: 5 additions & 6 deletions fastlane/metadata/default/release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Do you use the Embed block? For media that you embed on your site, you’ll now see an option to “Resize for smaller devices.” Toggle on to resize your content to fit your screen; toggle off to disable.
- Stay informed! You can now receive a weekly summary of the activity on your most popular sites.

Enjoying the Blogging Reminders tool? We’ve added a new feature that lets you choose a specific time to receive a notification.
- You have even more control of your site comments — when you edit them you can now also adjust the author’s name, email address, and web address.
We have made a couple of handy tweaks to the Block editor. The Embed block now gives you a sneak preview when you add something from YouTube or Twitter (more providers to come). Also, when you go to insert a block and nothing is found, there is now a no results view.

Need to close your account? (We hope you never leave us!) But if needed, you now have the ability to do so in your Account Settings.
- If you go to Post Settings > Post Format, you will find the “Standard” option still at the top, but the other options are now neatly alphabetized below. (Options will vary with themes!)

Geotagging posts is no longer supported on the web, so we’ve removed the Location option under Post Settings.

We also made other improvements, including a fix to a cropping issue in the Reader, as well as the ability to recommend the app to your friends on your Me and About screens.
- And one more quick one: Refreshing your site is now super easy — just pull to refresh from the My Site screen!
Loading

0 comments on commit b733df1

Please sign in to comment.