This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Commit 594edd6
committed
Bump version from 2.4.0 to 3.0.0: 2.4.0 introduced a breaking change!
The change from e61570c (see
https://github.com/wordpress-mobile/WordPressAuthenticator-iOS/pull/673/files#diff-6af3d0411d19c7a69f45065597580a918c1566418bd09ac867b56ba05cd9dbbeL63-R71
on GitHub) changed the `WordPressAuthenticatorDelegate` public
interface in a breaking way.
The breaking result can be seen in the following WordPress iOS build,
where we upgraded WordPressAuthenticator following Semantic Versioning
and experienced a build failure:
```
WordPress/Classes/ViewRelated/NUX/WordPressAuthenticationManager.swift:228:1: type 'WordPressAuthenticationManager' does not conform to protocol 'WordPressAuthenticatorDelegate'
```
https://buildkite.com/automattic/wordpress-ios/builds/9808#01830b2b-76f3-4fe1-b385-52e09f417c3c/1745-84111 parent 993f515 commit 594edd6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments