Skip to content

Commit

Permalink
Release 1.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Aug 20, 2016
1 parent b4f780a commit 1b788c1
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 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.26.1</string>
<string>1.26.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [1.26.2](https://github.com/auth0/Lock.iOS-OSX/tree/1.26.2) (2016-08-19)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.26.1...1.26.2)

**Closed Issues:**
- The A0EnterpriseLoginViewController ignores the custom ClientId and Domain configuration [\#294](https://github.com/auth0/Lock.iOS-OSX/issues/294)
- allow lock framework to enable bitcode by default [\#292](https://github.com/auth0/Lock.iOS-OSX/issues/292)
- Top Level Domains on email address failing validation [\#248](https://github.com/auth0/Lock.iOS-OSX/issues/248)

**Fixed:**
- Avoid sending username if not needed [\#305](https://github.com/auth0/Lock.iOS-OSX/pull/305) ([hzalaz](https://github.com/hzalaz))
- Fix controllers to use the correct Lock instance [\#304](https://github.com/auth0/Lock.iOS-OSX/pull/304) ([hzalaz](https://github.com/hzalaz))
- Improve email validation [\#303](https://github.com/auth0/Lock.iOS-OSX/pull/303) ([hzalaz](https://github.com/hzalaz))
- Fixing build for macOS [\#293](https://github.com/auth0/Lock.iOS-OSX/pull/293) ([robbiehanson](https://github.com/robbiehanson))
- build: default build enables bitcode [\#279](https://github.com/auth0/Lock.iOS-OSX/pull/279) ([billbonney](https://github.com/billbonney))

## [1.26.1](https://github.com/auth0/Lock.iOS-OSX/tree/1.26.1) (2016-07-18)
[Full Changelog](https://github.com/auth0/Lock.iOS-OSX/compare/1.26.0...1.26.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.26.1</string>
<string>1.26.2</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.26.1</string>
<string>1.26.2</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.26.1</string>
<string>1.26.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down

0 comments on commit 1b788c1

Please sign in to comment.