Skip to content

Commit 710802c

Browse files
committed
Bump to 2.1.0 for next release
1 parent 98895dc commit 710802c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/ConvertKit_API.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ConvertKit_API
2525
*
2626
* @var string
2727
*/
28-
public const VERSION = '2.0.1';
28+
public const VERSION = '2.0.0';
2929

3030
/**
3131
* Debug

tests/ConvertKitAPITest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,7 +2738,7 @@ public function testAddSubscriberToFormByEmail()
27382738
* Test that add_subscriber_to_form_by_email() returns the expected data
27392739
* when a referrer is specified.
27402740
*
2741-
* @since 2.0.1
2741+
* @since 2.1.0
27422742
*
27432743
* @return void
27442744
*/
@@ -2779,7 +2779,7 @@ public function testAddSubscriberToFormByEmailWithReferrer()
27792779
* Test that add_subscriber_to_form_by_email() returns the expected data
27802780
* when a referrer is specified that includes UTM parameters.
27812781
*
2782-
* @since 2.0.1
2782+
* @since 2.1.0
27832783
*
27842784
* @return void
27852785
*/
@@ -2911,7 +2911,7 @@ public function testAddSubscriberToForm()
29112911
* Test that add_subscriber_to_form() returns the expected data
29122912
* when a referrer is specified.
29132913
*
2914-
* @since 2.0.1
2914+
* @since 2.1.0
29152915
*
29162916
* @return void
29172917
*/
@@ -2948,7 +2948,7 @@ public function testAddSubscriberToFormWithReferrer()
29482948
* Test that add_subscriber_to_form() returns the expected data
29492949
* when a referrer is specified that includes UTM parameters.
29502950
*
2951-
* @since 2.0.1
2951+
* @since 2.1.0
29522952
*
29532953
* @return void
29542954
*/

0 commit comments

Comments
 (0)