Skip to content

Commit

Permalink
Release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Feb 28, 2015
1 parent 8ff7dea commit e20a9ae
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@ All notable changes to this project will be documented in this file.

##master

## 1.9.0 - 2015-02-27

###Added
- Filter application connections that Lock will use in runtime.
- Ability to customise primary and secondary buttons with images, and credential box background color.

## 1.8.0 - 2015-02-13

###Changed
- Fixed project structure to support Dynamic Framework instead of static lib
- Use NSURLSession instead of NSURLConnection for `A0APIClient` requests.
- Fix social connection small button sizes.
- Avoid default enterprise connection to override selected social connection.

## 1.7.0 - 2014-12-04

Expand Down
2 changes: 1 addition & 1 deletion Lock.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Lock"
s.version = "1.8.0"
s.version = "1.9.0"
s.summary = "A library that uses Auth0 for Authentication with Native Look & Feel"
s.description = <<-DESC
[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)
Expand Down
28 changes: 14 additions & 14 deletions Lock/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,59 +70,59 @@ PODS:
- libextobjc/RuntimeExtensions
- libextobjc/RuntimeExtensions (0.4.1)
- libextobjc/UmbrellaHeader (0.4.1)
- Lock (1.8.0):
- Lock (1.9.0):
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/Core (= 1.8.0)
- Lock/Facebook (= 1.8.0)
- Lock/Twitter (= 1.8.0)
- Lock/UI (= 1.8.0)
- Lock/Core (= 1.9.0)
- Lock/Facebook (= 1.9.0)
- Lock/Twitter (= 1.9.0)
- Lock/UI (= 1.9.0)
- ObjectiveSugar (~> 1.1)
- Lock/1Password (1.8.0):
- Lock/1Password (1.9.0):
- 1PasswordExtension (~> 1.1)
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- Lock/Core (1.8.0):
- Lock/Core (1.9.0):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 1.9)
- ISO8601DateFormatter (~> 0.7)
- libextobjc (~> 0.4)
- ObjectiveSugar (~> 1.1)
- Lock/Facebook (1.8.0):
- Lock/Facebook (1.9.0):
- CocoaLumberjack (~> 1.9)
- Facebook-iOS-SDK (~> 3.15)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- Lock/ReactiveCore (1.8.0):
- Lock/ReactiveCore (1.9.0):
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- ReactiveCocoa (~> 2.3)
- Lock/SMS (1.8.0):
- Lock/SMS (1.9.0):
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/UI
- ObjectiveSugar (~> 1.1)
- Lock/TouchID (1.8.0):
- Lock/TouchID (1.9.0):
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/UI
- ObjectiveSugar (~> 1.1)
- SimpleKeychain (~> 0.2)
- TouchIDAuth (~> 0.1)
- Lock/Twitter (1.8.0):
- Lock/Twitter (1.9.0):
- BDBOAuth1Manager (~> 1.5.0)
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/Core
- ObjectiveSugar (~> 1.1)
- PSAlertView (~> 2.0)
- TWReverseAuth (~> 0.1.0)
- Lock/UI (1.8.0):
- Lock/UI (1.9.0):
- CocoaLumberjack (~> 1.9)
- libextobjc (~> 0.4)
- Lock/Core
Expand Down Expand Up @@ -194,7 +194,7 @@ SPEC CHECKSUMS:
ISO8601DateFormatter: 59731cd880cf87e71b4fa95f0d6b713dcbc4cbce
JWTDecode: 72e3393caf14dc762eba51d29f15bd86f608aba3
libextobjc: d6146fce3ebea986b7f75fcb4c967639200b88b0
Lock: cbd1b22685465d6b3a233fcc5580b06f978f80da
Lock: 28bcfd57a2aefe0b2f0b6f50e680433823e9ad14
LUKeychainAccess: 8d45b6c894c0d808786b1740c057b5e776313d88
NSData+Base64: aae92a2e3f0bd88b29fe6093551ded3f5c062548
OAuthCore: 09d3c56dd3f64a61d1ffcbf103f28118ff8ca2e9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ iOS 7+. If you need to use our SDK in an earlier version please use our previous
The Lock is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod "Lock", "~> 1.7"
pod "Lock", "~> 1.9"
```

Then in your project's `Info.plist` file add the following entries:
Expand Down

0 comments on commit e20a9ae

Please sign in to comment.