This repository was archived by the owner on Dec 12, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Expand file tree Collapse file tree 6 files changed +24
-13
lines changed Original file line number Diff line number Diff line change
1
+ ## Changes in 0.16.6 (2021-10-12)
2
+
3
+ 🙌 Improvements
4
+
5
+ - Upgrade MatrixSDK version ([ v0.20.6] ( https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.20.6 ) ).
6
+
7
+ 🐛 Bugfixes
8
+
9
+ - MXKEventFormatter: Fixed invalid parameters passed to generated localization functions. ([ #4899 ] ( https://github.com/vector-im/element-ios/issues/4899 ) )
10
+
11
+
1
12
## Changes in 0.16.5 (2021-10-08)
2
13
3
14
🙌 Improvements
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "MatrixKit"
4
- s . version = "0.16.5 "
4
+ s . version = "0.16.6 "
5
5
s . summary = "The Matrix reusable UI library for iOS based on MatrixSDK."
6
6
7
7
s . description = <<-DESC
@@ -23,7 +23,7 @@ Pod::Spec.new do |s|
23
23
24
24
s . swift_version = '5.0'
25
25
26
- s . dependency 'MatrixSDK' , "= 0.20.5 "
26
+ s . dependency 'MatrixSDK' , "= 0.20.6 "
27
27
s . dependency 'HPGrowingTextView' , '~> 1.1'
28
28
s . dependency 'libPhoneNumber-iOS' , '~> 0.9.13'
29
29
s . dependency 'DTCoreText' , '~> 1.6.25'
Original file line number Diff line number Diff line change 16
16
17
17
#import < Foundation/Foundation.h>
18
18
19
- NSString *const MatrixKitVersion = @" 0.16.5 " ;
19
+ NSString *const MatrixKitVersion = @" 0.16.6 " ;
Original file line number Diff line number Diff line change @@ -997,11 +997,11 @@ - (NSAttributedString *)attributedStringFromEvent:(MXEvent *)event withRoomState
997
997
{
998
998
if (isRoomDirect)
999
999
{
1000
- displayText = [MatrixKitL10n noticeRoomAliasesForDm: aliases];
1000
+ displayText = [MatrixKitL10n noticeRoomAliasesForDm: [ aliases componentsJoinedByString: @" , " ] ];
1001
1001
}
1002
1002
else
1003
1003
{
1004
- displayText = [MatrixKitL10n noticeRoomAliases: aliases];
1004
+ displayText = [MatrixKitL10n noticeRoomAliases: [ aliases componentsJoinedByString: @" , " ] ];
1005
1005
}
1006
1006
// Append redacted info if any
1007
1007
if (redactedInfo)
@@ -1017,7 +1017,7 @@ - (NSAttributedString *)attributedStringFromEvent:(MXEvent *)event withRoomState
1017
1017
MXJSONModelSetArray (groups, event.content [@" groups" ]);
1018
1018
if (groups)
1019
1019
{
1020
- displayText = [MatrixKitL10n noticeRoomRelatedGroups: groups];
1020
+ displayText = [MatrixKitL10n noticeRoomRelatedGroups: [ groups componentsJoinedByString: @" , " ] ];
1021
1021
// Append redacted info if any
1022
1022
if (redactedInfo)
1023
1023
{
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ abstract_target 'MatrixKitSamplePods' do
8
8
9
9
# Different flavours of pods to Matrix SDK
10
10
# The tagged version on which this version of MatrixKit has been built
11
- pod 'MatrixSDK' , '= 0.20.5 '
11
+ pod 'MatrixSDK' , '= 0.20.6 '
12
12
13
13
# The lastest release available on the CocoaPods repository
14
14
#pod 'MatrixSDK'
Original file line number Diff line number Diff line change 39
39
- JSQSystemSoundPlayer (2.0.1)
40
40
- libbase58 (0.1.4)
41
41
- libPhoneNumber-iOS (0.9.15)
42
- - MatrixSDK (0.20.5 ):
43
- - MatrixSDK/Core (= 0.20.5 )
44
- - MatrixSDK/Core (0.20.5 ):
42
+ - MatrixSDK (0.20.6 ):
43
+ - MatrixSDK/Core (= 0.20.6 )
44
+ - MatrixSDK/Core (0.20.6 ):
45
45
- AFNetworking (~> 4.0.0)
46
46
- GZIP (~> 1.3.0)
47
47
- libbase58 (~> 0.1.4)
@@ -65,7 +65,7 @@ DEPENDENCIES:
65
65
- HPGrowingTextView (~> 1.1)
66
66
- JSQMessagesViewController (~> 7.3.5)
67
67
- libPhoneNumber-iOS (~> 0.9.13)
68
- - MatrixSDK (= 0.20.5 )
68
+ - MatrixSDK (= 0.20.6 )
69
69
- SwiftGen (~> 6.3)
70
70
71
71
SPEC REPOS:
@@ -97,12 +97,12 @@ SPEC CHECKSUMS:
97
97
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
98
98
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
99
99
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
100
- MatrixSDK: 417fac309f510b5f8ac121ba8abe3b897953e1ce
100
+ MatrixSDK: 37d6bc484fa90c39db46ed25fd3a4c707bb70452
101
101
OLMKit: 9fb4799c4a044dd2c06bda31ec31a12191ad30b5
102
102
Realm: b6027801398f3743fc222f096faa85281b506e6c
103
103
SwiftGen: a6d22010845f08fe18fbdf3a07a8e380fd22e0ea
104
104
SwiftyBeaver: 84069991dd5dca07d7069100985badaca7f0ce82
105
105
106
- PODFILE CHECKSUM: 31fd74645e3a14547db8a45cf20455c1702772dd
106
+ PODFILE CHECKSUM: 9ed0d5caf99a14f842e55d869d676a986a36d72f
107
107
108
108
COCOAPODS: 1.11.2
You can’t perform that action at this time.
0 commit comments