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 +22
-4
lines changed Expand file tree Collapse file tree 3 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ _None._
1818
1919### New Features
2020
21- - It's now possible to authenticate with a Google account without using the Google SDK, via the `googleLoginWithoutSDK` configuration. [#743]
21+ _None._
2222
2323### Bug Fixes
2424
@@ -46,6 +46,24 @@ _None._
4646
4747### Internal Changes
4848
49+ _ None._
50+
51+ ## 5.6.0
52+
53+ ### Breaking Changes
54+
55+ _ None._
56+
57+ ### New Features
58+
59+ - It's now possible to authenticate with a Google account without using the Google SDK, via the ` googleLoginWithoutSDK ` configuration. [ #743 ]
60+
61+ ### Bug Fixes
62+
63+ _ None._
64+
65+ ### Internal Changes
66+
4967- Change minimum version of WordPressKit to 7.0 [ #754 ]
5068
5169## 5.5.0
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.6.0-beta.1 ):
25+ - WordPressAuthenticator (5.6.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: 05297f67b2f8b3cc1758ff006cfe93109ccddd40
97+ WordPressAuthenticator: 345994ee66093283ccca7e2c279c87957d9a1ec8
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.6.0-beta.1 '
5+ s . version = '5.6.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