This repository was archived by the owner on Feb 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Expand file tree Collapse file tree 3 files changed +16
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33Pod ::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
You can’t perform that action at this time.
0 commit comments