Skip to content

Commit 8dd9432

Browse files
committed
update the version
1 parent 3d84b2d commit 8dd9432

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

manifest.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<extension type="package" method="upgrade">
33
<name>CCM Package</name>
44
<packagename>ccm</packagename>
5-
<version>__DEPLOY_VERSION__</version>
6-
<url>https://github.com/username/gsoc25_api</url>
5+
<version>0.10.0-alpha</version>
6+
<url>https://github.com/joomla-projects/gsoc25_api</url>
77
<packager>Joomla!</packager>
8-
<packagerurl>https://github.com/username/gsoc25_api</packagerurl>
8+
<packagerurl>https://github.com/joomla-projects/gsoc25_api</packagerurl>
99
<description><![CDATA[
1010
<h2>Content Creation Management (CCM) Component for Joomla</h2>
1111
<p>This package contains the CCM component for Joomla 4.4+</p>
@@ -20,6 +20,6 @@
2020
<scriptfile>script.php</scriptfile>
2121

2222
<updateservers>
23-
<server type="extension" priority="1" name="CCM Update">https://github.com/username/gsoc25_api/releases/latest/download/update.xml</server>
23+
<server type="extension" priority="1" name="CCM Update">https://github.com/joomla-projects/gsoc25_api/update.xml</server>
2424
</updateservers>
2525
</extension>

update.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<description><![CDATA[Content Creation Management Component for Joomla]]></description>
66
<element>pkg_ccm</element>
77
<type>package</type>
8-
<version>__DEPLOY_VERSION__</version>
9-
<infourl title="CCM Package">https://github.com/username/gsoc25_api</infourl>
8+
<version>0.10.0-alpha</version>
9+
<infourl title="CCM Package">https://github.com/joomla-projects/gsoc25_api</infourl>
1010
<downloads>
11-
<downloadurl type="full" format="zip">https://github.com/username/gsoc25_api/releases/latest/download/pkg_ccm-__DEPLOY_VERSION__.zip</downloadurl>
11+
<downloadurl type="full" format="zip">https://github.com/joomla-projects/gsoc25_api/pkg_ccm-0.10.0-alpha.zip</downloadurl>
1212
</downloads>
1313
<tags>
1414
<tag>stable</tag>
1515
</tags>
16-
<maintainer>Reem</maintainer>
17-
<maintainerurl>https://github.com/username/gsoc25_api</maintainerurl>
16+
<maintainer>Joomla!</maintainer>
17+
<maintainerurl>https://github.com/joomla-projects/gsoc25_api</maintainerurl>
1818
<targetplatform name="joomla" version="4.4"/>
1919
<php_minimum>8.1.0</php_minimum>
2020
<client>site</client>

0 commit comments

Comments
 (0)