Skip to content

Commit 009f4ed

Browse files
authored
Merge 21.2 code freeze (#19604)
2 parents 7e203db + 0d6a305 commit 009f4ed

File tree

8 files changed

+62
-18
lines changed

8 files changed

+62
-18
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ abstract_target 'Apps' do
218218

219219
pod 'NSURL+IDN', '~> 0.4'
220220

221-
pod 'WPMediaPicker', '~> 1.8.7-beta.1'
221+
pod 'WPMediaPicker', '~> 1.8.7'
222222
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :tag => '1.7.0'
223223
## while PR is in review:
224224
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :branch => ''

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ PODS:
512512
- CocoaLumberjack (~> 3.4)
513513
- FormatterKit/TimeIntervalFormatter (~> 1.8)
514514
- WordPressUI (1.12.5)
515-
- WPMediaPicker (1.8.7-beta.1)
515+
- WPMediaPicker (1.8.7)
516516
- wpxmlrpc (0.9.0)
517517
- Yoga (1.14.0)
518518
- ZendeskCommonUISDK (6.1.2)
@@ -605,7 +605,7 @@ DEPENDENCIES:
605605
- WordPressKit (>= 4.58.2, ~> 4.58)
606606
- WordPressShared (~> 1.18.0)
607607
- WordPressUI (~> 1.12.5)
608-
- WPMediaPicker (~> 1.8.7-beta.1)
608+
- WPMediaPicker (~> 1.8.7)
609609
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.85.0/third-party-podspecs/Yoga.podspec.json`)
610610
- ZendeskSupportSDK (= 5.3.0)
611611
- ZIPFoundation (~> 0.9.8)
@@ -868,7 +868,7 @@ SPEC CHECKSUMS:
868868
WordPressKit: d8bc00bce09273fc241cf171b0e61ef8f4f29479
869869
WordPressShared: e5a479220643f46dc4d7726ef8dd45f18bf0c53b
870870
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
871-
WPMediaPicker: 59135aebb058a95a507045f93e478516729e5c0f
871+
WPMediaPicker: 0d45dfd7b3c5651c5236ffd48c1b0b2f60a2d5d2
872872
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
873873
Yoga: 2ca978c40e0fd6d7f54bcb1602bc0cbbc79454a7
874874
ZendeskCommonUISDK: 5f0a83f412e07ae23701f18c412fe783b3249ef5
@@ -880,6 +880,6 @@ SPEC CHECKSUMS:
880880
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
881881
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
882882

883-
PODFILE CHECKSUM: 936784ec2e9d8246acccd6b123c0ba5b1b6e13b9
883+
PODFILE CHECKSUM: e4762593ef0d1097286d309c828f611976c1e771
884884

885885
COCOAPODS: 1.11.2

WordPress/Classes/ViewRelated/Me/Account Settings/AccountSettingsViewController.swift

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,12 @@ private class AccountSettingsController: SettingsController {
356356
}
357357

358358
private var localizedErrorMessageForAtomicSites: String {
359-
NSLocalizedString("To close this account now, contact our support team.",
360-
comment: "Error message displayed when unable to close user account due to having active atomic site.")
359+
// Based on https://github.com/Automattic/wp-calypso/pull/65780
360+
NSLocalizedString(
361+
"accountSettings.closeAccount.error.atomicSite",
362+
value: "This user account cannot be closed immediately because it has active purchases. Please contact our support team to finish deleting the account.",
363+
comment: "Error message displayed when unable to close user account due to having active atomic site."
364+
)
361365
}
362366

363367
private var contactSupportAction: ((UIAlertAction) -> Void) {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Dynamic widgets are now on Jetpack. Get daily, weekly, and all-time stats on your device’s home screen. You’ll also notice a shiny new landing screen in the app that responds to your device’s motion.
1+
* [*] [internal] Refactored fetching posts in the Reader tab. [#19539]
2+
* [*] Fixed an issue where the message "No media matching your search" for the media picker is not visible [#19555]
23

3-
Voice Control is now easier to use in the block editor—when you’re working with Image blocks, use the Voice Control cursor to select the caption for text entry.

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,9 @@
459459
Link to Account Settings section */
460460
"Account Settings" = "Account Settings";
461461

462+
/* Error message displayed when unable to close user account due to having active atomic site. */
463+
"accountSettings.closeAccount.error.atomicSite" = "This user account cannot be closed immediately because it has active purchases. Please contact our support team to finish deleting the account.";
464+
462465
/* Title of button that displays the App's acknoledgements */
463466
"Acknowledgements" = "Acknowledgements";
464467

@@ -1961,6 +1964,7 @@
19611964
Continue button (used to finish editing the home page during site creation).
19621965
The button title text when there is a next step for logging in or signing up.
19631966
The default Jetpack view button title
1967+
The primary button title in the migration welcome and notifications screens.
19641968
Title for the continue button in the What's New page.
19651969
Title of the continue button for the Site Intent screen.
19661970
Title of the Continue button in the Site Name screen. */
@@ -4185,6 +4189,9 @@
41854189
/* Title of the Jetpack powered overlay. */
41864190
"jetpack.branding.overlay.title" = "WordPress is better with Jetpack";
41874191

4192+
/* Title of a button that displays a blog post in a web view. */
4193+
"jetpack.fullscreen.overlay.learnMore" = "Learn more at jetpack.com";
4194+
41884195
/* Add an author prompt for the jetpack prologue */
41894196
"jetpack.prologue.prompt.addAuthor" = "Add an author";
41904197

@@ -4787,6 +4794,39 @@
47874794
/* Option to select the Microsft Outlook app when logging in with magic links */
47884795
"Microsoft Outlook" = "Microsoft Outlook";
47894796

4797+
/* Primary button title in the migration done screen. */
4798+
"migration.done.actions.primary.title" = "Finish";
4799+
4800+
/* Primary description in the migration done screen. */
4801+
"migration.done.primaryDescription" = "We’ve transferred all your data and settings. Everything is right where you left it.";
4802+
4803+
/* Title of the migration done screen. */
4804+
"migration.done.title" = "Thanks for switching to Jetpack!";
4805+
4806+
/* Secondary button title in the migration notifications screen. */
4807+
"migration.notifications.actions.secondary.title" = "Decide later";
4808+
4809+
/* Primary description in the migration notifications screen. */
4810+
"migration.notifications.primaryDescription" = "You’ll get all the same notifications but now they’ll come from the Jetpack app.";
4811+
4812+
/* Secondary description in the migration notifications screen */
4813+
"migration.notifications.secondaryDescription" = "We’ve disabled notifications for the WordPress app.";
4814+
4815+
/* Title of the migration notifications screen. */
4816+
"migration.notifications.title" = "Allow notifications to keep up with your site";
4817+
4818+
/* The primary description in the migration welcome screen */
4819+
"migration.welcome.primaryDescription" = "It looks like you’re switching from the WordPress app.";
4820+
4821+
/* No comment provided by engineer. */
4822+
"migration.welcome.secondaryDescription.plural" = "migration.welcome.secondaryDescription.plural";
4823+
4824+
/* No comment provided by engineer. */
4825+
"migration.welcome.secondaryDescription.singular" = "migration.welcome.secondaryDescription.singular";
4826+
4827+
/* The title in the migration welcome screen */
4828+
"migration.welcome.title" = "Welcome to Jetpack!";
4829+
47904830
/* Summary description for a threat */
47914831
"Miscellaneous vulnerability" = "Miscellaneous vulnerability";
47924832

@@ -4956,7 +4996,8 @@
49564996
/* A button title. */
49574997
"Need help finding your site address?" = "Need help finding your site address?";
49584998

4959-
/* Takes the user to get help */
4999+
/* Takes the user to get help
5000+
The secondary button title in the migration welcome screen */
49605001
"Need help?" = "Need help?";
49615002

49625003
/* 'Need help?' button label, links off to the WP for iOS FAQ. */
@@ -8277,9 +8318,6 @@
82778318
/* Error popup message to indicate that there was no category title filled in. */
82788319
"Title for a category is mandatory." = "Title for a category is mandatory.";
82798320

8280-
/* Error message displayed when unable to close user account due to having active atomic site. */
8281-
"To close this account now, contact our support team." = "To close this account now, contact our support team.";
8282-
82838321
/* Instructions for alert asking for email and name. */
82848322
"To continue please enter your email address and name." = "To continue please enter your email address and name.";
82858323

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Voice Control is now easier to use in the block editor—when you’re working with Image blocks, use the Voice Control cursor to select the caption for text entry.
1+
* [*] [internal] Refactored fetching posts in the Reader tab. [#19539]
2+
* [*] Fixed an issue where the message "No media matching your search" for the media picker is not visible [#19555]
3+

config/Version.internal.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_SHORT=21.1
1+
VERSION_SHORT=21.2
22

33
// Internal long version example: VERSION_LONG=9.9.0.20180423
4-
VERSION_LONG=21.1.0.20221111
4+
VERSION_LONG=21.2.0.20221114

config/Version.public.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_SHORT=21.1
1+
VERSION_SHORT=21.2
22

33
// Public long version example: VERSION_LONG=9.9.0.0
4-
VERSION_LONG=21.1.0.2
4+
VERSION_LONG=21.2.0.0

0 commit comments

Comments
 (0)