From 8e5825e1227354d459b480004ea2a1d15cbedef8 Mon Sep 17 00:00:00 2001 From: Rob Bot <robbot@rob006.net> Date: Sat, 7 Dec 2024 03:28:03 +0100 Subject: [PATCH 1/3] Add `liplum/flarum-sync-profile-core`. --- config/components.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/components.php b/config/components.php index cb3400db20..edc9958b5a 100644 --- a/config/components.php +++ b/config/components.php @@ -1070,6 +1070,9 @@ 'kyrne-whisper' => [ 'tag' => 'https://raw.githubusercontent.com/KyrneDev/whisper/0.1.4/resources/locale/en.yml', ], + 'liplum-sync-profile-core' => [ + 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-sync-profile-core/v0.1/resources/locale/en.yml', + ], 'litalino-adblock' => [ 'tag' => 'https://raw.githubusercontent.com/Litalino/flarum-adblock/1.2.1/locale/en.yml', ], From 917af5fcf0466ee5ec2e2101d9cff0768f41e943 Mon Sep 17 00:00:00 2001 From: Rob Bot <robbot@rob006.net> Date: Sat, 7 Dec 2024 16:01:57 +0100 Subject: [PATCH 2/3] Update config for `liplum/flarum-sync-profile-core`. --- config/components.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/components.php b/config/components.php index edc9958b5a..b9aa6894eb 100644 --- a/config/components.php +++ b/config/components.php @@ -1071,7 +1071,7 @@ 'tag' => 'https://raw.githubusercontent.com/KyrneDev/whisper/0.1.4/resources/locale/en.yml', ], 'liplum-sync-profile-core' => [ - 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-sync-profile-core/v0.1/resources/locale/en.yml', + 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-sync-profile-core/v0.1.1/resources/locale/en.yml', ], 'litalino-adblock' => [ 'tag' => 'https://raw.githubusercontent.com/Litalino/flarum-adblock/1.2.1/locale/en.yml', From e49ccdddeb71c399731e53ceab3e562faec41984 Mon Sep 17 00:00:00 2001 From: Rob Bot <robbot@rob006.net> Date: Sun, 8 Dec 2024 04:20:59 +0100 Subject: [PATCH 3/3] Update config for `liplum/flarum-sync-profile-core`. --- config/components.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/components.php b/config/components.php index b9aa6894eb..b9e9e43b89 100644 --- a/config/components.php +++ b/config/components.php @@ -1071,7 +1071,7 @@ 'tag' => 'https://raw.githubusercontent.com/KyrneDev/whisper/0.1.4/resources/locale/en.yml', ], 'liplum-sync-profile-core' => [ - 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-sync-profile-core/v0.1.1/resources/locale/en.yml', + 'tag' => 'https://raw.githubusercontent.com/liplum/flarum-sync-profile-core/v0.2.0/resources/locale/en.yml', ], 'litalino-adblock' => [ 'tag' => 'https://raw.githubusercontent.com/Litalino/flarum-adblock/1.2.1/locale/en.yml',