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

Commit 94ab507

Browse files
committed
Set version to 7.3.0 instead of 7.3.1 (There was no 7.3.0 before this)
Turns out that the version was changed to 7.3.0 in the `podspec`, but a tag for it was never pushed. It would be confusing to have a 7.3.1 without a 7.3.0, so I thought I'd just "downgrade" and ship the current changes as 7.3.0.
1 parent 8a6df28 commit 94ab507

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,17 @@ _None._
4848

4949
_None._
5050

51-
## 7.3.1
52-
53-
### Bug Fixes
54-
55-
- Fix a regression where app-based 2FA stopped working on accounts with passkeys enabled. [#802]
56-
5751
## 7.3.0
5852

5953
### New Features
6054

6155
- Make extensions for `LoginFacade` and `Data` public to be accessible from external modules. [#798]
6256

57+
### Bug Fixes
58+
59+
- Fix a regression where app-based 2FA stopped working on accounts with passkeys enabled. [#802]
60+
61+
6362
## 7.2.1
6463

6564
### Bug Fixes

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PODS:
99
- SVProgressHUD (2.2.5)
1010
- SwiftLint (0.49.1)
1111
- UIDeviceIdentifier (2.3.0)
12-
- WordPressAuthenticator (7.3.1):
12+
- WordPressAuthenticator (7.3.0):
1313
- Gridicons (~> 1.0)
1414
- "NSURL+IDN (= 0.4)"
1515
- SVProgressHUD (~> 2.2.5)
@@ -71,7 +71,7 @@ SPEC CHECKSUMS:
7171
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
7272
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
7373
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
74-
WordPressAuthenticator: 503a174d8ccc0781a0f5769e5e284e07cb294dc0
74+
WordPressAuthenticator: 16f6560a06008cc502b92c85e76eaaa90248c12b
7575
WordPressKit: a5432c2e3c2247c2b83b3ebf0acec75ae00782ef
7676
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
7777
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 = '7.3.1'
5+
s.version = '7.3.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)