version++

This commit is contained in:
SBiOSoftWhare 2019-12-05 10:11:30 +01:00
parent ae96b2e844
commit 332476f670
6 changed files with 30 additions and 25 deletions

View file

@ -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: 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). * Integrations: Use the integrations manager provided by the homeserver admin via .well-known (#2815).
* i18n: Add Welsh (cy). * i18n: Add Welsh (cy).
* i18n: Add Italian (it). * i18n: Add Italian (it).

View file

@ -7,7 +7,7 @@ use_frameworks!
# Different flavours of pods to MatrixKit # Different flavours of pods to MatrixKit
# The current MatrixKit pod version # The current MatrixKit pod version
$matrixKitVersion = '0.11.2' $matrixKitVersion = '0.11.3'
# The develop branch version # The develop branch version
#$matrixKitVersion = 'develop' #$matrixKitVersion = 'develop'

View file

@ -49,41 +49,41 @@ PODS:
- MatomoTracker (7.2.0): - MatomoTracker (7.2.0):
- MatomoTracker/Core (= 7.2.0) - MatomoTracker/Core (= 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) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixKit/Core (= 0.11.2) - MatrixKit/Core (= 0.11.3)
- MatrixSDK (= 0.15.0) - MatrixSDK (= 0.15.2)
- SwiftUTI (~> 1.0.6) - SwiftUTI (~> 1.0.6)
- MatrixKit/AppExtension (0.11.2): - MatrixKit/AppExtension (0.11.3):
- cmark (~> 0.24.1) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- DTCoreText/Extension - DTCoreText/Extension
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.15.0) - MatrixSDK (= 0.15.2)
- SwiftUTI (~> 1.0.6) - SwiftUTI (~> 1.0.6)
- MatrixKit/Core (0.11.2): - MatrixKit/Core (0.11.3):
- cmark (~> 0.24.1) - cmark (~> 0.24.1)
- DTCoreText (~> 1.6.21) - DTCoreText (~> 1.6.21)
- HPGrowingTextView (~> 1.1) - HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.9.13) - libPhoneNumber-iOS (~> 0.9.13)
- MatrixSDK (= 0.15.0) - MatrixSDK (= 0.15.2)
- SwiftUTI (~> 1.0.6) - SwiftUTI (~> 1.0.6)
- MatrixSDK (0.15.0): - MatrixSDK (0.15.2):
- MatrixSDK/Core (= 0.15.0) - MatrixSDK/Core (= 0.15.2)
- MatrixSDK/Core (0.15.0): - MatrixSDK/Core (0.15.2):
- AFNetworking (~> 3.2.0) - AFNetworking (~> 3.2.0)
- GZIP (~> 1.2.2) - GZIP (~> 1.2.2)
- libbase58 (~> 0.1.4) - libbase58 (~> 0.1.4)
- OLMKit (~> 3.1.0) - OLMKit (~> 3.1.0)
- Realm (~> 3.17.3) - Realm (~> 3.17.3)
- MatrixSDK/JingleCallStack (0.15.0): - MatrixSDK/JingleCallStack (0.15.2):
- JitsiMeetSDK (~> 2.3.1) - JitsiMeetSDK (~> 2.3.1)
- MatrixSDK/Core - MatrixSDK/Core
- MatrixSDK/SwiftSupport (0.15.0): - MatrixSDK/SwiftSupport (0.15.2):
- MatrixSDK/Core - MatrixSDK/Core
- OLMKit (3.1.0): - OLMKit (3.1.0):
- OLMKit/olmc (= 3.1.0) - OLMKit/olmc (= 3.1.0)
@ -108,8 +108,8 @@ DEPENDENCIES:
- DGCollectionViewLeftAlignFlowLayout (~> 1.0.4) - DGCollectionViewLeftAlignFlowLayout (~> 1.0.4)
- GBDeviceInfo (~> 6.3.0) - GBDeviceInfo (~> 6.3.0)
- MatomoTracker (~> 7.2.0) - MatomoTracker (~> 7.2.0)
- MatrixKit (= 0.11.2) - MatrixKit (= 0.11.3)
- MatrixKit/AppExtension (= 0.11.2) - MatrixKit/AppExtension (= 0.11.3)
- MatrixSDK/JingleCallStack - MatrixSDK/JingleCallStack
- MatrixSDK/SwiftSupport - MatrixSDK/SwiftSupport
- OLMKit - OLMKit
@ -165,8 +165,8 @@ SPEC CHECKSUMS:
libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd libbase58: 7c040313537b8c44b6e2d15586af8e21f7354efd
libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75 libPhoneNumber-iOS: 0a32a9525cf8744fe02c5206eb30d571e38f7d75
MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a MatomoTracker: 6f89e2561083685a360e223fb663e9ccd57c1d1a
MatrixKit: 7f681c9086509a4f5e6e7172ce00f552cba1f8bc MatrixKit: 5a20025b05490a70694b701e607ec75e0988af21
MatrixSDK: 342384d62bac5d95a31a7dab79e5f687bd87ddca MatrixSDK: f83bd3c5519c1cb9ac3998f6423574cf528f0250
OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639 OLMKit: 4ee0159d63feeb86d836fdcfefe418e163511639
Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d
Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b Reusable: 82be188f29d96dc5eff0db7b2393bcc08d2cdd5b
@ -175,6 +175,6 @@ SPEC CHECKSUMS:
SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8 SwiftUTI: 917993c124f8eac25e88ced0202fc58d7eb50fa8
zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c zxcvbn-ios: fef98b7c80f1512ff0eec47ac1fa399fc00f7e3c
PODFILE CHECKSUM: 58c5f31fc709cb6069e4cc1f77e602dcc7614f6a PODFILE CHECKSUM: 881048fb17d68dd834b18e23929482600daca7f3
COCOAPODS: 1.8.4 COCOAPODS: 1.8.4

View file

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>ITSAppUsesNonExemptEncryption</key> <key>ITSAppUsesNonExemptEncryption</key>
<true/> <true/>
<key>ITSEncryptionExportComplianceCode</key> <key>ITSEncryptionExportComplianceCode</key>

View file

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>NSExtension</key> <key>NSExtension</key>
<dict> <dict>
<key>NSExtensionAttributes</key> <key>NSExtensionAttributes</key>

View file

@ -17,9 +17,9 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>XPC!</string> <string>XPC!</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.10.2</string> <string>0.10.3</string>
<key>NSExtension</key> <key>NSExtension</key>
<dict> <dict>
<key>NSExtensionAttributes</key> <key>NSExtensionAttributes</key>