Prepare vector-ios release v0.1.9

This commit is contained in:
giomfo 2016-06-02 16:16:55 +02:00
parent c2413674ae
commit 53ba7928c2
4 changed files with 20 additions and 24 deletions

View file

@ -1,3 +1,16 @@
Changes in Vector iOS in 0.1.9 (2016-06-02)
===============================================
Improvements:
* Upgrade MatrixKit version (v0.3.9).
* Remove the 'optional' in the email registration field #352.
* Restore matrix.org as default homeserver.
Bug fixes:
* Directory item in search doesn't open the directory if I don't search #353.
* Room avatars on matrix.org are badly rendered in the directory from a vector.im account #355.
* Authentication: "Send Reset Email" is truncated on iPhone 4S.
Changes in Vector iOS in 0.1.8 (2016-06-01)
===============================================

View file

@ -8,14 +8,14 @@ target "Vector" do
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
#pod 'MatrixKit', '~> 0.3.8'
pod 'MatrixKit', '~> 0.3.9'
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
# The develop branch version
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
# The one used for developping both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder

View file

@ -25,7 +25,7 @@ PODS:
- GBJailbreakDetection (1.3.0)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.8.13)
- MatrixKit (0.3.8):
- MatrixKit (0.3.9):
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.7)
- MatrixSDK (~> 0.6.8)
@ -34,24 +34,7 @@ PODS:
DEPENDENCIES:
- GBDeviceInfo (~> 3.4.0)
- MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
- MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)
EXTERNAL SOURCES:
MatrixKit:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:branch: develop
:git: https://github.com/matrix-org/matrix-ios-sdk.git
CHECKOUT OPTIONS:
MatrixKit:
:commit: 4aad610e27a776f9c2d4b490f9940a828af2fa8c
:git: https://github.com/matrix-org/matrix-ios-kit.git
MatrixSDK:
:commit: cfd8ecefbb052616c98b98126da0ef666188dc56
:git: https://github.com/matrix-org/matrix-ios-sdk.git
- MatrixKit (~> 0.3.9)
SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
@ -59,7 +42,7 @@ SPEC CHECKSUMS:
GBJailbreakDetection: a216773574b62dddb6c876ffdb52c54ac05e27e0
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: 3a37004baf779b4262ab29a31a87d2ae668159d4
MatrixKit: 41e89abd182910c5f52a4e7239886552fd6e0a6b
MatrixKit: 9c8ceb305c33019bfe2c6f06512f60d80381ceb7
MatrixSDK: 6810a9781ad61ac26a52bd127b136000af7eb622
COCOAPODS: 0.39.0

View file

@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1.8</string>
<string>0.1.9</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>