Migrate the template to Joomla 4 #1

Merged
christian merged 13 commits from dev/j4-compatibility into master 2022-04-09 14:57:52 +00:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit c58e1f2bba - Show all commits

View File

@ -4,17 +4,17 @@
<element>slt</element>
<type>template</type>
<client>site</client>
<version></version>
<version>1.0.0</version>
<downloads>
<downloadurl type="full" format="tar.gz">$DL_PREFIX/slt-1.0.0.tar.gz</downloadurl>
</downloads>
<!--<tags>-->
<!--<tag>stable</tag>-->
<tags>
<tag>stable</tag>
<!--<tag>rc</tag>-->
<!--<tag>beta</tag>-->
<!--<tag>alpha</tag>-->
<!--<tag>dev</tag>-->
<!--</tags>-->
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version="4.*"/>
<targetplatform name="joomla" version="4[.].*"/>
</update>

View File

@ -16,5 +16,5 @@
<!--<tag>dev</tag>-->
</tags>
<maintainer>Christian Wolf</maintainer>
<targetplatform name="joomla" version="4.[0]"/>
<targetplatform name="joomla" version="4[.].*"/>
</update>

View File

@ -21,7 +21,7 @@ fi
cp slt.tar.gz "$outname"
export VERSION="$TOTALRELEASE"
export VERSION="$TOTRELEASE"
export FORMAT='tar.gz'
export DOWNLOAD_URL="\$DL_PREFIX/$filename"