From 46447546f459a4409d714f03c7e7273fa141d862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 8 Mar 2024 09:49:29 +0100 Subject: [PATCH 01/10] Release 10.2.14 --- extension-manifest-v3/package.json | 2 +- .../xcode/Ghostery.xcodeproj/project.pbxproj | 8 ++++---- package-lock.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extension-manifest-v3/package.json b/extension-manifest-v3/package.json index 13c35c88f..6b8eded18 100644 --- a/extension-manifest-v3/package.json +++ b/extension-manifest-v3/package.json @@ -1,7 +1,7 @@ { "name": "@ghostery/extension-manifest-v3", "private": true, - "version": "10.2.13", + "version": "10.2.14", "type": "module", "scripts": { "postinstall": "npm run download-engines && npm run download-whotracksme-bloomfilter", diff --git a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj index 56d1e82e8..aa558ffde 100644 --- a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj +++ b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj @@ -886,7 +886,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 146; + CURRENT_PROJECT_VERSION = 147; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -905,7 +905,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MARKETING_VERSION = 10.2.13; + MARKETING_VERSION = 10.2.14; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -948,7 +948,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 146; + CURRENT_PROJECT_VERSION = 147; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; @@ -961,7 +961,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - MARKETING_VERSION = 10.2.13; + MARKETING_VERSION = 10.2.14; MTL_ENABLE_DEBUG_INFO = NO; MTL_FAST_MATH = YES; SWIFT_COMPILATION_MODE = wholemodule; diff --git a/package-lock.json b/package-lock.json index f70492d46..ad69d8a4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ }, "extension-manifest-v3": { "name": "@ghostery/extension-manifest-v3", - "version": "10.2.13", + "version": "10.2.14", "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { From d3843477d9fdacaf59e3a98b543293774ca0de56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 8 Mar 2024 14:07:39 +0100 Subject: [PATCH 02/10] Rollback app-sandox entitlement for macOS --- ...stery \342\200\223 Privacy Ad Blocker.entitlements" | 5 ++++- ...stery \342\200\223 Privacy Ad Blocker.entitlements" | 10 ++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git "a/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" "b/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" index 0c67376eb..c094cb3b8 100644 --- "a/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" +++ "b/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" @@ -1,5 +1,8 @@ - + + com.apple.security.app-sandbox + + diff --git "a/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" "b/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" index f2ef3ae02..c094cb3b8 100644 --- "a/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" +++ "b/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" @@ -1,10 +1,8 @@ - - com.apple.security.app-sandbox - - com.apple.security.files.user-selected.read-only - - + + com.apple.security.app-sandbox + + From 6b685b25baa634953fb9deb5e61b72ec2b590dda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 22 Mar 2024 10:52:59 +0100 Subject: [PATCH 03/10] Release 10.2.14 --- extension-manifest-v3/src/_locales/de/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/en/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/es/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/fr/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/it/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/ja/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/ko/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/pl/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/pt_BR/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/ru/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/zh_CN/messages.json | 6 ++++++ extension-manifest-v3/src/_locales/zh_TW/messages.json | 6 ++++++ .../xcode/Ghostery.xcodeproj/project.pbxproj | 4 ++-- 13 files changed, 74 insertions(+), 2 deletions(-) diff --git a/extension-manifest-v3/src/_locales/de/messages.json b/extension-manifest-v3/src/_locales/de/messages.json index d7e01ad86..60f7f5d78 100644 --- a/extension-manifest-v3/src/_locales/de/messages.json +++ b/extension-manifest-v3/src/_locales/de/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Konditionen" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "HABEN SIE GENUG VON COOKIE-POPUPS?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Ja" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Sie sind angemeldet als:" }, diff --git a/extension-manifest-v3/src/_locales/en/messages.json b/extension-manifest-v3/src/_locales/en/messages.json index 580a81200..b5f4965cc 100644 --- a/extension-manifest-v3/src/_locales/en/messages.json +++ b/extension-manifest-v3/src/_locales/en/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Terms & Conditions" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "TIRED OF COOKIE POPUPS?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Yes" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "You are signed in as:" }, diff --git a/extension-manifest-v3/src/_locales/es/messages.json b/extension-manifest-v3/src/_locales/es/messages.json index fded9a707..a65b92ae9 100644 --- a/extension-manifest-v3/src/_locales/es/messages.json +++ b/extension-manifest-v3/src/_locales/es/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Términos y condiciones" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "¿TE HAS CANSADO DE LAS VENTANAS SOBRE LAS COOKIES?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Sí" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Iniciaste sesión como:" }, diff --git a/extension-manifest-v3/src/_locales/fr/messages.json b/extension-manifest-v3/src/_locales/fr/messages.json index e78979a18..51126d2c1 100644 --- a/extension-manifest-v3/src/_locales/fr/messages.json +++ b/extension-manifest-v3/src/_locales/fr/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Conditions générales d'utilisation" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "REFUSER LES COOKIES VOUS USE ?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Oui" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Vous êtes connecté en tant que :" }, diff --git a/extension-manifest-v3/src/_locales/it/messages.json b/extension-manifest-v3/src/_locales/it/messages.json index 6ec19e4c0..24fdb68d5 100644 --- a/extension-manifest-v3/src/_locales/it/messages.json +++ b/extension-manifest-v3/src/_locales/it/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Termini e Condizioni" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "STANCO DEI POPUP DEI COOKIE?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Sì" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Hai effettuato l’accesso come:" }, diff --git a/extension-manifest-v3/src/_locales/ja/messages.json b/extension-manifest-v3/src/_locales/ja/messages.json index a6a9e6b00..5d798b1f3 100644 --- a/extension-manifest-v3/src/_locales/ja/messages.json +++ b/extension-manifest-v3/src/_locales/ja/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "利用規約" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "クッキーのポップアップにうんざりですか?" }, @@ -538,6 +541,9 @@ "yes": { "message": "はい" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "次のユーザーでサインインしています:" }, diff --git a/extension-manifest-v3/src/_locales/ko/messages.json b/extension-manifest-v3/src/_locales/ko/messages.json index 58bdb5073..fb035bbbe 100644 --- a/extension-manifest-v3/src/_locales/ko/messages.json +++ b/extension-manifest-v3/src/_locales/ko/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "사용 약관 " }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "쿠키 팝업이 너무 많습니까?" }, @@ -538,6 +541,9 @@ "yes": { "message": "예 " }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "로그인한 계정:" }, diff --git a/extension-manifest-v3/src/_locales/pl/messages.json b/extension-manifest-v3/src/_locales/pl/messages.json index c817ee6a5..1a441070f 100644 --- a/extension-manifest-v3/src/_locales/pl/messages.json +++ b/extension-manifest-v3/src/_locales/pl/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Warunki" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "MASZ JUŻ DOŚĆ PYTAŃ O CIASTECZKA?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Tak" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Zalogowano jako:" }, diff --git a/extension-manifest-v3/src/_locales/pt_BR/messages.json b/extension-manifest-v3/src/_locales/pt_BR/messages.json index 6592b82ea..b5d2887d7 100644 --- a/extension-manifest-v3/src/_locales/pt_BR/messages.json +++ b/extension-manifest-v3/src/_locales/pt_BR/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Termos e Condições" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "CANSADO DE POPUPS DE COOKIES?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Sim" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Você entrou como:" }, diff --git a/extension-manifest-v3/src/_locales/ru/messages.json b/extension-manifest-v3/src/_locales/ru/messages.json index 7fb27522e..1e9ccfaeb 100644 --- a/extension-manifest-v3/src/_locales/ru/messages.json +++ b/extension-manifest-v3/src/_locales/ru/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "Условия и положения" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "УСТАЛИ ОТ ВСПЛЫВАЮЩИХ УВЕДОМЛЕНИЙ О ФАЙЛАХ COOKIE?" }, @@ -538,6 +541,9 @@ "yes": { "message": "Да" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "Вы вошли как:" }, diff --git a/extension-manifest-v3/src/_locales/zh_CN/messages.json b/extension-manifest-v3/src/_locales/zh_CN/messages.json index e0ee706e3..72a4496b0 100644 --- a/extension-manifest-v3/src/_locales/zh_CN/messages.json +++ b/extension-manifest-v3/src/_locales/zh_CN/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "条款和条件" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "厌烦了 Cookie 弹出窗口?" }, @@ -538,6 +541,9 @@ "yes": { "message": "是" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "你的登录身份为:" }, diff --git a/extension-manifest-v3/src/_locales/zh_TW/messages.json b/extension-manifest-v3/src/_locales/zh_TW/messages.json index a871aaecb..9e6325cb3 100644 --- a/extension-manifest-v3/src/_locales/zh_TW/messages.json +++ b/extension-manifest-v3/src/_locales/zh_TW/messages.json @@ -459,6 +459,9 @@ "terms___conditions": { "message": "條款及條件" }, + "thank_you_for_your_support_in_ghostery_s_fight_for_a_web_where_privacy_is_a_basic_human_right_": { + "message": "Thank you for your support in Ghostery's fight for a web where privacy is a basic human right!" + }, "tired_of_cookie_popups_": { "message": "厭倦了 Cookie 彈出式視窗?" }, @@ -538,6 +541,9 @@ "yes": { "message": "是" }, + "you_are_awesome_": { + "message": "You are awesome!" + }, "you_are_signed_in_as_": { "message": "您登入為:" }, diff --git a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj index aa558ffde..c566e9aa9 100644 --- a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj +++ b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj @@ -886,7 +886,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 147; + CURRENT_PROJECT_VERSION = 148; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -948,7 +948,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 147; + CURRENT_PROJECT_VERSION = 148; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; From 3f19b8ef9ff79b90840eead23c0502e9fd571145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 22 Mar 2024 12:52:20 +0100 Subject: [PATCH 04/10] Revert xcode entitlements --- .../Ghostery \342\200\223 Privacy Ad Blocker.entitlements" | 4 ++++ .../Ghostery \342\200\223 Privacy Ad Blocker.entitlements" | 2 ++ 2 files changed, 6 insertions(+) diff --git "a/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" "b/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" index c094cb3b8..866787b8d 100644 --- "a/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" +++ "b/extension-manifest-v3/xcode/macOS (App)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" @@ -4,5 +4,9 @@ com.apple.security.app-sandbox + com.apple.security.files.user-selected.read-only + + com.apple.security.network.client + diff --git "a/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" "b/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" index c094cb3b8..bebce182a 100644 --- "a/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" +++ "b/extension-manifest-v3/xcode/macOS (Extension)/Ghostery \342\200\223 Privacy Ad Blocker.entitlements" @@ -4,5 +4,7 @@ com.apple.security.app-sandbox + com.apple.security.files.user-selected.read-only + From 6dcd3261cbdb10c85d493d9f6bc74be0af1e9eb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 22 Mar 2024 15:20:16 +0100 Subject: [PATCH 05/10] Revert dev env to production ghostery.com --- extension-manifest-v3/src/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension-manifest-v3/src/utils/api.js b/extension-manifest-v3/src/utils/api.js index 7cf7a34ec..7284435e3 100644 --- a/extension-manifest-v3/src/utils/api.js +++ b/extension-manifest-v3/src/utils/api.js @@ -11,7 +11,7 @@ import { jwtDecode } from 'jwt-decode'; -const DOMAIN = 'ghosterystage.com'; +const DOMAIN = 'ghostery.com'; const AUTH_URL = `https://consumerapi.${DOMAIN}/api/v2`; const ACCOUNT_URL = `https://accountapi.${DOMAIN}/api/v2.1.0`; From e796c8f6efee1fee156551fe3bb1a8bb4a7645bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Fri, 22 Mar 2024 15:21:20 +0100 Subject: [PATCH 06/10] Release 10.2.14 --- .../xcode/Ghostery.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj index c566e9aa9..c5d9fb97e 100644 --- a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj +++ b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj @@ -886,7 +886,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 148; + CURRENT_PROJECT_VERSION = 149; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -948,7 +948,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 148; + CURRENT_PROJECT_VERSION = 149; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; From 7ae7d02906c070d3b9ee55472dfd1ffe387c1279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Mon, 25 Mar 2024 09:43:13 +0100 Subject: [PATCH 07/10] Release 10.2.14 --- .../xcode/Ghostery.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj index c5d9fb97e..6d3163a89 100644 --- a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj +++ b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj @@ -886,7 +886,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 149; + CURRENT_PROJECT_VERSION = 150; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -948,7 +948,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 149; + CURRENT_PROJECT_VERSION = 150; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; From 08dc09e53c4f2917b078dfdd4c103c38f018c343 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Mon, 25 Mar 2024 10:28:03 +0100 Subject: [PATCH 08/10] Release 10.2.14 --- .../xcode/Ghostery.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj index 6d3163a89..f7950a72b 100644 --- a/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj +++ b/extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj @@ -886,7 +886,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 150; + CURRENT_PROJECT_VERSION = 151; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -948,7 +948,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 150; + CURRENT_PROJECT_VERSION = 151; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; From 954902901dd81c6ac668251fc14f2ccdf29a34d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Tue, 26 Mar 2024 12:03:03 +0100 Subject: [PATCH 09/10] Fix Firefox popup width layout shift by contributor badge --- extension-manifest-v3/src/pages/panel/views/navigation.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/extension-manifest-v3/src/pages/panel/views/navigation.js b/extension-manifest-v3/src/pages/panel/views/navigation.js index cef95b123..3ccad052d 100644 --- a/extension-manifest-v3/src/pages/panel/views/navigation.js +++ b/extension-manifest-v3/src/pages/panel/views/navigation.js @@ -131,7 +131,11 @@ export default { />
You are awesome! - + Thank you for your support in Ghostery's fight for a web where privacy is a basic human right! From a3b49e5494dca347b2543316a4d27b4b137c0b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Tue, 26 Mar 2024 12:03:57 +0100 Subject: [PATCH 10/10] Fix korean extension name --- extension-manifest-v3/src/_locales/ko/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension-manifest-v3/src/_locales/ko/messages.json b/extension-manifest-v3/src/_locales/ko/messages.json index fb035bbbe..b38399016 100644 --- a/extension-manifest-v3/src/_locales/ko/messages.json +++ b/extension-manifest-v3/src/_locales/ko/messages.json @@ -287,7 +287,7 @@ "message": "Ghostery가 귀하의 완전한 개인 정보 보호를 지원할 수 있게 하고 모든 팝업 및 추적을 거부하십시오. 또는 직접 실행할 수도 있습니다!" }, "manifest_name": { - "message": "고스트 트래커 및 광고 차단기 - 프라이버시 AdBlock" + "message": "고스터리 트래커 및 광고 차단기 - 프라이버시 AdBlock" }, "manifest_short_description": { "message": "Ghostery는 강력한 개인정보 보호 확장 프로그램입니다. 광고와 트래커를 차단하고 웹 사이트의 속도를 높여줍니다."