Skip to content

Commit

Permalink
Release 2.11.0 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe committed Jul 26, 2019
1 parent 642d33e commit f4b7b81
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/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>2.10.1</string>
<string>2.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## [2.11.0](https://github.com/auth0/Lock.swift/tree/2.11.0) (2019-07-26)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.10.1...2.11.0)

**Added**
- Expanded username validation characters [\#560](https://github.com/auth0/Lock.swift/pull/560) ([cocojoe](https://github.com/cocojoe))
- Added support for rootAttributes [\#557](https://github.com/auth0/Lock.swift/pull/557) ([cocojoe](https://github.com/cocojoe))

**Changed**
- Updated Password Reset messaging [\#554](https://github.com/auth0/Lock.swift/pull/554) ([dms90](https://github.com/dms90))

**Fixed**
- Fixed use default .fullScreen modalPresentationStyle [\#559](https://github.com/auth0/Lock.swift/pull/559) ([cocojoe](https://github.com/cocojoe))
- Fix secondary button color after switching tabs [\#555](https://github.com/auth0/Lock.swift/pull/555) ([mariancerny](https://github.com/mariancerny))

## [2.10.1](https://github.com/auth0/Lock.swift/tree/2.10.1) (2019-05-07)
From this release on, the option to display social connections in small styled buttons is no longer available due to branding compliance reasons. All the social connections will now be displayed as large styled buttons.

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>2.10.1</string>
<string>2.11.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>2.10.1</string>
<string>2.11.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockUITests/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>2.10.1</string>
<string>2.11.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
Add the following line to your Podfile:

```ruby
pod "Lock", "~> 2.10"
pod "Lock", "~> 2.11"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.10
github "auth0/Lock.swift" ~> 2.11
```

## Usage
Expand Down

0 comments on commit f4b7b81

Please sign in to comment.