Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.0.7 #851

Merged
merged 3 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _None._

### Breaking Changes

- Show social login options in site credentials login mode [#849]
_None._

### New Features

Expand All @@ -48,6 +48,12 @@ _None._

_None._

## 9.0.7

### Bug Fixes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this title should be "Breaking Changes".

Suggested change
### Bug Fixes
### Breaking Changes

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I explained in the description:

I updated the CHANGELOG to make this fix a bug fix instead of breaking, because it doesn't make the hosting apps fails to compile.

If we want to keep it a breaking change, we would need to bump the version to a major number (10.0). I don't think this break the hosting apps, so I updated it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I explained in the description:

Sorry, I missed this.

I don't think this break the hosting apps, so I updated it.

This makes sense. 👍


- Show social login options in site credentials login mode [#849]

## 9.0.6

### Breaking Changes
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- SVProgressHUD (2.2.5)
- SwiftLint (0.54.0)
- UIDeviceIdentifier (2.3.0)
- WordPressAuthenticator (9.0.6):
- WordPressAuthenticator (9.0.7):
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (~> 2.2.5)
Expand Down Expand Up @@ -67,7 +67,7 @@ SPEC CHECKSUMS:
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
WordPressAuthenticator: 0c5cc3fb336855cb82022aa25897de4b0e4cf934
WordPressAuthenticator: 81dc761a9e309bf80e9c302eb36fcacc66660e91
WordPressKit: f6dc2acce37a526ddb59e02388b3d59da50918ed
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
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 = '9.0.6'
s.version = '9.0.7'

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