version++

This commit is contained in:
manuroe 2020-04-24 19:07:41 +02:00
parent 96960aa253
commit d951f4e4f3
4 changed files with 21 additions and 20 deletions

View file

@ -1,7 +1,8 @@
Changes in 0.11.1 (2020-xx-xx)
Changes in 0.11.1 (2020-04-24)
===============================================
Improvements:
* Upgrade MatrixKit version ([v0.12.1](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.12.1)).
* New icons.
* Cross-signing: Allow incoming device verification request from other user (#3139).
* Cross-signing: Allow to verify each device of users with no cross-signing (#3138).

View file

@ -7,7 +7,7 @@ use_frameworks!
# Different flavours of pods to MatrixKit
# The current MatrixKit pod version
$matrixKitVersion = '0.12.0'
$matrixKitVersion = '0.12.1'
# The develop branch version
#$matrixKitVersion = 'develop'

View file

@ -50,38 +50,38 @@ PODS:
- MatomoTracker (7.2.0):
- MatomoTracker/Core (= 7.2.0)
- MatomoTracker/Core (7.2.0)
- MatrixKit (0.12.0):
- MatrixKit (0.12.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.12.0)
- MatrixSDK (= 0.16.0)
- MatrixKit/AppExtension (0.12.0):
- MatrixKit/Core (= 0.12.1)
- MatrixSDK (= 0.16.1)
- MatrixKit/AppExtension (0.12.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- DTCoreText/Extension
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.16.0)
- MatrixKit/Core (0.12.0):
- MatrixSDK (= 0.16.1)
- MatrixKit/Core (0.12.1):
- cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.16.0)
- MatrixSDK (0.16.0):
- MatrixSDK/Core (= 0.16.0)
- MatrixSDK/Core (0.16.0):
- MatrixSDK (= 0.16.1)
- MatrixSDK (0.16.1):
- MatrixSDK/Core (= 0.16.1)
- MatrixSDK/Core (0.16.1):
- AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.2)
- libbase58 (~> 0.1.4)
- OLMKit (~> 3.1.0)
- Realm (~> 3.17.3)
- MatrixSDK/JingleCallStack (0.16.0):
- MatrixSDK/JingleCallStack (0.16.1):
- JitsiMeetSDK (~> 2.3.1)
- MatrixSDK/Core
- MatrixSDK/SwiftSupport (0.16.0):
- MatrixSDK/SwiftSupport (0.16.1):
- MatrixSDK/Core
- OLMKit (3.1.0):
- OLMKit/olmc (= 3.1.0)
@ -109,8 +109,8 @@ DEPENDENCIES:
- GBDeviceInfo (~> 6.3.0)
- KTCenterFlowLayout (~> 1.3.1)
- MatomoTracker (~> 7.2.0)
- MatrixKit (= 0.12.0)
- MatrixKit/AppExtension (= 0.12.0)
- MatrixKit (= 0.12.1)
- MatrixKit/AppExtension (= 0.12.1)
- MatrixSDK/JingleCallStack
- MatrixSDK/SwiftSupport
- OLMKit
@ -159,8 +159,8 @@ SPEC CHECKSUMS:
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a
MatrixKit: 2ae83c621caf3c11681e00a0b802086ac4d1106c
MatrixSDK: caad3d93c665163d9d414f6876e9a7d220c6c46f
MatrixKit: 5ebf91a3fed5a9d4110d1db53b5da6889fa42dd0
MatrixSDK: 31c4b9d13335cf074aa3d6e90bb4b2a8c5bbb40a
OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639
Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d
Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b
@ -169,6 +169,6 @@ SPEC CHECKSUMS:
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
ZXingObjC: fdbb269f25dd2032da343e06f10224d62f537bdb
PODFILE CHECKSUM: 6f647ad2f6c765719fd7e9a5d1e9e77e797d328f
PODFILE CHECKSUM: 75ef978c4b52de673fe49d04b0f1c82d51f537a0
COCOAPODS: 1.9.1

View file

@ -1530,7 +1530,7 @@ internal enum VectorL10n {
internal static var keyBackupSetupTitle: String {
return VectorL10n.tr("Vector", "key_backup_setup_title")
}
/// You have to bootstrap cross-signing first.
/// You need to bootstrap cross-signing first.
internal static var keyVerificationBootstrapNotSetupMessage: String {
return VectorL10n.tr("Vector", "key_verification_bootstrap_not_setup_message")
}