Hotfix: Extension Upgrade Version 1.0.0

Release Date
Release Version
1.0.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="hotfix_extup" type="module">
<file>hotfix_extup</file>
<name>Hotfix: Extension Upgrader</name>
<description>Improve upgrades performed through "Manage Extensions" (CiviCRM 5.x).</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>Tim Otten</name>
<email>totten@civicrm.org</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://civicrm.org</url>
<url desc="Documentation">https://docs.civicrm.org</url>
<url desc="Support">https://lab.civicrm.org</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2025-02-28</releaseDate>
<version>1.0.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.45</ver>
</compatibility>
<comments>In CiviCRM 5.x, the "Manage Extensions" screen provides an option to download upgraded extensions. The original implementation attempts to perform all upgrade tasks in one request, but this is error-prone. The hotfix reduces errors by splitting the upgrade into multiple steps.</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/HotfixExtup</namespace>
<format>25.01.0</format>
<angularModule>crmHotfixExtup</angularModule>
</civix>
<mixins>
</mixins>
</extension>