Skip to content

Commit

Permalink
Set version to 5.59.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jan 5, 2023
1 parent 80ad12c commit f9b8226
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 49 deletions.
34 changes: 34 additions & 0 deletions CRM/Upgrade/Incremental/php/FiveFiftyNine.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?php
/*
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC. All rights reserved. |
| |
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
*/

/**
* Upgrade logic for the 5.59.x series.
*
* Each minor version in the series is handled by either a `5.59.x.mysql.tpl` file,
* or a function in this class named `upgrade_5_59_x`.
* If only a .tpl file exists for a version, it will be run automatically.
* If the function exists, it must explicitly add the 'runSql' task if there is a corresponding .mysql.tpl.
*
* This class may also implement `setPreUpgradeMessage()` and `setPostUpgradeMessage()` functions.
*/
class CRM_Upgrade_Incremental_php_FiveFiftyNine extends CRM_Upgrade_Incremental_Base {

/**
* Upgrade step; adds tasks including 'runSql'.
*
* @param string $rev
* The version number matching this function name
*/
public function upgrade_5_59_alpha1($rev): void {
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
}

}
1 change: 1 addition & 0 deletions CRM/Upgrade/Incremental/sql/5.59.alpha1.mysql.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{* file to handle db changes in 5.59.alpha1 during upgrade *}
4 changes: 2 additions & 2 deletions ext/afform/admin/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>FormBuilder provides a UI to administer and edit forms. It is an optional admin tool and not required for the forms to function.</comments>
<requires>
Expand Down
4 changes: 2 additions & 2 deletions ext/afform/core/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>The Form Core extension is required to use any dynamic form. To administer and edit forms, also install the FormBuilder extension.</comments>
<civix>
Expand Down
4 changes: 2 additions & 2 deletions ext/afform/html/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<requires>
<ext>org.civicrm.afform</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/afform/mock/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>alpha</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<requires>
<ext>org.civicrm.afform</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/authx/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-02-11</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>AuthX enables remote applications to connect to CiviCRM. Use it to enable and disable different forms of authentication (such as username-password, API key, and/or JWT).</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civicrm_admin_ui/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-01-02</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<requires>
<ext>org.civicrm.search_kit</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/civigrant/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-11-11</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>CiviGrant was originally a core component before migrating to an extension</comments>
<requires>
Expand Down
4 changes: 2 additions & 2 deletions ext/civiimport/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-08-11</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>Core extension for us to start moving import logic into, has more functionality</comments>
<requires>
Expand Down
4 changes: 2 additions & 2 deletions ext/ckeditor4/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-05-23</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>This is the version of CKEditor that originally shipped with CiviCRM core</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/contributioncancelactions/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-10-12</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>This code has been moved from core to a separate extension in 5.32. Note that if you disable it failed or cancelled contributions will not cause related memberships and participant records to be updated</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/elavon/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2022-08-05</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments/>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/eventcart/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-03</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
Expand Down
4 changes: 2 additions & 2 deletions ext/ewaysingle/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-10-07</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>This is an extension to contain the eWAY Single Currency Payment Processor</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/financialacls/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-27</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<tags>
<tag>mgmt:hidden</tag>
Expand Down
4 changes: 2 additions & 2 deletions ext/flexmailer/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-08-05</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<comments>
FlexMailer is an email delivery engine which replaces the internal guts
of CiviMail. It is a drop-in replacement which enables *other* extensions
to provide richer email features.
</comments>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<tags>
<tag>mgmt:required</tag>
Expand Down
4 changes: 2 additions & 2 deletions ext/greenwich/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-07-21</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
Expand Down
4 changes: 2 additions & 2 deletions ext/legacycustomsearches/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-07-25</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>This is hidden on install to give extensions that require it time to add it to their requires and to allow us to get it out of GroupContact load</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/message_admin/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-06-12</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<requires>
<ext>org.civicrm.afform</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/oauth-client/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-10-23</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<requires>
<ext version="~4.5">org.civicrm.afform</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/payflowpro/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-04-13</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>This extension is extraction of the original Core Payflow Pro Payment Processor</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/recaptcha/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-04-03</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<classloader>
<psr0 prefix="CRM_" path="."/>
Expand Down
4 changes: 2 additions & 2 deletions ext/search_kit/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-01-06</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>mgmt:required</tag>
</tags>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<comments>Click on the chat link above to discuss development, report problems or ask questions.</comments>
<classloader>
Expand Down
4 changes: 2 additions & 2 deletions ext/sequentialcreditnotes/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-28</releaseDate>
<version>5.58.beta1</version>
<version>5.59.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.58</ver>
<ver>5.59</ver>
</compatibility>
<mixins>
<mixin>setting-php@1.0.0</mixin>
Expand Down
2 changes: 1 addition & 1 deletion sql/civicrm_generated.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,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.58.beta1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
(1,'Default Domain Name',NULL,'5.59.alpha1',1,NULL,'a:1:{s:5:\"en_US\";a:0:{}}');
/*!40000 ALTER TABLE `civicrm_domain` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down
2 changes: 1 addition & 1 deletion sql/test_data_second_domain.mysql
Original file line number Diff line number Diff line change
Expand Up @@ -902,4 +902,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.58.beta1';
UPDATE civicrm_domain SET version = '5.59.alpha1';
2 changes: 1 addition & 1 deletion xml/version.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
<version>
<version_no>5.58.beta1</version_no>
<version_no>5.59.alpha1</version_no>
</version>

0 comments on commit f9b8226

Please sign in to comment.