Update - v5.0.7

This commit is contained in:
Robot 2024-03-07 18:27:08 +02:00
parent 0c10bbab5d
commit d56f8a567e
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# GetBible Package (v5.0.7)
The Get Bible for Joomla 4 and 5.
The Get Bible for Joomla 5.
## Details
@ -8,12 +8,12 @@ The Get Bible for Joomla 4 and 5.
- 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
- [getBible/joomla-component](https://git.vdm.dev/getBible/joomla-component) [5.0](https://git.vdm.dev/getBible/joomla-component/archive/5.0.zip)
> 5.0
- [getBible/joomla-component](https://git.vdm.dev/getBible/joomla-component) [5.x](https://git.vdm.dev/getBible/joomla-component/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,5 +1,5 @@
<?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_GETBIBLE</name>
<packagename>getbible</packagename>
<version>5.0.7</version>
@ -12,16 +12,16 @@
<license>GNU General Public License version 2; see LICENSE</license>
<packager>Vast Development Method</packager>
<packagerurl>https://dev.vdm.io/</packagerurl>
<description>The Get Bible for Joomla 4 and 5.</description>
<description>The Get Bible for Joomla 5.</description>
<updateservers>
<server type="extension" name="GetBible Package - Updates" element="pkg_getbible">https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/update_server.xml</server>
<server type="extension" name="GetBible Package - Updates" element="pkg_getbible">https://git.vdm.dev/getBible/joomla-component/raw/branch/5.x/update_server.xml</server>
</updateservers>
<languages folder="languages">
<language tag="en-GB">en-GB/en-GB.pkg_getbible.sys.ini</language>
<language tag="en-GB">en-GB/en-GB.pkg_getbible.ini</language>
</languages>
<files folder="src">
<file type="component" id="com_getbible">getBible__joomla-component__5.0.zip</file>
<file type="component" id="com_getbible">getBible__joomla-component__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>
<file type="plugin" id="getBibleLoader" group="system">getBible__loader-plugin__master.zip</file>