Skip to content

Commit c976e9b

Browse files
Fix Package - for module and component
1 parent 38723bf commit c976e9b

File tree

7 files changed

+35
-28
lines changed

7 files changed

+35
-28
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
run: |
6969
for i in {1..40}; do
7070
if curl -f http://localhost:8080/installation/index.php > /dev/null 2>&1; then
71-
echo "Joomla installer is ready"
71+
echo "Joomla installer is ready"
7272
break
7373
fi
74-
echo "Waiting for Joomla installer..."
74+
echo "Waiting for Joomla installer..."
7575
sleep 10
7676
done
7777

pkg_cmsmigrator.xml

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,33 @@
77
* @license GNU General Public License version 2 or later; see LICENSE.txt
88
*/
99
-->
10-
<extension type="package" method="upgrade">
11-
<name>PKG_CMSMIGRATOR</name>
12-
<author>Rahul Singh</author>
13-
<authorEmail>[email protected]</authorEmail>
14-
<authorUrl>https://rahulsingh.free.nf/</authorUrl>
15-
<creationDate>2025-10-03</creationDate>
16-
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
17-
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
18-
<version>0.9.0</version>
19-
<description>PKG_CMSMIGRATOR_DESCRIPTION</description>
20-
<packager>Joomla Academy</packager>
21-
<packagerurl>https://github.com/Rahulsingh1939/JA-Advanced-Migration-Tool</packagerurl>
22-
10+
<extension type="package" version="5.0" method="install">
11+
<name>PKG_CMSMIGRATOR</name>
12+
<packagename>cmsmigrator</packagename>
13+
14+
<author>Joomla Academy</author>
15+
<authorEmail></authorEmail>
16+
<creationDate>2025-10-03</creationDate>
17+
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
18+
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
19+
<version>0.0.1</version>
20+
<description>PKG_CMSMIGRATOR_DESCRIPTION</description>
21+
<packager>Joomla Academy</packager>
22+
<packagerurl>https://github.com/joomla-projects/JA-Advanced-Migration-Tool</packagerurl>
23+
24+
<!-- constituents folder holds the inner extension zips -->
2325
<files folder="constituents">
2426
<file type="component" id="com_cmsmigrator">com_cmsmigrator.zip</file>
2527
<file type="module" id="mod_migrationnotice" client="site">mod_migrationnotice.zip</file>
2628
</files>
27-
28-
<updateservers>
29-
<server type="extension" priority="1" name="CMS Migrator Package Updates">
30-
<![CDATA[https://api.github.com/repos/Rahulsingh1939/JA-Advanced-Migration-Tool/releases/latest]]>
31-
</server>
32-
</updateservers>
29+
30+
<!-- language files (must match files inside /language/en-GB/) -->
31+
<languages folder="language">
32+
<language tag="en-GB">en-GB/pkg_cmsmigrator.ini</language>
33+
<language tag="en-GB">en-GB/pkg_cmsmigrator.sys.ini</language>
34+
</languages>
35+
36+
<updateservers>
37+
<server type="extension" priority="1" name="CMS Migrator Package Updates"><![CDATA[https://api.github.com/repos/joomla-projects/JA-Advanced-Migration-Tool/releases/latest]]></server>
38+
</updateservers>
3339
</extension>

src/cms-export-plugins/wp-all-export/wp-all-export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: All Export
44
* Description: Export all WordPress core data like Users, Posts, Pages, Categories, and Taxonomies.
55
* Version: 1.0.0
6-
* Author: Rahul Singh
6+
* Author: Joomla Academy
77
* License: GPL v2 or later
88
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
99
* Text Domain: wp-all-export

src/component/cmsmigrator.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
-->
1010
<extension type="component" method="upgrade">
1111
<name>COM_CMSMIGRATOR</name>
12-
<author>Rahul Singh</author>
13-
<authorEmail>[email protected]</authorEmail>
14-
<authorUrl>https://rahulsingh.free.nf/</authorUrl>
12+
<author>Joomla Academy</author>
13+
<authorEmail></authorEmail>
14+
<authorUrl></authorUrl>
1515
<creationDate>2025-06-05</creationDate>
1616
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
1717
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

src/modules/mod_migrationnotice/mod_migrationnotice.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@
1212
<description>MOD_MIGRATIONNOTICE_XML_DESCRIPTION</description>
1313
<version>1.0.0</version>
1414
<author>Joomla Academy</author>
15+
<creationDate>2025-10-03</creationDate>
1516
<authorEmail></authorEmail>
1617
<authorUrl></authorUrl>
17-
<copyright>Copyright (C) 2025 Joomla Academy. All rights reserved.</copyright>
18+
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
1819
<license>GNU General Public License version 2 or later</license>
1920

2021
<namespace path="src">Joomla\Module\MigrationNotice</namespace>

src/plugins/migration/json/json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="5.0" type="plugin" group="migration" method="upgrade">
33
<name>plg_migration_json</name>
4-
<author>Rahul Singh</author>
4+
<author>Joomla Academy</author>
55
<creationDate>2025-06-20</creationDate>
66
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
77
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

src/plugins/migration/wordpress/wordpress.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>PLG_MIGRATION_WORDPRESS</name>
1212
<version>1.0.0</version>
1313
<description>PLG_MIGRATION_WORDPRESS_XML_DESCRIPTION</description>
14-
<author>Rahul Singh</author>
14+
<author>Joomla Academy</author>
1515
<creationDate>2025-06-05</creationDate>
1616
<copyright>(C) 2025 Open Source Matters, Inc.</copyright>
1717
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)