From: demeritcowboy Date: Mon, 7 Feb 2022 02:26:17 +0000 (-0500) Subject: fix missing civigrant X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b8b57f3df22f184bae80673858db060005d24824;p=civicrm-core.git fix missing civigrant --- diff --git a/distmaker/core-ext.txt b/distmaker/core-ext.txt index 6cbc3c7150..bd4bab2ec6 100644 --- a/distmaker/core-ext.txt +++ b/distmaker/core-ext.txt @@ -6,6 +6,7 @@ afform authx +civigrant contributioncancelactions ckeditor4 eventcart diff --git a/ext/civigrant/info.xml b/ext/civigrant/info.xml index 351ecff925..2558718300 100644 --- a/ext/civigrant/info.xml +++ b/ext/civigrant/info.xml @@ -13,7 +13,7 @@ http://www.gnu.org/licenses/agpl-3.0.html 2021-11-11 - 5.47 + 5.47.beta1 stable 5.47 diff --git a/tests/phpunit/CRM/Utils/versionCheckTest.php b/tests/phpunit/CRM/Utils/versionCheckTest.php index 108c9ffc0a..07cf0754b8 100644 --- a/tests/phpunit/CRM/Utils/versionCheckTest.php +++ b/tests/phpunit/CRM/Utils/versionCheckTest.php @@ -211,7 +211,6 @@ class CRM_Utils_versionCheckTest extends CiviUnitTestCase { 'Event', 'Participant', 'Friend', - 'Grant', 'Mailing', 'Membership', 'MembershipBlock',