From d3460d69d4e0e83f29dad60343b87861d921c9df Mon Sep 17 00:00:00 2001 From: David Christiandy <1299411+dvdchr@users.noreply.github.com> Date: Tue, 25 Jun 2024 20:03:36 +0800 Subject: [PATCH 1/5] Fix announcement card keep showing up after tapping Done (#23384) --- .../ViewRelated/Reader/ReaderAnnouncementHeaderView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WordPress/Classes/ViewRelated/Reader/ReaderAnnouncementHeaderView.swift b/WordPress/Classes/ViewRelated/Reader/ReaderAnnouncementHeaderView.swift index 0cd6431bab70..a1ac438d5a66 100644 --- a/WordPress/Classes/ViewRelated/Reader/ReaderAnnouncementHeaderView.swift +++ b/WordPress/Classes/ViewRelated/Reader/ReaderAnnouncementHeaderView.swift @@ -171,9 +171,9 @@ class ReaderAnnouncementCoordinator { let repository: UserPersistentRepository = UserPersistentStoreFactory.instance() - lazy var canShowAnnouncement: Bool = { + var canShowAnnouncement: Bool { return !isDismissed && RemoteFeatureFlag.readerAnnouncementCard.enabled() - }() + } var isDismissed: Bool { get { From cef539abafdc1c6b6e593a75470ac4fcc71a04fd Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 26 Jun 2024 15:31:34 -0700 Subject: [PATCH 2/5] =?UTF-8?q?Update=20app=20translations=20=E2=80=93=20`?= =?UTF-8?q?Localizable.strings`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WordPress/Resources/ar.lproj/Localizable.strings | 3 ++- WordPress/Resources/cs.lproj/Localizable.strings | 3 ++- WordPress/Resources/de.lproj/Localizable.strings | 3 ++- WordPress/Resources/en-AU.lproj/Localizable.strings | 3 ++- WordPress/Resources/en-CA.lproj/Localizable.strings | 3 ++- WordPress/Resources/en-GB.lproj/Localizable.strings | 3 ++- WordPress/Resources/es.lproj/Localizable.strings | 3 ++- WordPress/Resources/fr.lproj/Localizable.strings | 3 ++- WordPress/Resources/he.lproj/Localizable.strings | 3 ++- WordPress/Resources/hr.lproj/Localizable.strings | 3 ++- WordPress/Resources/id.lproj/Localizable.strings | 3 ++- WordPress/Resources/it.lproj/Localizable.strings | 3 ++- WordPress/Resources/ja.lproj/Localizable.strings | 3 ++- WordPress/Resources/ko.lproj/Localizable.strings | 3 ++- WordPress/Resources/nb.lproj/Localizable.strings | 3 ++- WordPress/Resources/nl.lproj/Localizable.strings | 3 ++- WordPress/Resources/pl.lproj/Localizable.strings | 3 ++- WordPress/Resources/pt-BR.lproj/Localizable.strings | 3 ++- WordPress/Resources/ro.lproj/Localizable.strings | 3 ++- WordPress/Resources/ru.lproj/Localizable.strings | 3 ++- WordPress/Resources/sk.lproj/Localizable.strings | 3 ++- WordPress/Resources/sq.lproj/Localizable.strings | 3 ++- WordPress/Resources/sv.lproj/Localizable.strings | 3 ++- WordPress/Resources/tr.lproj/Localizable.strings | 3 ++- WordPress/Resources/zh-Hans.lproj/Localizable.strings | 3 ++- WordPress/Resources/zh-Hant.lproj/Localizable.strings | 3 ++- 26 files changed, 52 insertions(+), 26 deletions(-) diff --git a/WordPress/Resources/ar.lproj/Localizable.strings b/WordPress/Resources/ar.lproj/Localizable.strings index 10566873cb54..1cb77243151b 100644 --- a/WordPress/Resources/ar.lproj/Localizable.strings +++ b/WordPress/Resources/ar.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "يقوم بتحديث العنوان."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "جاري التحديث"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/cs.lproj/Localizable.strings b/WordPress/Resources/cs.lproj/Localizable.strings index 11ab82b24977..2557d3d66ba4 100644 --- a/WordPress/Resources/cs.lproj/Localizable.strings +++ b/WordPress/Resources/cs.lproj/Localizable.strings @@ -7298,7 +7298,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Aktualizuje název."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Aktualizace"; /* No comment provided by engineer. */ diff --git a/WordPress/Resources/de.lproj/Localizable.strings b/WordPress/Resources/de.lproj/Localizable.strings index 4dc3d87318c8..5af912ef444d 100644 --- a/WordPress/Resources/de.lproj/Localizable.strings +++ b/WordPress/Resources/de.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Aktualisiert den Titel."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Aktualisiere"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/en-AU.lproj/Localizable.strings b/WordPress/Resources/en-AU.lproj/Localizable.strings index 23382180c647..1a466a7c219b 100644 --- a/WordPress/Resources/en-AU.lproj/Localizable.strings +++ b/WordPress/Resources/en-AU.lproj/Localizable.strings @@ -7463,7 +7463,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Updates the title."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Updating"; /* No comment provided by engineer. */ diff --git a/WordPress/Resources/en-CA.lproj/Localizable.strings b/WordPress/Resources/en-CA.lproj/Localizable.strings index cfc91f3186f2..bf6eb1295bef 100644 --- a/WordPress/Resources/en-CA.lproj/Localizable.strings +++ b/WordPress/Resources/en-CA.lproj/Localizable.strings @@ -7472,7 +7472,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Updates the title."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Updating"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/en-GB.lproj/Localizable.strings b/WordPress/Resources/en-GB.lproj/Localizable.strings index 86ed07a0f0e2..b3eedecfa706 100644 --- a/WordPress/Resources/en-GB.lproj/Localizable.strings +++ b/WordPress/Resources/en-GB.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Updates the title."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Updating"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/es.lproj/Localizable.strings b/WordPress/Resources/es.lproj/Localizable.strings index 0bd204672345..312a117a9962 100644 --- a/WordPress/Resources/es.lproj/Localizable.strings +++ b/WordPress/Resources/es.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Actualiza el título."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Actualizando"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/fr.lproj/Localizable.strings b/WordPress/Resources/fr.lproj/Localizable.strings index 3ba68800daa4..be8f38b1a0a0 100644 --- a/WordPress/Resources/fr.lproj/Localizable.strings +++ b/WordPress/Resources/fr.lproj/Localizable.strings @@ -7490,7 +7490,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Met à jour le titre."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Mise à jour"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/he.lproj/Localizable.strings b/WordPress/Resources/he.lproj/Localizable.strings index 11e348e69359..5444bdf56c53 100644 --- a/WordPress/Resources/he.lproj/Localizable.strings +++ b/WordPress/Resources/he.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "מעדכן את שם האתר."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "מעדכן"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/hr.lproj/Localizable.strings b/WordPress/Resources/hr.lproj/Localizable.strings index 664e89888a62..2c45ee4edcfa 100644 --- a/WordPress/Resources/hr.lproj/Localizable.strings +++ b/WordPress/Resources/hr.lproj/Localizable.strings @@ -838,7 +838,8 @@ /* Title for sheet displayed allowing user to update their site icon */ "Update Site Icon" = "Ažurirajte ikonu web mjesta"; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Ažuriranje "; /* Label for the date a media asset (image / video) was uploaded diff --git a/WordPress/Resources/id.lproj/Localizable.strings b/WordPress/Resources/id.lproj/Localizable.strings index d299f397f946..26f13f388554 100644 --- a/WordPress/Resources/id.lproj/Localizable.strings +++ b/WordPress/Resources/id.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Perbarui judul."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Memperbarui"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/it.lproj/Localizable.strings b/WordPress/Resources/it.lproj/Localizable.strings index c8843155e9d3..32f84803542a 100644 --- a/WordPress/Resources/it.lproj/Localizable.strings +++ b/WordPress/Resources/it.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Aggiorna il titolo."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Aggiornamento in corso"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/ja.lproj/Localizable.strings b/WordPress/Resources/ja.lproj/Localizable.strings index 3f25a46dee46..014db93b1795 100644 --- a/WordPress/Resources/ja.lproj/Localizable.strings +++ b/WordPress/Resources/ja.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "タイトルを更新します。"; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "更新"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/ko.lproj/Localizable.strings b/WordPress/Resources/ko.lproj/Localizable.strings index 163e6fab1559..e708c7330d4b 100644 --- a/WordPress/Resources/ko.lproj/Localizable.strings +++ b/WordPress/Resources/ko.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "제목을 업데이트합니다."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "업데이트 중"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/nb.lproj/Localizable.strings b/WordPress/Resources/nb.lproj/Localizable.strings index effe608ff0d9..b53328cdf66f 100644 --- a/WordPress/Resources/nb.lproj/Localizable.strings +++ b/WordPress/Resources/nb.lproj/Localizable.strings @@ -5132,7 +5132,8 @@ translators: %s: Block name e.g. \"Image block\" */ /* Accessibility hint for the Visitors button in Stats Overview. */ "Updates the bar chart to show visitors." = "Oppdaterer søylediagrammet for å vise besøkende."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Oppdaterer"; /* Title for button displayed when the user has an empty media library */ diff --git a/WordPress/Resources/nl.lproj/Localizable.strings b/WordPress/Resources/nl.lproj/Localizable.strings index a076c78b15c0..9c22e0650c16 100644 --- a/WordPress/Resources/nl.lproj/Localizable.strings +++ b/WordPress/Resources/nl.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Werkt de titel bij."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Updaten"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/pl.lproj/Localizable.strings b/WordPress/Resources/pl.lproj/Localizable.strings index e62702462ea1..de44064556e9 100644 --- a/WordPress/Resources/pl.lproj/Localizable.strings +++ b/WordPress/Resources/pl.lproj/Localizable.strings @@ -2859,7 +2859,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Uaktualnia tytuł."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Aktualizacja"; /* System notification displayed to the user when media files have failed to upload. */ diff --git a/WordPress/Resources/pt-BR.lproj/Localizable.strings b/WordPress/Resources/pt-BR.lproj/Localizable.strings index b177c4b3c962..ce004bff3602 100644 --- a/WordPress/Resources/pt-BR.lproj/Localizable.strings +++ b/WordPress/Resources/pt-BR.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Atualiza o título."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Atualizando"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/ro.lproj/Localizable.strings b/WordPress/Resources/ro.lproj/Localizable.strings index 531afa87a346..4228851c5da0 100644 --- a/WordPress/Resources/ro.lproj/Localizable.strings +++ b/WordPress/Resources/ro.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Actualizări titlu."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Actualizez"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/ru.lproj/Localizable.strings b/WordPress/Resources/ru.lproj/Localizable.strings index 8a8629452966..e58c0ea544a8 100644 --- a/WordPress/Resources/ru.lproj/Localizable.strings +++ b/WordPress/Resources/ru.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Обновление названия."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Обновление"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/sk.lproj/Localizable.strings b/WordPress/Resources/sk.lproj/Localizable.strings index 1ce3c58656d9..1c0a9e268204 100644 --- a/WordPress/Resources/sk.lproj/Localizable.strings +++ b/WordPress/Resources/sk.lproj/Localizable.strings @@ -3733,7 +3733,8 @@ /* Update profile photo in Me > My Profile */ "Update Profile Photo" = "Aktualizovať Profilovú fotografiu"; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Aktualizovanie"; /* Title for button displayed when the user has an empty media library */ diff --git a/WordPress/Resources/sq.lproj/Localizable.strings b/WordPress/Resources/sq.lproj/Localizable.strings index b235b92ccd26..816466f88204 100644 --- a/WordPress/Resources/sq.lproj/Localizable.strings +++ b/WordPress/Resources/sq.lproj/Localizable.strings @@ -7487,7 +7487,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Përditëson titullin."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Po përditësohet"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/sv.lproj/Localizable.strings b/WordPress/Resources/sv.lproj/Localizable.strings index 0e58705f1c4a..78cb44f012a1 100644 --- a/WordPress/Resources/sv.lproj/Localizable.strings +++ b/WordPress/Resources/sv.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Uppdaterar rubriken."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Uppdaterar"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/tr.lproj/Localizable.strings b/WordPress/Resources/tr.lproj/Localizable.strings index 2ed594815748..cef333220a4f 100644 --- a/WordPress/Resources/tr.lproj/Localizable.strings +++ b/WordPress/Resources/tr.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "Başlığı günceller."; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "Güncelleniyor"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/zh-Hans.lproj/Localizable.strings b/WordPress/Resources/zh-Hans.lproj/Localizable.strings index fe109e217cc2..f6a01697a4d2 100644 --- a/WordPress/Resources/zh-Hans.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hans.lproj/Localizable.strings @@ -7502,7 +7502,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "更新标题。"; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "正在更新"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ diff --git a/WordPress/Resources/zh-Hant.lproj/Localizable.strings b/WordPress/Resources/zh-Hant.lproj/Localizable.strings index c97e9659a112..1856ebb621f3 100644 --- a/WordPress/Resources/zh-Hant.lproj/Localizable.strings +++ b/WordPress/Resources/zh-Hant.lproj/Localizable.strings @@ -7499,7 +7499,8 @@ translators: %s: Select control option value e.g: \"Auto, 25%\". */ /* No comment provided by engineer. */ "Updates the title." = "更新標題。"; -/* Describes a status of a plugin */ +/* Describes a status of a plugin + Updating label title */ "Updating" = "正在更新"; /* Text in the profile editing page. Lets the user know about the consequences of their profile editing actions and how this relates to Gravatar. */ From aabf071d044815bd91e2f7bcbbc119c3e16109b2 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 26 Jun 2024 15:31:40 -0700 Subject: [PATCH 3/5] Update WordPress metadata translations --- fastlane/metadata/tr/release_notes.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/metadata/tr/release_notes.txt diff --git a/fastlane/metadata/tr/release_notes.txt b/fastlane/metadata/tr/release_notes.txt new file mode 100644 index 000000000000..353ce3da838c --- /dev/null +++ b/fastlane/metadata/tr/release_notes.txt @@ -0,0 +1,2 @@ +Gönderileri çöp kutusuna gönderirken uygulamanın çökmesine neden olan nadir bir hata düzeltildi. Bir kişinin çöpü bazen başkalarının da çöpüdür. +Ayrıca Gönderi Görünürlüğü seçicideki gezinme çubuğuyla ilgili bir sorunu düzelttik. Hazır elimiz değmişken düzenleyicinin Gönderi Ayarları ekranını da yeni gezinme çubuğu stilini kullanacak şekilde güncelledik. Güzel. From 89314ba0d6b78919af30a24fd20d6c2730b4422d Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 26 Jun 2024 15:31:43 -0700 Subject: [PATCH 4/5] Update Jetpack metadata translations --- fastlane/jetpack_metadata/tr/release_notes.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 fastlane/jetpack_metadata/tr/release_notes.txt diff --git a/fastlane/jetpack_metadata/tr/release_notes.txt b/fastlane/jetpack_metadata/tr/release_notes.txt new file mode 100644 index 000000000000..353ce3da838c --- /dev/null +++ b/fastlane/jetpack_metadata/tr/release_notes.txt @@ -0,0 +1,2 @@ +Gönderileri çöp kutusuna gönderirken uygulamanın çökmesine neden olan nadir bir hata düzeltildi. Bir kişinin çöpü bazen başkalarının da çöpüdür. +Ayrıca Gönderi Görünürlüğü seçicideki gezinme çubuğuyla ilgili bir sorunu düzelttik. Hazır elimiz değmişken düzenleyicinin Gönderi Ayarları ekranını da yeni gezinme çubuğu stilini kullanacak şekilde güncelledik. Güzel. From 20ad8b877c47a2f2eb74c96f376a822b95e403a4 Mon Sep 17 00:00:00 2001 From: Automattic Release Bot Date: Wed, 26 Jun 2024 15:31:57 -0700 Subject: [PATCH 5/5] Bump version number --- config/Version.internal.xcconfig | 2 +- config/Version.public.xcconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 1a0628bd1c2d..443de9e694b2 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 25.1.0.20240619 +VERSION_LONG = 25.1.0.20240626 VERSION_SHORT = 25.1 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 61bac1b7b1e1..91f862d69769 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,2 +1,2 @@ -VERSION_LONG = 25.1.0.1 +VERSION_LONG = 25.1.0.2 VERSION_SHORT = 25.1