diff --git a/CHANGES.rst b/CHANGES.rst index 74103b440..9927db019 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,12 @@ -Changes in 0.10.3 (2019-xx-xx) +Changes in 0.10.4 (2019-xx-xx) +=============================================== + + +Changes in 0.10.3 (2019-12-05) =============================================== Improvements: + * Upgrade MatrixKit version ([v0.11.3](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.11.3)). * Integrations: Use the integrations manager provided by the homeserver admin via .well-known (#2815). * i18n: Add Welsh (cy). * i18n: Add Italian (it). diff --git a/Podfile b/Podfile index e181d36f4..08e25c09e 100644 --- a/Podfile +++ b/Podfile @@ -7,7 +7,7 @@ use_frameworks! # Different flavours of pods to MatrixKit # The current MatrixKit pod version -$matrixKitVersion = '0.11.2' +$matrixKitVersion = '0.11.3' # The develop branch version #$matrixKitVersion = 'develop' diff --git a/Podfile.lock b/Podfile.lock index 9d52b54f9..bc0650dba 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -49,41 +49,41 @@ PODS: - MatomoTracker (7.2.0): - MatomoTracker/Core (= 7.2.0) - MatomoTracker/Core (7.2.0) - - MatrixKit (0.11.2): + - MatrixKit (0.11.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixKit/Core (= 0.11.2) - - MatrixSDK (= 0.15.0) + - MatrixKit/Core (= 0.11.3) + - MatrixSDK (= 0.15.2) - SwiftUTI (~> 1.0.6) - - MatrixKit/AppExtension (0.11.2): + - MatrixKit/AppExtension (0.11.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - DTCoreText/Extension - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.15.0) + - MatrixSDK (= 0.15.2) - SwiftUTI (~> 1.0.6) - - MatrixKit/Core (0.11.2): + - MatrixKit/Core (0.11.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixSDK (= 0.15.0) + - MatrixSDK (= 0.15.2) - SwiftUTI (~> 1.0.6) - - MatrixSDK (0.15.0): - - MatrixSDK/Core (= 0.15.0) - - MatrixSDK/Core (0.15.0): + - MatrixSDK (0.15.2): + - MatrixSDK/Core (= 0.15.2) + - MatrixSDK/Core (0.15.2): - AFNetworking (~> 3.2.0) - GZIP (~> 1.2.2) - libbase58 (~> 0.1.4) - OLMKit (~> 3.1.0) - Realm (~> 3.17.3) - - MatrixSDK/JingleCallStack (0.15.0): + - MatrixSDK/JingleCallStack (0.15.2): - JitsiMeetSDK (~> 2.3.1) - MatrixSDK/Core - - MatrixSDK/SwiftSupport (0.15.0): + - MatrixSDK/SwiftSupport (0.15.2): - MatrixSDK/Core - OLMKit (3.1.0): - OLMKit/olmc (= 3.1.0) @@ -108,8 +108,8 @@ DEPENDENCIES: - DGCollectionViewLeftAlignFlowLayout (~> 1.0.4) - GBDeviceInfo (~> 6.3.0) - MatomoTracker (~> 7.2.0) - - MatrixKit (= 0.11.2) - - MatrixKit/AppExtension (= 0.11.2) + - MatrixKit (= 0.11.3) + - MatrixKit/AppExtension (= 0.11.3) - MatrixSDK/JingleCallStack - MatrixSDK/SwiftSupport - OLMKit @@ -165,8 +165,8 @@ SPEC CHECKSUMS: libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a - MatrixKit: 7f681c9086509a4f5e6e7172ce00f552cba1f8bc - MatrixSDK: 342384d62bac5d95a31a7dab79e5f687bd87ddca + MatrixKit: 5a20025b05490a70694b701e607ec75e0988af21 + MatrixSDK: f83bd3c5519c1cb9ac3998f6423574cf528f0250 OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639 Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b @@ -175,6 +175,6 @@ SPEC CHECKSUMS: SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8 zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c -PODFILE CHECKSUM: 58c5f31fc709cb6069e4cc1f77e602dcc7614f6a +PODFILE CHECKSUM: 881048fb17d68dd834b18e23929482600daca7f3 COCOAPODS: 1.8.4 diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist index b0069f21e..4ecb0184b 100644 --- a/Riot/SupportingFiles/Info.plist +++ b/Riot/SupportingFiles/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.10.2 + 0.10.3 CFBundleSignature ???? CFBundleVersion - 0.10.2 + 0.10.3 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/RiotShareExtension/SupportingFiles/Info.plist b/RiotShareExtension/SupportingFiles/Info.plist index 258bb8efc..1abe5091c 100644 --- a/RiotShareExtension/SupportingFiles/Info.plist +++ b/RiotShareExtension/SupportingFiles/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.10.2 + 0.10.3 CFBundleVersion - 0.10.2 + 0.10.3 NSExtension NSExtensionAttributes diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index 2896423c5..687e17752 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.10.2 + 0.10.3 CFBundleVersion - 0.10.2 + 0.10.3 NSExtension NSExtensionAttributes