Skip to content

Commit 11e39c4

Browse files
author
Jon Waldstein
committed
chore: update since tags
1 parent 43e5726 commit 11e39c4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/LegacySubscriptions/includes/give-subscription.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ public function get_lifetime_value() {
502502
*
503503
* Records a new payment on the subscription.
504504
*
505-
* @unreleased add campaign_id to renewal
505+
* @since 4.11.0 add campaign_id to renewal
506506
* @since 2.21.3 add support for anonymous donations
507507
* @since 1.12.7 Set donor first and last name in new donation
508508
*

src/Subscriptions/Factories/SubscriptionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class SubscriptionFactory extends ModelFactory
2121
{
2222
/**
23-
* @unreleased add campaignId property
23+
* @since 4.11.0 add campaignId property
2424
* @since 2.24.0 add mode property
2525
* @since 2.20.0 update default donorId to create factory
2626
* @since 2.19.6

src/Subscriptions/Repositories/SubscriptionRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ public function getInitialDonationId(int $subscriptionId)
456456
}
457457

458458
/**
459-
* @unreleased add campaignId to renewal
459+
* @since 4.11.0 add campaignId to renewal
460460
* @since 4.8.1 Remove campaignId from the attributes array since it is auto-generated based on the subscription's form.
461461
* @since 4.8.0 Add campaignId support.
462462
* @since 3.20.0

tests/Unit/API/REST/V3/Routes/Donations/DonationRouteCreateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ public function testCreateRenewalShouldUseCampaignIdFromSubscriptionDonationForm
11961196

11971197

11981198
/**
1199-
* @unreleased
1199+
* @since 4.11.0
12001200
*/
12011201
public function testCreateRenewalShouldUseCampaignIdFromSubscription()
12021202
{

tests/Unit/LegacySubscriptions/GiveSubscriptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function testCampaignIdPropertyAccessOnLegacyPayment()
168168
/**
169169
* Test that add_payment method successfully creates a renewal payment.
170170
*
171-
* @unreleased add campaign_id to renewal
171+
* @since 4.11.0 add campaign_id to renewal
172172
* @since 4.3.2
173173
*/
174174
public function testAddPaymentCreatesRenewalPayment()

tests/Unit/Subscriptions/Repositories/TestSubscriptionRepository.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public function testDeleteShouldRemoveSubscriptionFromTheDatabase()
206206
}
207207

208208
/**
209-
* @unreleased add campaignId to renewal
209+
* @since 4.11.0 add campaignId to renewal
210210
* @since 3.20.0
211211
* @throws Exception
212212
*/
@@ -265,7 +265,7 @@ public function testCreateRenewalShouldCreateNewRenewal(): void
265265

266266

267267
/**
268-
* @unreleased
268+
* @since 4.11.0
269269
* @throws Exception
270270
*/
271271
public function testCreateRenewalShouldCreateNewRenewalWithUpdatedCampaignId(): void

0 commit comments

Comments
 (0)