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

Commit 594edd6

Browse files
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-8411
1 parent 993f515 commit 594edd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = '2.4.0'
5+
s.version = '3.0.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)