File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class ConvertKit_API
25
25
*
26
26
* @var string
27
27
*/
28
- public const VERSION = '2.0.1 ' ;
28
+ public const VERSION = '2.0.0 ' ;
29
29
30
30
/**
31
31
* Debug
Original file line number Diff line number Diff line change @@ -2738,7 +2738,7 @@ public function testAddSubscriberToFormByEmail()
2738
2738
* Test that add_subscriber_to_form_by_email() returns the expected data
2739
2739
* when a referrer is specified.
2740
2740
*
2741
- * @since 2.0.1
2741
+ * @since 2.1.0
2742
2742
*
2743
2743
* @return void
2744
2744
*/
@@ -2779,7 +2779,7 @@ public function testAddSubscriberToFormByEmailWithReferrer()
2779
2779
* Test that add_subscriber_to_form_by_email() returns the expected data
2780
2780
* when a referrer is specified that includes UTM parameters.
2781
2781
*
2782
- * @since 2.0.1
2782
+ * @since 2.1.0
2783
2783
*
2784
2784
* @return void
2785
2785
*/
@@ -2911,7 +2911,7 @@ public function testAddSubscriberToForm()
2911
2911
* Test that add_subscriber_to_form() returns the expected data
2912
2912
* when a referrer is specified.
2913
2913
*
2914
- * @since 2.0.1
2914
+ * @since 2.1.0
2915
2915
*
2916
2916
* @return void
2917
2917
*/
@@ -2948,7 +2948,7 @@ public function testAddSubscriberToFormWithReferrer()
2948
2948
* Test that add_subscriber_to_form() returns the expected data
2949
2949
* when a referrer is specified that includes UTM parameters.
2950
2950
*
2951
- * @since 2.0.1
2951
+ * @since 2.1.0
2952
2952
*
2953
2953
* @return void
2954
2954
*/
You can’t perform that action at this time.
0 commit comments