Skip to content

Commit

Permalink
Set version to 7.3.0 instead of 7.3.1 (There was no 7.3.0 before this)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mokagio committed Nov 10, 2023
1 parent 8a6df28 commit 94ab507
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,17 @@ _None._

_None._

## 7.3.1

### Bug Fixes

- Fix a regression where app-based 2FA stopped working on accounts with passkeys enabled. [#802]

## 7.3.0

### New Features

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

### Bug Fixes

- Fix a regression where app-based 2FA stopped working on accounts with passkeys enabled. [#802]


## 7.2.1

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PODS:
- SVProgressHUD (2.2.5)
- SwiftLint (0.49.1)
- UIDeviceIdentifier (2.3.0)
- WordPressAuthenticator (7.3.1):
- WordPressAuthenticator (7.3.0):
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (~> 2.2.5)
Expand Down Expand Up @@ -71,7 +71,7 @@ SPEC CHECKSUMS:
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
WordPressAuthenticator: 503a174d8ccc0781a0f5769e5e284e07cb294dc0
WordPressAuthenticator: 16f6560a06008cc502b92c85e76eaaa90248c12b
WordPressKit: a5432c2e3c2247c2b83b3ebf0acec75ae00782ef
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 = '7.3.1'
s.version = '7.3.0'

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

0 comments on commit 94ab507

Please sign in to comment.