Skip to content

Commit d131f8f

Browse files
authored
Merge pull request #1080 from kiwix/release-3.7.1
Release 3.7.1 update CHANGELOG and release number
2 parents d28093f + 9ac608c commit d131f8f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 3.7.1
2+
- UPDATE:
3+
-Localisations (@translatewiki #1056, #1070)
4+
- CI to Xcode 15.2 (@BPerlakiH #1062)
5+
- Removed unused parts from CI / CD (@BPerlakiH #1066)
6+
- FIX:
7+
- Opening deeplinks (@BPerlakiH #1048)
8+
- Open new tab via http blank link (@BPerlakiH #1064)
9+
- Removed empty help menu from macOS (@BPerlakiH #1078)
10+
- Sandbox issue for macOS CI unit tests (@BPerlakiH #1076)
11+
- "Flaky" unit-tests (@BPerlakiH #1072)
12+
- Removed support / donation for macOS FTP builds, as it's not supported outside of AppStore (@BPerlakiH #1074)
13+
114
# 3.7.0
215
- NEW:
316
- Support Kiwix with Apple Pay donation (@BPerlakiH @rgaudin #1022, #1045, #1046, #1049)

project.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ settings:
1313
base:
1414
DEVELOPMENT_TEAM: L7HWM3SP3L
1515
GENERATE_INFOPLIST_FILE: YES
16-
CURRENT_PROJECT_VERSION: 185
16+
CURRENT_PROJECT_VERSION: 204
1717
ENABLE_USER_SCRIPT_SANDBOXING: NO
1818
ENABLE_MODULE_VERIFIER: YES
1919
MODULE_VERIFIER_SUPPORTED_LANGUAGES: "objective-c objective-c++"
@@ -101,7 +101,7 @@ targets:
101101
com.apple.developer.in-app-payments: [merchant.org.kiwix.apple] # this line is removed for macOS FTP
102102
settings:
103103
base:
104-
MARKETING_VERSION: "3.7.0"
104+
MARKETING_VERSION: "3.7.1"
105105
PRODUCT_BUNDLE_IDENTIFIER: self.Kiwix
106106
INFOPLIST_KEY_CFBundleDisplayName: Kiwix
107107
INFOPLIST_FILE: Support/Info.plist

0 commit comments

Comments
 (0)