File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ Changes in Matrix iOS SDK in 0.6.10 (2016-07-15)
2
+ ===============================================
3
+
4
+ Improvements:
5
+ * MXRestClient: Add API to add/remove a room alias.
6
+ * MXRestClient: Add API to set the room canonical alias.
7
+ * Update AFNetworking: Move to 3.1.0 version.
8
+ * SDK Tests: Update and improve tests.
9
+
10
+ Bug fixes:
11
+ * MXRoom: Read receipts can now be posted on room history visibility or guest access change.
12
+
13
+ Breaks:
14
+ * MXRestClient: uploadContent signature has been changed.
15
+
1
16
Changes in Matrix iOS SDK in 0.6.9 (2016-07-01)
2
17
===============================================
3
18
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "MatrixSDK"
4
- s . version = "0.6.9 "
4
+ s . version = "0.6.10 "
5
5
s . summary = "The iOS SDK to build apps compatible with Matrix (http://www.matrix.org)"
6
6
7
7
s . description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19
19
20
20
s . platform = :ios , "7.0"
21
21
22
- s . source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git" , :tag => "v0.6.9 " }
22
+ s . source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git" , :tag => "v0.6.10 " }
23
23
s . source_files = "MatrixSDK" , "MatrixSDK/**/*.{h,m}"
24
24
s . resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"
25
25
Original file line number Diff line number Diff line change 30
30
31
31
#pragma mark - Constants definitions
32
32
33
- const NSString *MatrixSDKVersion = @" 0.6.9 " ;
33
+ const NSString *MatrixSDKVersion = @" 0.6.10 " ;
34
34
NSString *const kMXSessionStateDidChangeNotification = @" kMXSessionStateDidChangeNotification" ;
35
35
NSString *const kMXSessionNewRoomNotification = @" kMXSessionNewRoomNotification" ;
36
36
NSString *const kMXSessionWillLeaveRoomNotification = @" kMXSessionWillLeaveRoomNotification" ;
You can’t perform that action at this time.
0 commit comments