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
2525 *
2626 * @var string
2727 */
28- public const VERSION = '2.0.1 ' ;
28+ public const VERSION = '2.0.0 ' ;
2929
3030 /**
3131 * Debug
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments