From 3996bccb1511b221bc2ba0e8dd29f315406d0b46 Mon Sep 17 00:00:00 2001 From: Luke Parrott Date: Mon, 6 Dec 2021 12:35:16 -0600 Subject: [PATCH 1/2] Updating API version to 53 --- cumulusci.properties | 2 +- cumulusci.yml | 2 +- sfdx-project.json | 2 +- src/classes/RecurringDonations.cls-meta.xml | 2 +- ...rringDonationsPkgVersionCheck.cls-meta.xml | 2 +- .../RecurringDonations_BATCH.cls-meta.xml | 2 +- .../RecurringDonations_SCHED.cls-meta.xml | 2 +- .../RecurringDonations_TEST.cls-meta.xml | 2 +- .../UTIL_CustomLabel_TEST.cls-meta.xml | 2 +- src/objects/Recurring_Donation__c.object | 104 +++++++++--------- src/package.xml | 4 +- src/tabs/Recurring_Donation__c.tab | 1 - 12 files changed, 66 insertions(+), 61 deletions(-) diff --git a/cumulusci.properties b/cumulusci.properties index 9f23e73..0facc2d 100644 --- a/cumulusci.properties +++ b/cumulusci.properties @@ -1,6 +1,6 @@ cumulusci.package.name=Recurring Donations cumulusci.package.namespace=npe03 -cumulusci.package.apiVersion=36.0 +cumulusci.package.apiVersion=53.0 cumulusci.package.installClass= cumulusci.package.uninstallClass= cumulusci.github.url.raw=https://raw.github.com/SalesforceFoundation/Recurring_Donations diff --git a/cumulusci.yml b/cumulusci.yml index 68f1d4e..b1631ed 100644 --- a/cumulusci.yml +++ b/cumulusci.yml @@ -3,7 +3,7 @@ project: package: name: Recurring Donations namespace: npe03 - api_version: 36.0 + api_version: 53.0 git: prefix_release: rel/ default_branch: main diff --git a/sfdx-project.json b/sfdx-project.json index 78610bd..7f73daf 100644 --- a/sfdx-project.json +++ b/sfdx-project.json @@ -6,5 +6,5 @@ } ], "namespace": "", - "sourceApiVersion": "36.0" + "sourceApiVersion": "53.0" } diff --git a/src/classes/RecurringDonations.cls-meta.xml b/src/classes/RecurringDonations.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/RecurringDonations.cls-meta.xml +++ b/src/classes/RecurringDonations.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/classes/RecurringDonationsPkgVersionCheck.cls-meta.xml b/src/classes/RecurringDonationsPkgVersionCheck.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/RecurringDonationsPkgVersionCheck.cls-meta.xml +++ b/src/classes/RecurringDonationsPkgVersionCheck.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/classes/RecurringDonations_BATCH.cls-meta.xml b/src/classes/RecurringDonations_BATCH.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/RecurringDonations_BATCH.cls-meta.xml +++ b/src/classes/RecurringDonations_BATCH.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/classes/RecurringDonations_SCHED.cls-meta.xml b/src/classes/RecurringDonations_SCHED.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/RecurringDonations_SCHED.cls-meta.xml +++ b/src/classes/RecurringDonations_SCHED.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/classes/RecurringDonations_TEST.cls-meta.xml b/src/classes/RecurringDonations_TEST.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/RecurringDonations_TEST.cls-meta.xml +++ b/src/classes/RecurringDonations_TEST.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/classes/UTIL_CustomLabel_TEST.cls-meta.xml b/src/classes/UTIL_CustomLabel_TEST.cls-meta.xml index 38aa015..f928c8e 100644 --- a/src/classes/UTIL_CustomLabel_TEST.cls-meta.xml +++ b/src/classes/UTIL_CustomLabel_TEST.cls-meta.xml @@ -1,5 +1,5 @@ - 36.0 + 53.0 Active diff --git a/src/objects/Recurring_Donation__c.object b/src/objects/Recurring_Donation__c.object index 3f84c56..642559d 100644 --- a/src/objects/Recurring_Donation__c.object +++ b/src/objects/Recurring_Donation__c.object @@ -146,33 +146,35 @@ OR( false How often you’ll receive the donations. NOTE: Changing the installment period for an existing Fixed-Length Recurring Donation may result in the loss and re-creation of open opportunities. Any data associated with those opportunities may be lost. - - - Monthly - false - - - Quarterly - false - - - Yearly - false - - - Weekly - false - - - 1st and 15th - false - - false - false false false Picklist + + + false + + Monthly + false + + + Quarterly + false + + + Yearly + false + + + Weekly + false + + + 1st and 15th + false + + + Installments__c @@ -216,25 +218,27 @@ OR( false Choose Open for an Open-Ended Recurring Donation. Choose None for a Fixed Length Recurring Donation. Choose Closed to close a Recurring Donation. - - - Open - false - - - Closed - false - - - None - true - - false - false false false Picklist + + + false + + Open + false + + + Closed + false + + + None + true + + + Organization__c @@ -281,21 +285,23 @@ OR( false Tells Salesforce how to compute the amount for each child opportunity, based on what you've entered in the Amount field. For Fixed-Length Recurring Donations only. - - - Multiply By - false - - - Divide By - false - - false - false false false Picklist + + + false + + Multiply By + false + + + Divide By + false + + + Total_Paid_Installments__c diff --git a/src/package.xml b/src/package.xml index 7ba20bd..91d78dc 100644 --- a/src/package.xml +++ b/src/package.xml @@ -162,5 +162,5 @@ Recurring_Donation__c.Refresh_Opportunities WebLink - 36.0 - + 53.0 + \ No newline at end of file diff --git a/src/tabs/Recurring_Donation__c.tab b/src/tabs/Recurring_Donation__c.tab index 4dde648..11cf30a 100644 --- a/src/tabs/Recurring_Donation__c.tab +++ b/src/tabs/Recurring_Donation__c.tab @@ -1,6 +1,5 @@ true - false Custom40: Credit card From c073120bc1a5128086a87f28a8e4bdfa76fece3c Mon Sep 17 00:00:00 2001 From: Sam Knox <35352261+sam-knox@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:01:12 -0800 Subject: [PATCH 2/2] Removed Hub reference from Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a17872f..9deedf6 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ How do I log an issue? Issue logging for the Nonprofit Success Pack has moved! All issues for the Recurring Donations package should now be logged [here](https://github.com/SalesforceFoundation/Cumulus/issues/new). All existing open issues have been moved to the [new location](https://github.com/SalesforceFoundation/Cumulus/issues?labels=npe03&page=1&state=open). -If your issue applies to older versions of the stand-alone Affiliations package, please post them directly to the [Power of Us Hub](powerofus.force.com/PUBlogin) +If your issue applies to older versions of the stand-alone Affiliations package, please post them in the [Nonprofit Success Pack Group](https://powerofus.force.com/HUB_NPSP_Group) Installation ---