Skip to content

Commit

Permalink
Set version to 5.68.alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
CiviCRM committed Oct 5, 2023
1 parent de085e1 commit c43015d
Show file tree
Hide file tree
Showing 39 changed files with 106 additions and 71 deletions.
34 changes: 34 additions & 0 deletions CRM/Upgrade/Incremental/php/FiveSixtyEight.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.68.x series.
*
* Each minor version in the series is handled by either a `5.68.x.mysql.tpl` file,
* or a function in this class named `upgrade_5_68_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_FiveSixtyEight 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_68_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.68.alpha1.mysql.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{* file to handle db changes in 5.68.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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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,9 +13,9 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2020-01-09</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<develStage>stable</develStage>
<tags>
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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>alpha</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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,13 +15,13 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-02-11</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>mgmt:required</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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/civi_campaign/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_case/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_contribute/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_event/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_mail/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_member/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_pledge/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
Expand Down
4 changes: 2 additions & 2 deletions ext/civi_report/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>2023-04-08</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<tags>
<tag>component</tag>
</tags>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Core Component</comments>
<upgrader>CRM_Extension_Upgrader_Component</upgrader>
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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<requires>
<ext>org.civicrm.search_kit</ext>
Expand Down
4 changes: 2 additions & 2 deletions ext/civicrm_search_ui/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2023-07-17</releaseDate>
<version>5.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>alpha</develStage>
<requires>
<ext>org.civicrm.search_kit</ext>
<ext>org.civicrm.afform</ext>
</requires>
<compatibility>
<ver>5.67</ver>
<ver>5.68</ver>
</compatibility>
<comments>Replacement SearchKit/FormBuilder pages for core Search pages.</comments>
<classloader>
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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<tags>
<tag>mgmt:hidden</tag>
</tags>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.alpha1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.67</ver>
<ver>5.68</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.67.beta1</version>
<version>5.68.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.67</ver>
<ver>5.68</ver>
</compatibility>
<tags>
<tag>mgmt:required</tag>
Expand Down
Loading

0 comments on commit c43015d

Please sign in to comment.