From 5fd68e48113c59881618c62df96251a5d52cb6ee Mon Sep 17 00:00:00 2001 From: Hassaan El-Garem Date: Sun, 14 May 2023 05:37:37 +0300 Subject: [PATCH 1/2] Update: revert Podfile comment --- Podfile | 2 +- Podfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index 33a3b95a946c..6db0110d08fc 100644 --- a/Podfile +++ b/Podfile @@ -143,7 +143,7 @@ abstract_target 'Apps' do pod 'WPMediaPicker', '~> 1.8.8-beta.1' ## while PR is in review: - # pod 'WPMediaPicker', git: 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', branch: 'fix/19965-classic-block-media-crash' + # pod 'WPMediaPicker', git: 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', branch: '' # pod 'WPMediaPicker', path: '../MediaPicker-iOS' pod 'Gridicons', '~> 1.1.0' diff --git a/Podfile.lock b/Podfile.lock index 87fe1c72542a..b119adade40b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -900,6 +900,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba ZIPFoundation: ae5b4b813d216d3bf0a148773267fff14bd51d37 -PODFILE CHECKSUM: 9b3422afb7a22d84b6de0fdb51bc1f8900efb80e +PODFILE CHECKSUM: 4c4326c4701e76f5d39582d08081cc660086b694 COCOAPODS: 1.11.3 From d5a436739d09a3e9a0b1d8d3304faad1598af80b Mon Sep 17 00:00:00 2001 From: Hassaan El-Garem Date: Sun, 14 May 2023 05:44:01 +0300 Subject: [PATCH 2/2] Add: Release note --- RELEASE-NOTES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6fa0df4ce8e8..941bccd48a2a 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,7 @@ * [**] Block editor: Tapping on a nested block now gets focus directly instead of having to tap multiple times depending on the nesting levels. [https://github.com/WordPress/gutenberg/pull/50108] * [*] [Jetpack-only] Block editor: Use host app namespace in reusable block message [https://github.com/WordPress/gutenberg/pull/50478] * [*] [internal] [Jetpack-only] Enables domain purchases in site creation A/B experiment. [#20670] +* [*] Classic Block: Fixes a crash that happens when attempting to add media to a classic block while the library permissions are missing. [#20666] 22.3 -----