Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit fc51b95

Browse files
authored
Bump version to 6.0.0 (#766)
2 parents 87942d9 + ddf1f2d commit fc51b95

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ _None._
3434

3535
### Breaking Changes
3636

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

4039
### New Features
4140

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

4443
### Bug Fixes
4544

@@ -49,6 +48,17 @@ _None._
4948

5049
_None._
5150

51+
## 6.0.0
52+
53+
### Breaking Changes
54+
55+
- `SocialService` `apple` associated type is now `User` instead of `AppleUser`. [#763]
56+
- `SocialService` `google` associated type is now `User` instead of `GIDGoogleUser`. [#764]
57+
58+
### New Features
59+
60+
- Google's `IDToken` now exposes the user's full name via `name`. [#761]
61+
5262
## 5.7.0
5363

5464
### New Features

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PODS:
2222
- SVProgressHUD (2.2.5)
2323
- SwiftLint (0.49.1)
2424
- UIDeviceIdentifier (2.2.0)
25-
- WordPressAuthenticator (5.7.0):
25+
- WordPressAuthenticator (6.0.0):
2626
- GoogleSignIn (~> 6.0.1)
2727
- Gridicons (~> 1.0)
2828
- "NSURL+IDN (= 0.4)"
@@ -94,7 +94,7 @@ SPEC CHECKSUMS:
9494
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
9595
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
9696
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
97-
WordPressAuthenticator: 51627ce18a62d29f71c9d01dc1e54b3c077fcc7a
97+
WordPressAuthenticator: b93b797eae278f7cda42693a652329173f1d5423
9898
WordPressKit: d5bff8713aa7c0092ff6e2a58623e46a99fc897c
9999
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
100100
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressAuthenticator'
5-
s.version = '5.7.0'
5+
s.version = '6.0.0'
66

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

0 commit comments

Comments
 (0)