From df0ecab6e115324a69545c86ded6aeffbf9e6b24 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 11:55:24 +0000 Subject: [PATCH 1/3] Release script: Update gutenberg-mobile ref 1.114.0 --- Gutenberg/config.yml | 2 +- Podfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gutenberg/config.yml b/Gutenberg/config.yml index bef9f3fd624b..3989f612f487 100644 --- a/Gutenberg/config.yml +++ b/Gutenberg/config.yml @@ -9,6 +9,6 @@ # # LOCAL_GUTENBERG=../my-gutenberg-fork bundle exec pod install ref: - tag: v1.113.0-alpha1 + commit: d25601eddc3030ebc76b453cf86f5d79a7aa716a github_org: wordpress-mobile repo_name: gutenberg-mobile diff --git a/Podfile.lock b/Podfile.lock index 1c52deb46439..4b582aea9fd9 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -26,7 +26,7 @@ PODS: - FSInteractiveMap (0.1.0) - Gifu (3.3.1) - Gridicons (1.2.0) - - Gutenberg (1.112.0) + - Gutenberg (1.114.0) - JTAppleCalendar (8.0.5) - Kanvas (1.4.9): - CropViewController @@ -105,7 +105,7 @@ DEPENDENCIES: - FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`) - Gifu (= 3.3.1) - Gridicons (~> 1.2) - - Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.113.0-alpha1.podspec`) + - Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-d25601eddc3030ebc76b453cf86f5d79a7aa716a.podspec`) - JTAppleCalendar (~> 8.0.5) - Kanvas (~> 1.4.4) - MediaEditor (>= 1.2.2, ~> 1.2) @@ -172,7 +172,7 @@ EXTERNAL SOURCES: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: - :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.113.0-alpha1.podspec + :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-d25601eddc3030ebc76b453cf86f5d79a7aa716a.podspec WordPressAuthenticator: :commit: 000cbf2b3b1644b224eb46f14f1cfc609103f686 :git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git @@ -203,7 +203,7 @@ SPEC CHECKSUMS: FSInteractiveMap: a396f610f48b76cb540baa87139d056429abda86 Gifu: 416d4e38c4c2fed012f019e0a1d3ffcb58e5b842 Gridicons: 4455b9f366960121430e45997e32112ae49ffe1d - Gutenberg: fc2335dc3877dbeeb0c0a92d0fed5dc0a13751ba + Gutenberg: aa22a36eae9e1f2021a368460347bde054538c5b JTAppleCalendar: 16c6501b22cb27520372c28b0a2e0b12c8d0cd73 Kanvas: cc027f8058de881a4ae2b5aa5f05037b6d054d08 MediaEditor: d08314cfcbfac74361071a306b4bc3a39b3356ae From 024eef3bf266cd2608f86417333d8338deb9c542 Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 12:04:37 +0000 Subject: [PATCH 2/3] docs: Update RELEASE-NOTES with changes from PR --- RELEASE-NOTES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 63a9c5b2d03a..47a6be62e1c1 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,8 +1,10 @@ 24.4 ----- * [***] [Jetpack-only] Improved Notifications experience with richer UI elements and interactions - * [**] [Jetpack-only] Block editor: Introduce VideoPress v5 support, to fix issues using video block with dotcom and Jetpack sites [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6634] +* [*] Block editor: Prevent crash when autoscrolling to blocks [https://github.com/WordPress/gutenberg/pull/59110] +* [*] Block editor: Remove opacity change when images are being uploaded [https://github.com/WordPress/gutenberg/pull/59264] +* [*] Block editor: Media & Text blocks correctly show an error message when the attached video upload fails [https://github.com/WordPress/gutenberg/pull/59288] * [**] [internal] Refactored .org REST API calls. [#22612] * [**] [internal] Update loading images in Reader posts list and Posts list. [#22707] From 3f1511b2d5d3197c60975a934fb229913b6a408e Mon Sep 17 00:00:00 2001 From: Siobhan Date: Thu, 29 Feb 2024 16:38:46 +0000 Subject: [PATCH 3/3] Release script: Update gutenberg-mobile ref 1.114.0 --- Gutenberg/config.yml | 2 +- Podfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gutenberg/config.yml b/Gutenberg/config.yml index 3989f612f487..ce942cf7ea43 100644 --- a/Gutenberg/config.yml +++ b/Gutenberg/config.yml @@ -9,6 +9,6 @@ # # LOCAL_GUTENBERG=../my-gutenberg-fork bundle exec pod install ref: - commit: d25601eddc3030ebc76b453cf86f5d79a7aa716a + tag: v1.114.0 github_org: wordpress-mobile repo_name: gutenberg-mobile diff --git a/Podfile.lock b/Podfile.lock index 4b582aea9fd9..f292d69b7b23 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -105,7 +105,7 @@ DEPENDENCIES: - FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`) - Gifu (= 3.3.1) - Gridicons (~> 1.2) - - Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-d25601eddc3030ebc76b453cf86f5d79a7aa716a.podspec`) + - Gutenberg (from `https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.114.0.podspec`) - JTAppleCalendar (~> 8.0.5) - Kanvas (~> 1.4.4) - MediaEditor (>= 1.2.2, ~> 1.2) @@ -172,7 +172,7 @@ EXTERNAL SOURCES: :git: https://github.com/wordpress-mobile/FSInteractiveMap.git :tag: 0.2.0 Gutenberg: - :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-d25601eddc3030ebc76b453cf86f5d79a7aa716a.podspec + :podspec: https://cdn.a8c-ci.services/gutenberg-mobile/Gutenberg-v1.114.0.podspec WordPressAuthenticator: :commit: 000cbf2b3b1644b224eb46f14f1cfc609103f686 :git: https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git @@ -203,7 +203,7 @@ SPEC CHECKSUMS: FSInteractiveMap: a396f610f48b76cb540baa87139d056429abda86 Gifu: 416d4e38c4c2fed012f019e0a1d3ffcb58e5b842 Gridicons: 4455b9f366960121430e45997e32112ae49ffe1d - Gutenberg: aa22a36eae9e1f2021a368460347bde054538c5b + Gutenberg: 0f7cae5102b7966424c3b448a31554c486ab009d JTAppleCalendar: 16c6501b22cb27520372c28b0a2e0b12c8d0cd73 Kanvas: cc027f8058de881a4ae2b5aa5f05037b6d054d08 MediaEditor: d08314cfcbfac74361071a306b4bc3a39b3356ae