File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ Changes in Matrix iOS SDK in 0.6.15 (2016-09-14)
2
+ ================================================
3
+
4
+ Bug fixes:
5
+ * MXFileStore: The stored receipts may not be totally loaded on cold start.
6
+ * MXNotificationCenter: The conditions of override and underride rules are defined in an array.
7
+
1
8
Changes in Matrix iOS SDK in 0.6.14 (2016-09-08)
2
9
================================================
3
10
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.14 "
4
+ s . version = "0.6.15 "
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.14 " }
22
+ s . source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git" , :tag => "v0.6.15 " }
23
23
s . source_files = "MatrixSDK" , "MatrixSDK/**/*.{h,m}"
24
24
s . resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"
25
25
You can’t perform that action at this time.
0 commit comments