Skip to content

Commit 06de9c0

Browse files
authored
Merge 19.2 code freeze changes (#17900)
2 parents ecef425 + fe79495 commit 06de9c0

9 files changed

Lines changed: 35 additions & 58 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,4 +338,4 @@ DEPENDENCIES
338338
xcpretty-travis-formatter
339339

340340
BUNDLED WITH
341-
2.2.32
341+
2.3.6

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workspace 'WordPress.xcworkspace'
2020
## ===================================
2121
##
2222
def wordpress_shared
23-
pod 'WordPressShared', '~> 1.17.1-beta.1'
23+
pod 'WordPressShared', '~> 1.17.1'
2424
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => ''
2525
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
2626
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => ''
@@ -39,7 +39,7 @@ def aztec
3939
end
4040

4141
def wordpress_ui
42-
pod 'WordPressUI', '~> 1.12.3'
42+
pod 'WordPressUI', '~> 1.12.4'
4343
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :tag => ''
4444
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :branch => ''
4545
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :commit => ''

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,10 @@ PODS:
471471
- WordPressShared (~> 1.15-beta)
472472
- wpxmlrpc (~> 0.9)
473473
- WordPressMocks (0.0.15)
474-
- WordPressShared (1.17.1-beta.1):
474+
- WordPressShared (1.17.1):
475475
- CocoaLumberjack (~> 3.4)
476476
- FormatterKit/TimeIntervalFormatter (~> 1.8)
477-
- WordPressUI (1.12.3)
477+
- WordPressUI (1.12.4)
478478
- WPMediaPicker (1.8.2)
479479
- wpxmlrpc (0.9.0)
480480
- Yoga (1.14.0)
@@ -569,8 +569,8 @@ DEPENDENCIES:
569569
- WordPressAuthenticator (~> 1.43.0)
570570
- WordPressKit (~> 4.47.0)
571571
- WordPressMocks (~> 0.0.15)
572-
- WordPressShared (~> 1.17.1-beta.1)
573-
- WordPressUI (~> 1.12.3)
572+
- WordPressShared (~> 1.17.1)
573+
- WordPressUI (~> 1.12.4)
574574
- WPMediaPicker (~> 1.8.2)
575575
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.71.0/third-party-podspecs/Yoga.podspec.json`)
576576
- ZendeskSupportSDK (= 5.3.0)
@@ -579,7 +579,6 @@ DEPENDENCIES:
579579
SPEC REPOS:
580580
https://github.com/wordpress-mobile/cocoapods-specs.git:
581581
- WordPressAuthenticator
582-
- WordPressShared
583582
trunk:
584583
- Alamofire
585584
- AlamofireImage
@@ -620,6 +619,7 @@ SPEC REPOS:
620619
- WordPress-Editor-iOS
621620
- WordPressKit
622621
- WordPressMocks
622+
- WordPressShared
623623
- WordPressUI
624624
- WPMediaPicker
625625
- wpxmlrpc
@@ -833,8 +833,8 @@ SPEC CHECKSUMS:
833833
WordPressAuthenticator: e4a43745a647e4dc4b35d21b1353bc4f07f9f3c9
834834
WordPressKit: 46f0580eb097ddfab7ab143208f94b44def42632
835835
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
836-
WordPressShared: bc50e38a31e05134a7c643cef9cf6a7e28e9cf34
837-
WordPressUI: 45591178e843ecb82e65e868ec766148befe9f9f
836+
WordPressShared: 0c4bc5e25765732fcf5d07f28c81970ab28493fb
837+
WordPressUI: 9e470758bc3a4a25e94478c2babe106f4ae7315a
838838
WPMediaPicker: a34b708a7b995a0889bd5098e3b79f4a50a7a9bd
839839
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
840840
Yoga: 2ca978c40e0fd6d7f54bcb1602bc0cbbc79454a7
@@ -847,6 +847,6 @@ SPEC CHECKSUMS:
847847
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
848848
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e
849849

850-
PODFILE CHECKSUM: 2c319e5050f65f4ff0df871854908c5bde0dd94a
850+
PODFILE CHECKSUM: ca4d734683bfbe3120236b9255854f51086f6c0b
851851

852852
COCOAPODS: 1.11.2
Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
Only gave the app limited access to your media library? No big deal, but we added a prompt to the media picker in case you want to change your settings and allow more access. The prompt even comes in Dynamic Type for easy reading.
2-
3-
We also made VoiceOver and Dynamic Type more accurate on Activity Log and Schedule Post calendars. We’re happy to report that this improves the user experience for folks who need better visual accessibility.
4-
5-
We made some useful updates to the Block Editor.
6-
7-
- We solved an issue where buttons weren’t justifying left, right, or center in the Buttons block.
8-
- We added translation for color settings in Cover blocks.
9-
- Selecting an image will no longer show you a video thumbnail, and vice versa.
10-
- We hid the help button in the bottom right of the unsupported block editor to avoid confusion.
11-
- When you’re using different text and background colors in text blocks, you’ll get a notification if the color combo might make it hard for some people to read.
12-
- We fixed a handful of edge case problems when changing the color of non-selected text.
13-
14-
We also solved a few smaller issues and crashes.
15-
16-
- Weekly roundup notifications are now showing up, making it easier to stay on top of the latest news.
17-
- When you connect your Facebook account to Publicize, you’ll now be logged in successfully.
18-
- Images with a copyright symbol in the file name will now upload or appear in the Share Sheet properly.
1+
* [*] Block editor: Replacing the media for an image set as featured prompts to update the featured image [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3930]
2+
* [***] Block editor: Font size and line-height support for text-based blocks used in block-based themes [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4519]
3+
* [**] Some of the screens of the app has a new, fresh and more modern visual, including the initial one: My Site. [#17812]
4+
* [**] Notifications: added a button to mark all notifications in the selected filter as read. [#17840]
5+
* [**] People: you can now manage Email Followers on the People section! [#17854]
6+
* [*] Stats: fix navigation between Stats tab. [#17856]
7+
* [**] Threaded comments: comments can now be moderated via a drop-down menu on each comment. [#17888]
8+
* [*] Stats: Users can now add a new Insights card from the navigation bar. [#17867]
5.79 KB
Binary file not shown.
Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
1-
We solved a problem where self-hosted sites would crash while trying to upload media without an Internet connection. Big yikes, but big fix.
1+
* [*] Site creation: Fixed bug where sites created within the app were not given the correct time zone, leading to post scheduling issues. [#17821]
2+
* [*] Block editor: Replacing the media for an image set as featured prompts to update the featured image [https://github.com/wordpress-mobile/gutenberg-mobile/pull/3930]
3+
* [***] Block editor: Font size and line-height support for text-based blocks used in block-based themes [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4519]
4+
* [**] Some of the screens of the app has a new, fresh and more modern visual, including the initial one: My Site. [#17812]
5+
* [**] Notifications: added a button to mark all notifications in the selected filter as read. [#17840]
6+
* [**] People: you can now manage Email Followers on the People section! [#17854]
7+
* [*] Stats: fix navigation between Stats tab. [#17856]
8+
* [*] Quick Start: Fixed a bug where a user logging in via a self-hosted site not connected to Jetpack would see Quick Start when selecting "No thanks" on the Quick Start prompt. [#17855]
9+
* [**] Threaded comments: comments can now be moderated via a drop-down menu on each comment. [#17888]
10+
* [*] Stats: Users can now add a new Insights card from the navigation bar. [#17867]
11+
* [*] Site creation: The checkbox that appears when choosing a design no longer flickers when toggled. [#17868]
212

3-
Speaking of media, we know you might have given the app limited access to your media library. No big deal, but we added a prompt to the media picker in case you want to change your settings and allow more access. The prompt even comes in Dynamic Type for easy reading.
4-
5-
We also made VoiceOver and Dynamic Type more accurate on Activity Log and Schedule Post calendars. We’re happy to report that this improves the user experience for folks who need better visual accessibility.
6-
7-
Big news for Comments: you can now follow a conversation using a button in the Comments header.
8-
9-
We made some useful updates to the Block Editor.
10-
11-
- We solved an issue where buttons weren’t justifying left, right, or center in the Buttons block.
12-
- We added translation for color settings in Cover blocks.
13-
- Selecting an image will no longer show you a video thumbnail, and vice versa.
14-
- We hid the help button in the bottom right of the unsupported block editor to avoid confusion.
15-
- When you’re using different text and background colors in text blocks, you’ll get a notification if the color combo might make it hard for some people to read.
16-
- We fixed a handful of edge case problems when changing the color of non-selected text.
17-
18-
We also solved a few smaller issues and crashes.
19-
20-
- Weekly roundup notifications weren’t always being displayed for all users, but now they are.
21-
- The username selection screen is no longer loading twice.
22-
- When you connect your Facebook account to Publicize, you’ll now be logged in successfully.
23-
- Images with a copyright symbol in the file name will now upload or appear in the Share Sheet properly.
24-
25-
Last but not least, we improved error messages on the login screen for self-hosted websites.

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=19.1
1+
VERSION_SHORT=19.2
22

33
// Internal long version example: VERSION_LONG=9.9.0.20180423
4-
VERSION_LONG=19.1.0.20220204
4+
VERSION_LONG=19.2.0.20220207

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=19.1
1+
VERSION_SHORT=19.2
22

33
// Public long version example: VERSION_LONG=9.9.0.0
4-
VERSION_LONG=19.1.0.4
4+
VERSION_LONG=19.2.0.0

fastlane/download_metadata.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import Foundation
44

55
let glotPressSubtitleKey = "app_store_subtitle"
6-
let glotPressWhatsNewKey = "v19.1-whats-new"
6+
let glotPressWhatsNewKey = "v19.2-whats-new"
77
let glotPressDescriptionKey = "app_store_desc"
88
let glotPressKeywordsKey = "app_store_keywords"
99

0 commit comments

Comments
 (0)