From b8b57f3df22f184bae80673858db060005d24824 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 6 Feb 2022 21:26:17 -0500 Subject: [PATCH] fix missing civigrant --- distmaker/core-ext.txt | 1 + ext/civigrant/info.xml | 2 +- tests/phpunit/CRM/Utils/versionCheckTest.php | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.25.1