Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 6.0.0 #766

Merged
merged 1 commit into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ _None._

### Breaking Changes

- `SocialService` `apple` associated type is now `User` instead of `AppleUser`. [#763]
- `SocialService` `google` associated type is now `User` instead of `GIDGoogleUser`. [#764]
_None._

### New Features

- Google's `IDToken` now exposes the user's full name via `name`. [#761]
_None._

### Bug Fixes

Expand All @@ -49,6 +48,17 @@ _None._

_None._

## 6.0.0

### Breaking Changes

- `SocialService` `apple` associated type is now `User` instead of `AppleUser`. [#763]
- `SocialService` `google` associated type is now `User` instead of `GIDGoogleUser`. [#764]

### New Features

- Google's `IDToken` now exposes the user's full name via `name`. [#761]

## 5.7.0

### New Features
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PODS:
- SVProgressHUD (2.2.5)
- SwiftLint (0.49.1)
- UIDeviceIdentifier (2.2.0)
- WordPressAuthenticator (5.7.0):
- WordPressAuthenticator (6.0.0):
- GoogleSignIn (~> 6.0.1)
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
Expand Down Expand Up @@ -94,7 +94,7 @@ SPEC CHECKSUMS:
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
WordPressAuthenticator: 51627ce18a62d29f71c9d01dc1e54b3c077fcc7a
WordPressAuthenticator: b93b797eae278f7cda42693a652329173f1d5423
WordPressKit: d5bff8713aa7c0092ff6e2a58623e46a99fc897c
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
Expand Down
2 changes: 1 addition & 1 deletion WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressAuthenticator'
s.version = '5.7.0'
s.version = '6.0.0'

s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
s.description = <<-DESC
Expand Down