From 0000c6dddbfb2e807c566340e13de97cc6f1e3b3 Mon Sep 17 00:00:00 2001
From: CiviCRM
Date: Thu, 4 Nov 2021 07:53:51 +0000
Subject: [PATCH] Set version to 5.45.alpha1
---
CRM/Upgrade/Incremental/php/FiveFortyFive.php | 75 +++++++++++++++++++
.../Incremental/sql/5.45.alpha1.mysql.tpl | 1 +
ext/afform/admin/info.xml | 2 +-
ext/afform/core/info.xml | 2 +-
ext/afform/html/info.xml | 2 +-
ext/afform/mock/info.xml | 2 +-
ext/authx/info.xml | 2 +-
ext/ckeditor4/info.xml | 2 +-
ext/contributioncancelactions/info.xml | 2 +-
ext/eventcart/info.xml | 2 +-
ext/ewaysingle/info.xml | 2 +-
ext/financialacls/info.xml | 2 +-
ext/flexmailer/info.xml | 2 +-
ext/greenwich/info.xml | 2 +-
ext/legacycustomsearches/info.xml | 2 +-
ext/message_admin/info.xml | 2 +-
ext/oauth-client/info.xml | 2 +-
ext/payflowpro/info.xml | 2 +-
ext/recaptcha/info.xml | 2 +-
ext/search_kit/info.xml | 2 +-
ext/sequentialcreditnotes/info.xml | 2 +-
sql/civicrm_generated.mysql | 2 +-
sql/test_data_second_domain.mysql | 2 +-
xml/version.xml | 2 +-
24 files changed, 98 insertions(+), 22 deletions(-)
create mode 100644 CRM/Upgrade/Incremental/php/FiveFortyFive.php
create mode 100644 CRM/Upgrade/Incremental/sql/5.45.alpha1.mysql.tpl
diff --git a/CRM/Upgrade/Incremental/php/FiveFortyFive.php b/CRM/Upgrade/Incremental/php/FiveFortyFive.php
new file mode 100644
index 0000000000..1398d93703
--- /dev/null
+++ b/CRM/Upgrade/Incremental/php/FiveFortyFive.php
@@ -0,0 +1,75 @@
+' . ts('A new permission, "%1", has been added. This permission is now used to control access to the Manage Tags screen.', array(1 => ts('manage tags'))) . '
';
+ // }
+ }
+
+ /**
+ * Compute any messages which should be displayed after upgrade.
+ *
+ * Note: This function is called iteratively for each incremental upgrade step.
+ * There must be a concrete step (eg 'X.Y.Z.mysql.tpl' or 'upgrade_X_Y_Z()').
+ *
+ * @param string $postUpgradeMessage
+ * alterable.
+ * @param string $rev
+ * an intermediate version; note that setPostUpgradeMessage is called repeatedly with different $revs.
+ */
+ public function setPostUpgradeMessage(&$postUpgradeMessage, $rev): void {
+ // Example: Generate a post-upgrade message.
+ // if ($rev == '5.12.34') {
+ // $postUpgradeMessage .= '
' . ts("By default, CiviCRM now disables the ability to import directly from SQL. To use this feature, you must explicitly grant permission 'import SQL datasource'.");
+ // }
+ }
+
+ /*
+ * Important! All upgrade functions MUST add a 'runSql' task.
+ * Uncomment and use the following template for a new upgrade version
+ * (change the x in the function name):
+ */
+
+ // /**
+ // * Upgrade function.
+ // *
+ // * @param string $rev
+ // */
+ // public function upgrade_5_0_x($rev): void {
+ // $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
+ // $this->addTask('Do the foo change', 'taskFoo', ...);
+ // // Additional tasks here...
+ // // Note: do not use ts() in the addTask description because it adds unnecessary strings to transifex.
+ // // The above is an exception because 'Upgrade DB to %1: SQL' is generic & reusable.
+ // }
+
+ // public static function taskFoo(CRM_Queue_TaskContext $ctx, ...): bool {
+ // return TRUE;
+ // }
+
+}
diff --git a/CRM/Upgrade/Incremental/sql/5.45.alpha1.mysql.tpl b/CRM/Upgrade/Incremental/sql/5.45.alpha1.mysql.tpl
new file mode 100644
index 0000000000..feca977310
--- /dev/null
+++ b/CRM/Upgrade/Incremental/sql/5.45.alpha1.mysql.tpl
@@ -0,0 +1 @@
+{* file to handle db changes in 5.45.alpha1 during upgrade *}
diff --git a/ext/afform/admin/info.xml b/ext/afform/admin/info.xml
index f88201b4c2..41ab945bee 100644
--- a/ext/afform/admin/info.xml
+++ b/ext/afform/admin/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-01-09
- 5.44.beta1
+ 5.45.alpha1
beta
5.23
diff --git a/ext/afform/core/info.xml b/ext/afform/core/info.xml
index 75b438f29b..a4f00b7f26 100644
--- a/ext/afform/core/info.xml
+++ b/ext/afform/core/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-01-09
- 5.44.beta1
+ 5.45.alpha1
beta
5.23
diff --git a/ext/afform/html/info.xml b/ext/afform/html/info.xml
index e580be59c9..6e7c241ffa 100644
--- a/ext/afform/html/info.xml
+++ b/ext/afform/html/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-01-09
- 5.44.beta1
+ 5.45.alpha1
alpha
5.23
diff --git a/ext/afform/mock/info.xml b/ext/afform/mock/info.xml
index c358876f4e..eedee1ecca 100644
--- a/ext/afform/mock/info.xml
+++ b/ext/afform/mock/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-01-09
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/authx/info.xml b/ext/authx/info.xml
index 312e97ae2a..3e22c78d22 100644
--- a/ext/authx/info.xml
+++ b/ext/authx/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-02-11
- 5.44.beta1
+ 5.45.alpha1
alpha
5.0
diff --git a/ext/ckeditor4/info.xml b/ext/ckeditor4/info.xml
index 6955488301..35710d5a36 100644
--- a/ext/ckeditor4/info.xml
+++ b/ext/ckeditor4/info.xml
@@ -15,7 +15,7 @@
https://www.gnu.org/licenses/agpl-3.0.html
2021-05-23
- 5.44.beta1
+ 5.45.alpha1
stable
5.39
diff --git a/ext/contributioncancelactions/info.xml b/ext/contributioncancelactions/info.xml
index 7b6631d481..bc6c34144a 100644
--- a/ext/contributioncancelactions/info.xml
+++ b/ext/contributioncancelactions/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-10-12
- 5.44.beta1
+ 5.45.alpha1
stable
5.32
diff --git a/ext/eventcart/info.xml b/ext/eventcart/info.xml
index a63fed2a89..2997c0cba7 100644
--- a/ext/eventcart/info.xml
+++ b/ext/eventcart/info.xml
@@ -13,7 +13,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-08-03
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/ewaysingle/info.xml b/ext/ewaysingle/info.xml
index 2859ad6a0c..e4130715f5 100644
--- a/ext/ewaysingle/info.xml
+++ b/ext/ewaysingle/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-10-07
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/financialacls/info.xml b/ext/financialacls/info.xml
index 982a08ad71..3f1427846e 100644
--- a/ext/financialacls/info.xml
+++ b/ext/financialacls/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-08-27
- 5.44.beta1
+ 5.45.alpha1
stable
5.30
diff --git a/ext/flexmailer/info.xml b/ext/flexmailer/info.xml
index b9c49430e2..e6ff044660 100644
--- a/ext/flexmailer/info.xml
+++ b/ext/flexmailer/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-08-05
- 5.44.beta1
+ 5.45.alpha1
stable
FlexMailer is an email delivery engine which replaces the internal guts
diff --git a/ext/greenwich/info.xml b/ext/greenwich/info.xml
index 6300474161..58fca32326 100644
--- a/ext/greenwich/info.xml
+++ b/ext/greenwich/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-07-21
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/legacycustomsearches/info.xml b/ext/legacycustomsearches/info.xml
index b84c5c3ce2..6df186baf5 100644
--- a/ext/legacycustomsearches/info.xml
+++ b/ext/legacycustomsearches/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-07-25
- 5.44.beta1
+ 5.45.alpha1
stable
mgmt:hidden
diff --git a/ext/message_admin/info.xml b/ext/message_admin/info.xml
index fe6084c541..aed58fc759 100644
--- a/ext/message_admin/info.xml
+++ b/ext/message_admin/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-06-12
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/oauth-client/info.xml b/ext/oauth-client/info.xml
index ff90bb2b69..4e03aac1f5 100644
--- a/ext/oauth-client/info.xml
+++ b/ext/oauth-client/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-10-23
- 5.44.beta1
+ 5.45.alpha1
stable
5.38
diff --git a/ext/payflowpro/info.xml b/ext/payflowpro/info.xml
index 30c3bdf381..f65bc78e02 100644
--- a/ext/payflowpro/info.xml
+++ b/ext/payflowpro/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-04-13
- 5.44.beta1
+ 5.45.alpha1
stable
5.0
diff --git a/ext/recaptcha/info.xml b/ext/recaptcha/info.xml
index 8c541a3d25..a94f7c74fb 100644
--- a/ext/recaptcha/info.xml
+++ b/ext/recaptcha/info.xml
@@ -13,7 +13,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-04-03
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/ext/search_kit/info.xml b/ext/search_kit/info.xml
index 997b977e4b..d1831dc030 100644
--- a/ext/search_kit/info.xml
+++ b/ext/search_kit/info.xml
@@ -14,7 +14,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-01-06
- 5.44.beta1
+ 5.45.alpha1
beta
5.38
diff --git a/ext/sequentialcreditnotes/info.xml b/ext/sequentialcreditnotes/info.xml
index 7b189fead9..dbdc66e9ee 100644
--- a/ext/sequentialcreditnotes/info.xml
+++ b/ext/sequentialcreditnotes/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2020-01-28
- 5.44.beta1
+ 5.45.alpha1
mgmt:hidden
diff --git a/sql/civicrm_generated.mysql b/sql/civicrm_generated.mysql
index 9b57b9b79d..984484e618 100644
--- a/sql/civicrm_generated.mysql
+++ b/sql/civicrm_generated.mysql
@@ -2874,7 +2874,7 @@ UNLOCK TABLES;
LOCK TABLES `civicrm_domain` WRITE;
/*!40000 ALTER TABLE `civicrm_domain` DISABLE KEYS */;
INSERT INTO `civicrm_domain` (`id`, `name`, `description`, `version`, `contact_id`, `locales`, `locale_custom_strings`) VALUES
- (1,'Default Domain Name',NULL,'5.44.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
+ (1,'Default Domain Name',NULL,'5.45.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;
diff --git a/sql/test_data_second_domain.mysql b/sql/test_data_second_domain.mysql
index 63045391ff..5715f69fb5 100644
--- a/sql/test_data_second_domain.mysql
+++ b/sql/test_data_second_domain.mysql
@@ -963,4 +963,4 @@ INSERT INTO civicrm_navigation
VALUES
( @domainID, CONCAT('civicrm/report/instance/', @instanceID,'&reset=1'), 'Mailing Detail Report', 'Mailing Detail Report', 'administer CiviMail', 'OR', @reportlastID, '1', NULL, @instanceID+2 );
UPDATE civicrm_report_instance SET navigation_id = LAST_INSERT_ID() WHERE id = @instanceID;
-UPDATE civicrm_domain SET version = '5.44.beta1';
+UPDATE civicrm_domain SET version = '5.45.alpha1';
diff --git a/xml/version.xml b/xml/version.xml
index ceb60488e5..ce6bee5ee2 100644
--- a/xml/version.xml
+++ b/xml/version.xml
@@ -1,4 +1,4 @@
- 5.44.beta1
+ 5.45.alpha1
--
2.25.1