Skip to content

Commit 17ad862

Browse files
authored
Merge 22.5 code freeze (#20750)
2 parents 03f5d70 + d503b20 commit 17ad862

File tree

9 files changed

+73
-27
lines changed

9 files changed

+73
-27
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ GEM
188188
xcpretty-travis-formatter (>= 0.0.3)
189189
fastlane-plugin-appcenter (1.11.1)
190190
fastlane-plugin-sentry (1.11.0)
191-
fastlane-plugin-wpmreleasetoolkit (8.0.1)
191+
fastlane-plugin-wpmreleasetoolkit (8.1.0)
192192
activesupport (>= 6.1.7.1)
193193
bigdecimal (~> 1.4)
194194
buildkit (~> 1.5)
@@ -274,8 +274,8 @@ GEM
274274
naturally (2.2.1)
275275
netrc (0.11.0)
276276
no_proxy_fix (0.1.2)
277-
nokogiri (1.14.4)
278-
mini_portile2 (~> 2.8.0)
277+
nokogiri (1.15.2)
278+
mini_portile2 (~> 2.8.2)
279279
racc (~> 1.4)
280280
octokit (5.6.1)
281281
faraday (>= 1, < 3)
@@ -295,7 +295,7 @@ GEM
295295
racc (1.6.2)
296296
rainbow (3.1.1)
297297
rake (13.0.6)
298-
rake-compiler (1.2.1)
298+
rake-compiler (1.2.2)
299299
rake
300300
rchardet (1.8.0)
301301
regexp_parser (2.8.0)

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def wordpress_ui
4949
end
5050

5151
def wordpress_kit
52-
pod 'WordPressKit', '~> 8.2.0-beta.1'
52+
pod 'WordPressKit', '~> 8.2-beta'
5353
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', branch: ''
5454
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', tag: ''
5555
# pod 'WordPressKit', git: 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', commit: ''
@@ -141,7 +141,7 @@ abstract_target 'Apps' do
141141

142142
pod 'NSURL+IDN', '~> 0.4'
143143

144-
pod 'WPMediaPicker', '~> 1.8.8-beta.1'
144+
pod 'WPMediaPicker', '~> 1.8-beta'
145145
## while PR is in review:
146146
# pod 'WPMediaPicker', git: 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', branch: ''
147147
# pod 'WPMediaPicker', path: '../MediaPicker-iOS'

Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ PODS:
512512
- WordPressKit (~> 8.0-beta)
513513
- WordPressShared (~> 2.1-beta)
514514
- WordPressUI (~> 1.7-beta)
515-
- WordPressKit (8.2.0-beta.1):
515+
- WordPressKit (8.2.0):
516516
- Alamofire (~> 4.8.0)
517517
- NSObject-SafeExpectations (~> 0.0.4)
518518
- UIDeviceIdentifier (~> 2.0)
@@ -612,18 +612,17 @@ DEPENDENCIES:
612612
- SwiftLint (~> 0.50)
613613
- WordPress-Editor-iOS (~> 1.19.8)
614614
- WordPressAuthenticator (~> 6.1-beta)
615-
- WordPressKit (~> 8.2.0-beta.1)
615+
- WordPressKit (~> 8.2-beta)
616616
- WordPressShared (from `https://github.com/wordpress-mobile/WordPress-iOS-Shared.git`, branch `trunk`)
617617
- WordPressUI (~> 1.12.5)
618-
- WPMediaPicker (~> 1.8.8-beta.1)
618+
- WPMediaPicker (~> 1.8-beta)
619619
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.96.0/third-party-podspecs/Yoga.podspec.json`)
620620
- ZendeskSupportSDK (= 5.3.0)
621621
- ZIPFoundation (~> 0.9.8)
622622

623623
SPEC REPOS:
624624
https://github.com/wordpress-mobile/cocoapods-specs.git:
625625
- WordPressAuthenticator
626-
- WordPressKit
627626
trunk:
628627
- Alamofire
629628
- AlamofireImage
@@ -662,6 +661,7 @@ SPEC REPOS:
662661
- UIDeviceIdentifier
663662
- WordPress-Aztec-iOS
664663
- WordPress-Editor-iOS
664+
- WordPressKit
665665
- WordPressUI
666666
- WPMediaPicker
667667
- wpxmlrpc
@@ -885,7 +885,7 @@ SPEC CHECKSUMS:
885885
WordPress-Aztec-iOS: 7d11d598f14c82c727c08b56bd35fbeb7dafb504
886886
WordPress-Editor-iOS: 9eb9f12f21a5209cb837908d81ffe1e31cb27345
887887
WordPressAuthenticator: b0b900696de5129a215adcd1e9ae6eb89da36ac8
888-
WordPressKit: c5edb76919bd4c20ec3e3a7e16694edefedeb058
888+
WordPressKit: d9015b097a58096033775dd8fc026d7d42005ae2
889889
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
890890
WordPressUI: c5be816f6c7b3392224ac21de9e521e89fa108ac
891891
WPMediaPicker: 0d40b8d66b6dfdaa2d6a41e3be51249ff5898775
@@ -900,6 +900,6 @@ SPEC CHECKSUMS:
900900
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
901901
ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37
902902

903-
PODFILE CHECKSUM: 6a75813f75f63e26b524f5df1c763147e269d7f8
903+
PODFILE CHECKSUM: 8f3801df87501615cc7418c5a128cd9136848813
904904

905905
COCOAPODS: 1.11.3

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
22.6
2+
-----
3+
4+
15
22.5
26
-----
37
* [*] [Jetpack-only] Reader: Fix the display of the followed topics in the filter sheet when they're written in non-latin languages. [#20702]
Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
We added cards to your dashboard. The Activity Log card shows your three most recent activities, and the Pages card shows the last three pages you modified.
2-
3-
We also made some important changes in the block editor. To prevent an app crash, deleted and undefined reusable blocks can no longer be converted to regular blocks.
4-
5-
When you tap on a nested text block, you can immediately edit content in that block—no more tapping through every nesting level to get where you want to go. (Our fingers were getting tired, too.)
6-
7-
Speaking of reusable blocks—we updated the “editing not supported” message to remove the mention of WordPress. We know what app we’re using, we promise.
8-
9-
Finally, we fixed a bug where the app would crash if you tried to upload media to a classic block without giving WordPress access to your device’s media library. Instead, you’ll see a prompt asking for media access. Easy peasy, lemon squeezy.
1+
* [*] Reader: Fix the display of the followed topics in the filter sheet when they're written in non-latin languages. [#20702]
2+
* [*] Reader: Fixed an issue that was causing the Report and Block actions to be missing from Post Menu actions sheet. [#20705]
3+
* [***] Enables editing of the site homepage for sites using block-based themes directly from the pages list. [#20713]
4+
* [*] Block editor: Add disabled style to `Cell` component [https://github.com/WordPress/gutenberg/pull/50665]
5+
* [**] Block editor: Fix undo/redo history when inserting a link configured to open in a new tab [https://github.com/WordPress/gutenberg/pull/50460]
6+
* [**] Block editor: Disable details settings for not belonged VideoPress videos [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5782]
7+
* [*] Block editor: [List block] Fix an issue when merging a list item into a Paragraph would remove its nested list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5785]

WordPress/Resources/en.lproj/Localizable.strings

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@
245245
/* translators: %s: social link name e.g: \"Instagram\". */
246246
"%s has URL set" = "%s has URL set";
247247

248+
/* translators: %s: embed block variant's label e.g: \"Twitter\". */
249+
"%s link" = "%s link";
250+
248251
/* translators: %s: embed block variant's label e.g: \"Twitter\". */
249252
"%s previews not yet available" = "%s previews not yet available";
250253

@@ -1221,6 +1224,9 @@
12211224
/* Popup title about why this post is being opened in block editor */
12221225
"Block editor enabled" = "Block editor enabled";
12231226

1227+
/* translators: displayed right after the block is grouped */
1228+
"Block grouped" = "Block grouped";
1229+
12241230
/* Jetpack Settings: Block malicious login attempts */
12251231
"Block malicious login attempts" = "Block malicious login attempts";
12261232

@@ -1240,6 +1246,9 @@
12401246
/* The title of a button that triggers blocking a site from the user's reader. */
12411247
"Block this site" = "Block this site";
12421248

1249+
/* translators: displayed right after the block is ungrouped. */
1250+
"Block ungrouped" = "Block ungrouped";
1251+
12431252
/* Notice title when blocking a site succeeds. */
12441253
"Blocked site" = "Blocked site";
12451254

@@ -3585,6 +3594,15 @@
35853594
/* Explanatory text for clearing device media cache. */
35863595
"Free up storage space on this device by deleting temporary media files. This will not affect the media on your site." = "Free up storage space on this device by deleting temporary media files. This will not affect the media on your site.";
35873596

3597+
/* Description for the Free to Paid plans dashboard card. */
3598+
"freeToPaidPlans.dashboard.card.description" = "Get a free domain for the first year, remove ads on your site, and increase your storage.";
3599+
3600+
/* Title for a menu action in the context menu on the Free to Paid plans dashboard card. */
3601+
"freeToPaidPlans.dashboard.card.menu.hide" = "Hide this";
3602+
3603+
/* Title for the Free to Paid plans dashboard card. */
3604+
"freeToPaidPlans.dashboard.card.shortTitle" = "Free domain with an annual plan";
3605+
35883606
/* Title of section that contains plugins' FAQ */
35893607
"Frequently Asked Questions" = "Frequently Asked Questions";
35903608

@@ -6135,6 +6153,12 @@ Please install the %3$@ to use the app with this site.";
61356153
/* Promote the page with Blaze. */
61366154
"pages.blaze.actionTitle" = "Promote with Blaze";
61376155

6156+
/* Subtitle of the theme template homepage cell */
6157+
"pages.template.subtitle" = "Your homepage is using a Theme template and will open in the web editor.";
6158+
6159+
/* Title of the theme template homepage cell */
6160+
"pages.template.title" = "Homepage";
6161+
61386162
/* Comments Paging
61396163
Discussion Settings
61406164
Settings: Comments Paging preferences */
@@ -6573,6 +6597,9 @@ Please install the %3$@ to use the app with this site.";
65736597
/* Title for action sheet with featured media options. */
65746598
"postSettings.featuredImageUploadActionSheet.title" = "Featured Image Options";
65756599

6600+
/* Section title for the disabled Twitter service in the Post Settings screen */
6601+
"postSettings.section.disabledTwitter.header" = "Twitter Auto-Sharing Is No Longer Available";
6602+
65766603
/* Subtitle for placeholder in Tenor picker. `The company name 'Tenor' should always be written as it is. */
65776604
"Powered by Tenor" = "Powered by Tenor";
65786605

@@ -6813,6 +6840,12 @@ Please install the %3$@ to use the app with this site.";
68136840
/* Title of the screen that allows the user to change the Reader CSS URL for debug builds */
68146841
"Reader CSS URL" = "Reader CSS URL";
68156842

6843+
/* Reader search button accessibility label. */
6844+
"reader.navigation.search.button.label" = "Search";
6845+
6846+
/* Reader settings button accessibility label. */
6847+
"reader.navigation.settings.button.label" = "Reader Settings";
6848+
68166849
/* A default value used to fill in the site name when the followed site somehow has missing site name or URL.
68176850
Example: given a notice format "Following %@" and empty site name, this will be "Following this site". */
68186851
"reader.notice.follow.site.unknown" = "this site";
@@ -7947,6 +7980,15 @@ Example: given a notice format "Following %@" and empty site name, this will be
79477980
/* Title of a Quick Start Tour */
79487981
"Social sharing" = "Social sharing";
79497982

7983+
/* Section title for the disabled Twitter service in the Social screen */
7984+
"social.section.disabledTwitter.header" = "Twitter Auto-Sharing Is No Longer Available";
7985+
7986+
/* Text for a hyperlink that allows the user to learn more about the Twitter deprecation. */
7987+
"social.twitterDeprecation.link" = "Find out more";
7988+
7989+
/* A smallprint that hints the reason behind why Twitter is deprecated. */
7990+
"social.twitterDeprecation.text" = "Twitter auto-sharing is no longer available due to Twitter's changes in terms and pricing.";
7991+
79507992
/* No comment provided by engineer. */
79517993
"Some blocks have additional settings. Tap the settings icon on the bottom right of the block to view more options." = "Some blocks have additional settings. Tap the settings icon on the bottom right of the block to view more options.";
79527994

WordPress/Resources/release_notes.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
When you tap on a nested text block, you can immediately edit content in that block—no more tapping through every nesting level to get where you want to go. (Our fingers were getting tired, too.)
1+
* [***] Enables editing of the site homepage for sites using block-based themes directly from the pages list. [#20713]
2+
* [*] Block editor: Add disabled style to `Cell` component [https://github.com/WordPress/gutenberg/pull/50665]
3+
* [**] Block editor: Fix undo/redo history when inserting a link configured to open in a new tab [https://github.com/WordPress/gutenberg/pull/50460]
4+
* [*] Block editor: [List block] Fix an issue when merging a list item into a Paragraph would remove its nested list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5785]
25

3-
We also fixed a bug where the app would crash if you tried to upload media to a classic block without giving WordPress access to your device’s media library. Instead, you’ll see a prompt asking for media access. Easy peasy, lemon squeezy.

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=22.4
1+
VERSION_SHORT=22.5
22

33
// Internal long version example: VERSION_LONG=9.9.0.20180423
4-
VERSION_LONG=22.4.0.20230526
4+
VERSION_LONG=22.5.0.20230529

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=22.4
1+
VERSION_SHORT=22.5
22

33
// Public long version example: VERSION_LONG=9.9.0.0
4-
VERSION_LONG=22.4.0.2
4+
VERSION_LONG=22.5.0.0

0 commit comments

Comments
 (0)