Skip to content

Commit

Permalink
Release v10.4.2 (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban authored Aug 21, 2024
1 parent a8b4064 commit da742a0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion extension-manifest-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ghostery/extension-manifest-v3",
"private": true,
"version": "10.4.1",
"version": "10.4.2",
"type": "module",
"scripts": {
"download-engines": "node scripts/download-engines/index.js",
Expand Down
8 changes: 4 additions & 4 deletions extension-manifest-v3/src/_locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"message": "이 웹 사이트에서 차단됨"
},
"blocks_additional_ads__trackers__and_pop_ups_specific_to_the_language_of_websites_you_visit__enable_only_the_languages_you_need_to_avoid_slowing_down_your_browser_": {
"message": "웹사이트 언어에 맞춘 추가 광고, 추적기 및 팝업을 차단합니다. 브라우저 속도를 저하시키지 않도록 필요한 언어만 활성화하세요."
"message": "방문하시는 웹 사이트 언어에 한하여 추가로 광고와 트래커, 팝업을 차단합니다. 필요한 언어만 활성화하면 웹 브라우저가 느려지는걸 방지할 수 있습니다."
},
"cancel": {
"message": "취소"
Expand Down Expand Up @@ -162,7 +162,7 @@
"message": "클립보드에 복사됨"
},
"cosmetic_filters__@_0_": {
"message": "코스메틱 필터: $${0}"
"message": "시각적 필터: $${0}"
},
"country": {
"message": "국가"
Expand Down Expand Up @@ -253,7 +253,7 @@
"message": "몇 번의 쉬운 단계만으로 검색 엔진에 Ghostery 광고 차단 기능을 확장할 수 있습니다."
},
"experimental_filters": {
"message": "실험 필터"
"message": "실험적 필터"
},
"extensions": {
"message": "확장 프로그램",
Expand Down Expand Up @@ -369,7 +369,7 @@
"message": "Ghostery 트래커 & 광고 차단기 - 개인정보 보호 광고 차단기"
},
"manifest_short_description": {
"message": "강력한 개인정보 보호 확장 프로그램으로 광고를 차단하고, 추적기를 방지하며, 웹사이트 로딩 속도를 가속화합니다"
"message": "광고와 트래커를 차단하고 웹 사이트 속도를 빠르게 하는 강력한 개인정보 보호 확장 프로그램입니다."
},
"menu": {
"message": "메뉴"
Expand Down
12 changes: 6 additions & 6 deletions extension-manifest-v3/xcode/Ghostery.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -906,7 +906,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MARKETING_VERSION = 10.4.1;
MARKETING_VERSION = 10.4.2;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -949,7 +949,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
Expand All @@ -963,7 +963,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MARKETING_VERSION = 10.4.1;
MARKETING_VERSION = 10.4.2;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SWIFT_COMPILATION_MODE = wholemodule;
Expand Down Expand Up @@ -1193,7 +1193,7 @@
CODE_SIGN_IDENTITY = "-";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = T3NRR7XMGG;
ENABLE_HARDENED_RUNTIME = NO;
Expand Down Expand Up @@ -1232,7 +1232,7 @@
CODE_SIGN_ENTITLEMENTS = "macOS (App)/Ghostery – Privacy Ad Blocker.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 18;
CURRENT_PROJECT_VERSION = 19;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = T3NRR7XMGG;
ENABLE_HARDENED_RUNTIME = YES;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da742a0

Please sign in to comment.