Update - v5.0.0-beta1

This commit is contained in:
Robot 2024-03-07 19:24:28 +02:00
parent bd5b92b0d4
commit fd847ffd15
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
5 changed files with 7 additions and 7 deletions

View File

@ -8,12 +8,12 @@ The Sermon Distributor.
- Author: [Llewellyn van der Merwe](https://io.vdm.dev/)
- Creation Date: March 2024
- Max Joomla Version: J5.1
- Minimum Joomla Version: J4.3
- Minimum Joomla Version: J5.0
## Extensions
- [christian/Joomla-Sermon-Distributor](https://git.vdm.dev/christian/Joomla-Sermon-Distributor) [5.0](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/archive/5.0.zip)
> 5.0
- [christian/Joomla-Sermon-Distributor](https://git.vdm.dev/christian/Joomla-Sermon-Distributor) [5.x](https://git.vdm.dev/christian/Joomla-Sermon-Distributor/archive/5.x.zip)
> 5.x
- [getBible/daily-light-module](https://git.vdm.dev/getBible/daily-light-module) [master](https://git.vdm.dev/getBible/daily-light-module/archive/master.zip)
> master
- [getBible/daily-scripture-module](https://git.vdm.dev/getBible/daily-scripture-module) [master](https://git.vdm.dev/getBible/daily-scripture-module/archive/master.zip)

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<extension version="4.3" type="package" method="upgrade">
<extension version="5.0" type="package" method="upgrade">
<name>PKG_SERMONDISTRIBUTOR</name>
<packagename>sermondistributor</packagename>
<version>5.0.01</version>
<version>5.0.0-beta1</version>
<creationDate>March 2024</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
@ -14,14 +14,14 @@
<packagerurl>https://dev.vdm.io/</packagerurl>
<description>The Sermon Distributor.</description>
<updateservers>
<server type="extension" name="Sermon Distributor Package - Updates" element="pkg_sermondistributor">https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/5.0/sermondistributor_update_server.xml</server>
<server type="extension" name="Sermon Distributor Package - Updates" element="pkg_sermondistributor">https://git.vdm.dev/christian/Joomla-Sermon-Distributor/raw/branch/5.x/sermondistributor_update_server.xml</server>
</updateservers>
<languages folder="languages">
<language tag="en-GB">en-GB/en-GB.pkg_sermondistributor.sys.ini</language>
<language tag="en-GB">en-GB/en-GB.pkg_sermondistributor.ini</language>
</languages>
<files folder="src">
<file type="component" id="com_sermondistributor">christian__Joomla-Sermon-Distributor__5.0.zip</file>
<file type="component" id="com_sermondistributor">christian__Joomla-Sermon-Distributor__5.x.zip</file>
<file type="module" id="mod_dailylight" client="site">getBible__daily-light-module__master.zip</file>
<file type="module" id="mod_dailyscripture" client="site">getBible__daily-scripture-module__master.zip</file>
</files>