Skip to content

Commit

Permalink
Release 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Dec 7, 2016
1 parent 98362ed commit be43309
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Auth0/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.27.1</string>
<string>1.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Change Log

## [1.28.0](https://github.com/auth0/Lock.iOS-OSX/tree/1.28.0) (2016-12-07)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.27.1...1.28.0)

**Changed**
- Handle a0.mfa_registration_required when MFA needs enroll [\#352](https://github.com/auth0/Lock.iOS-OSX/pull/352) ([cocojoe](https://github.com/cocojoe))
- Update A0EmailValidator.m [\#344](https://github.com/auth0/Lock.iOS-OSX/pull/344) ([f2m2rd](https://github.com/f2m2rd))

## [1.27.1](https://github.com/auth0/Lock.iOS-OSX/tree/1.27.1) (2016-10-06)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.27.0...1.27.1)

Expand Down
2 changes: 1 addition & 1 deletion Lock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.27.1</string>
<string>1.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.27.1</string>
<string>1.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MyLock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.27.1</string>
<string>1.28.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You'll need iOS 7 or later, if you need to use it with an older version please u
The Lock is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod "Lock", "~> 1.27"
pod "Lock", "~> 1.28"
```

## Before Getting Started
Expand Down Expand Up @@ -214,7 +214,7 @@ lock.registerAuthenticators([safari])
Add the following line to your Podfile:

```ruby
pod "Lock/TouchID", "~> 1.27"
pod "Lock/TouchID", "~> 1.28"
```

First instantiate `A0TouchIDLockViewController` and register the authentication callback that will receive the authenticated user's credentials. Finally present it to the user:
Expand Down Expand Up @@ -255,7 +255,7 @@ And you'll see TouchID login screen
Add the following line to your Podfile:

```ruby
pod "Lock/SMS", "~> 1.27"
pod "Lock/SMS", "~> 1.28"
```

First instantiate `A0SMSLockViewController` and register the authentication callback that will receive the authenticated user's credentials.
Expand Down Expand Up @@ -298,7 +298,7 @@ And you'll see SMS login screen
Add the following line to your Podfile:

```ruby
pod "Lock/Email", "~> 1.27"
pod "Lock/Email", "~> 1.28"
```

First instantiate `A0EmailLockViewController` and register the authentication callback that will receive the authenticated user's credentials.
Expand Down

0 comments on commit be43309

Please sign in to comment.