diff --git a/src/FormMigration/FormMetaDecorator.php b/src/FormMigration/FormMetaDecorator.php index 67afc8b64d..ec4603d6c3 100644 --- a/src/FormMigration/FormMetaDecorator.php +++ b/src/FormMigration/FormMetaDecorator.php @@ -885,7 +885,7 @@ public function isConvertKitEnabled(): bool } /** - * @unreleased + * @since 3.11.0 */ public function getConvertKitLabel(): string { @@ -895,7 +895,7 @@ public function getConvertKitLabel(): string } /** - * @unreleased + * @since 3.11.0 */ public function getConvertKitDefaultChecked(): bool { @@ -905,7 +905,7 @@ public function getConvertKitDefaultChecked(): bool } /** - * @unreleased + * @since 3.11.0 */ public function getConvertKitTags(): ?array { @@ -917,7 +917,7 @@ public function getConvertKitTags(): ?array } /** - * @unreleased + * @since 3.11.0 */ public function getConvertKitSelectedForm(): string { diff --git a/src/FormMigration/Steps/ConvertKit.php b/src/FormMigration/Steps/ConvertKit.php index 55e0ede15c..cb0e375dde 100644 --- a/src/FormMigration/Steps/ConvertKit.php +++ b/src/FormMigration/Steps/ConvertKit.php @@ -7,12 +7,12 @@ use Give\Log\Log; /** - * @unreleased + * @since 3.11.0 */ class ConvertKit extends FormMigrationStep { /** - * @unreleased + * @since 3.11.0 */ public function canHandle(): bool { @@ -20,7 +20,7 @@ public function canHandle(): bool } /** - * @unreleased + * @since 3.11.0 */ public function process(): void { @@ -33,7 +33,7 @@ public function process(): void } /** - * @unreleased + * @since 3.11.0 */ private function getAttributes(): array { diff --git a/tests/Feature/FormMigration/Steps/TestConvertKit.php b/tests/Feature/FormMigration/Steps/TestConvertKit.php index a73fd99042..9c51256eb2 100644 --- a/tests/Feature/FormMigration/Steps/TestConvertKit.php +++ b/tests/Feature/FormMigration/Steps/TestConvertKit.php @@ -15,7 +15,7 @@ class TestConvertKit extends TestCase use RefreshDatabase, LegacyDonationFormAdapter; /** - * @unreleased + * @since 3.11.0 */ public function testProcessShouldUpdateConvertkitBlockAttributesFromV2FormMeta(): void { @@ -43,7 +43,7 @@ public function testProcessShouldUpdateConvertkitBlockAttributesFromV2FormMeta() } /** - * @unreleased + * @since 3.11.0 */ public function testProcessShouldUpdateConvertkitBlockAttributesFromGlobalSettings(): void { @@ -75,7 +75,7 @@ public function testProcessShouldUpdateConvertkitBlockAttributesFromGlobalSettin } /** - * @unreleased + * @since 3.11.0 */ public function testProcessShouldUpdateConvertkitBlockAttributesWhenNoMeta(): void {