diff --git a/CHANGES.rst b/CHANGES.rst index ab116afcd..f67b47833 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,13 @@ -Changes in 0.7.10 (2019-01-04) +Changes in 0.7.11 (2019-01-08) =============================================== Improvements: +* Upgrade MatrixKit version (v0.9.3). * Fix almost all the warnings caused by -Wstrict-prototypes, thanks to @fridtjof (PR #2155). +Changes in 0.7.10 (2019-01-04) +=============================================== + Bug fix: * Share extension: Fix screenshot sharing (#2022). Improve image sharing performance to avoid out of memory crash. diff --git a/Podfile b/Podfile index f3dc7e7c4..4dc3be87d 100644 --- a/Podfile +++ b/Podfile @@ -9,7 +9,7 @@ source 'https://github.com/CocoaPods/Specs.git' # Different flavours of pods to MatrixKit # The current MatrixKit pod version -$matrixKitVersion = '0.9.2' +$matrixKitVersion = '0.9.3' # The develop branch version #$matrixKitVersion = 'develop' diff --git a/Podfile.lock b/Podfile.lock index b4d91276f..f885f7c7c 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,21 +44,21 @@ PODS: - HPGrowingTextView (1.1) - libbase58 (0.1.4) - libPhoneNumber-iOS (0.9.13) - - MatrixKit (0.9.2): + - MatrixKit (0.9.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - - MatrixKit/Core (= 0.9.2) + - MatrixKit/Core (= 0.9.3) - MatrixSDK (= 0.12.1) - - MatrixKit/AppExtension (0.9.2): + - MatrixKit/AppExtension (0.9.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - DTCoreText/Extension - HPGrowingTextView (~> 1.1) - libPhoneNumber-iOS (~> 0.9.13) - MatrixSDK (= 0.12.1) - - MatrixKit/Core (0.9.2): + - MatrixKit/Core (0.9.3): - cmark (~> 0.24.1) - DTCoreText (~> 1.6.21) - HPGrowingTextView (~> 1.1) @@ -99,8 +99,8 @@ DEPENDENCIES: - cmark - DTCoreText - GBDeviceInfo (~> 5.2.0) - - MatrixKit (= 0.9.2) - - MatrixKit/AppExtension (= 0.9.2) + - MatrixKit (= 0.9.3) + - MatrixKit/AppExtension (= 0.9.3) - MatrixSDK/JingleCallStack - MatrixSDK/SwiftSupport - OLMKit @@ -145,7 +145,7 @@ SPEC CHECKSUMS: HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19 libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd libPhoneNumber-iOS: e444379ac18bbfbdefad571da735b2cd7e096caa - MatrixKit: 211e18fe45b1809fc773a00ec4749aaa7c85842b + MatrixKit: af9f94f36644bc21b63b114413f7bb510506b7d1 MatrixSDK: f1f510d467d127a5f7afafaafa1554ac5d602132 OLMKit: 88eda69110489f817d59bcb4353b7c247570aa4f PiwikTracker: 42862c7b13028065c3dfd36b4dc38db8a5765acf @@ -153,6 +153,6 @@ SPEC CHECKSUMS: Reusable: 188be1a54ac0691bc66e5bb24ec6eb91971b315b WebRTC: f2a6203584745fe53532633397557876b5d71640 -PODFILE CHECKSUM: c43860700c490d04f7c96ecaa573cd991c27a3c4 +PODFILE CHECKSUM: fc0574145026734bcc9f3266b7b92f815ebf97e4 COCOAPODS: 1.6.0.beta.2 diff --git a/Riot/SupportingFiles/Info.plist b/Riot/SupportingFiles/Info.plist index f4fb1ea3e..394933f9c 100644 --- a/Riot/SupportingFiles/Info.plist +++ b/Riot/SupportingFiles/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.7.10 + 0.7.11 CFBundleSignature ???? CFBundleVersion - 0.7.10 + 0.7.11 ITSAppUsesNonExemptEncryption ITSEncryptionExportComplianceCode diff --git a/RiotShareExtension/SupportingFiles/Info.plist b/RiotShareExtension/SupportingFiles/Info.plist index af4f7ad4b..c96f21578 100644 --- a/RiotShareExtension/SupportingFiles/Info.plist +++ b/RiotShareExtension/SupportingFiles/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.10 + 0.7.11 CFBundleVersion - 0.7.10 + 0.7.11 NSExtension NSExtensionAttributes diff --git a/SiriIntents/Info.plist b/SiriIntents/Info.plist index 6d62b7e83..6446b4502 100644 --- a/SiriIntents/Info.plist +++ b/SiriIntents/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 0.7.10 + 0.7.11 CFBundleVersion - 0.7.10 + 0.7.11 NSExtension NSExtensionAttributes