Skip to content

Commit

Permalink
docs: update since tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Waldstein committed May 7, 2024
1 parent 80054d0 commit 6a76b0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions src/FormMigration/FormMetaDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ public function isConvertKitEnabled(): bool
}

/**
* @unreleased
* @since 3.11.0
*/
public function getConvertKitLabel(): string
{
Expand All @@ -895,7 +895,7 @@ public function getConvertKitLabel(): string
}

/**
* @unreleased
* @since 3.11.0
*/
public function getConvertKitDefaultChecked(): bool
{
Expand All @@ -905,7 +905,7 @@ public function getConvertKitDefaultChecked(): bool
}

/**
* @unreleased
* @since 3.11.0
*/
public function getConvertKitTags(): ?array
{
Expand All @@ -917,7 +917,7 @@ public function getConvertKitTags(): ?array
}

/**
* @unreleased
* @since 3.11.0
*/
public function getConvertKitSelectedForm(): string
{
Expand Down
8 changes: 4 additions & 4 deletions src/FormMigration/Steps/ConvertKit.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
use Give\Log\Log;

/**
* @unreleased
* @since 3.11.0
*/
class ConvertKit extends FormMigrationStep
{
/**
* @unreleased
* @since 3.11.0
*/
public function canHandle(): bool
{
return $this->formV2->isConvertKitEnabled();
}

/**
* @unreleased
* @since 3.11.0
*/
public function process(): void
{
Expand All @@ -33,7 +33,7 @@ public function process(): void
}

/**
* @unreleased
* @since 3.11.0
*/
private function getAttributes(): array
{
Expand Down
6 changes: 3 additions & 3 deletions tests/Feature/FormMigration/Steps/TestConvertKit.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TestConvertKit extends TestCase
use RefreshDatabase, LegacyDonationFormAdapter;

/**
* @unreleased
* @since 3.11.0
*/
public function testProcessShouldUpdateConvertkitBlockAttributesFromV2FormMeta(): void
{
Expand Down Expand Up @@ -43,7 +43,7 @@ public function testProcessShouldUpdateConvertkitBlockAttributesFromV2FormMeta()
}

/**
* @unreleased
* @since 3.11.0
*/
public function testProcessShouldUpdateConvertkitBlockAttributesFromGlobalSettings(): void
{
Expand Down Expand Up @@ -75,7 +75,7 @@ public function testProcessShouldUpdateConvertkitBlockAttributesFromGlobalSettin
}

/**
* @unreleased
* @since 3.11.0
*/
public function testProcessShouldUpdateConvertkitBlockAttributesWhenNoMeta(): void
{
Expand Down

0 comments on commit 6a76b0b

Please sign in to comment.