Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
f0e145b2df | |||
5a7db599bb | |||
e3ad08618a | |||
0ed2070f60 | |||
b4288db37b | |||
5e4c90db11 | |||
369bbf3772 | |||
8569c41576 | |||
11910647cf | |||
cf73a3c71c | |||
239d3a0040 | |||
dfaab46ef2 |
120
CHANGELOG.md
120
CHANGELOG.md
@ -1,9 +1,9 @@
|
|||||||
# v5.0.15-alpha4
|
# v4.0.15-alpha4
|
||||||
|
|
||||||
- Improve the PHP environment setup validation
|
- Improve the PHP environment setup validation
|
||||||
- Add option to pass shared session via tag share
|
- Add option to pass shared session via tag share
|
||||||
|
|
||||||
# v5.0.15-alpha
|
# v4.0.15-alpha
|
||||||
|
|
||||||
- Refactored the API classes
|
- Refactored the API classes
|
||||||
- Add table schema checker
|
- Add table schema checker
|
||||||
@ -11,70 +11,66 @@
|
|||||||
- Fix display error with correct component namespace update form JCB
|
- Fix display error with correct component namespace update form JCB
|
||||||
- Fix update error of undefined folder method (exists)
|
- Fix update error of undefined folder method (exists)
|
||||||
|
|
||||||
# v5.0.13
|
|
||||||
|
|
||||||
- Add back to Bible button to Open AI page.
|
|
||||||
|
|
||||||
# v5.0.12
|
|
||||||
|
|
||||||
- Add PHP check on installation.
|
|
||||||
- Add Database check on installation.
|
|
||||||
|
|
||||||
# v5.0.11
|
|
||||||
|
|
||||||
- Moved all library classes away from default Namespace and Folder path to avoid collusion on outdated classes.
|
|
||||||
|
|
||||||
# v5.0.10
|
|
||||||
|
|
||||||
- Update getBible loader to version 3.1.0
|
|
||||||
|
|
||||||
# v5.0.9
|
|
||||||
|
|
||||||
- Correct the url encoding to json_encode for none Latin languages.
|
|
||||||
- Fix type cast validation on search page.
|
|
||||||
|
|
||||||
# v5.0.8
|
|
||||||
|
|
||||||
- Fix wrong class naming.
|
|
||||||
|
|
||||||
# v5.0.7
|
|
||||||
|
|
||||||
- Fix missing token variable in ajax call
|
|
||||||
|
|
||||||
# v5.0.6
|
|
||||||
|
|
||||||
- Fix an Ajax input typo.
|
|
||||||
|
|
||||||
# v5.0.5
|
|
||||||
|
|
||||||
- Add option to target MySQL 8+ with the search regex.
|
|
||||||
|
|
||||||
# v5.0.4
|
|
||||||
|
|
||||||
- Fix the spl_autoload_register function to load all the needed namespace. That was remove in the last update (sorry).
|
|
||||||
|
|
||||||
# v5.0.3
|
|
||||||
|
|
||||||
- Fix canDelete to correctly use published.
|
|
||||||
- Add default 1 to version field to make sure the versioning feature works as expected.
|
|
||||||
|
|
||||||
# v5.0.2
|
|
||||||
|
|
||||||
- Fix Daily Light Deprecated code.
|
|
||||||
- Fix Daily Scripture Deprecated code.
|
|
||||||
|
|
||||||
# v5.0.1
|
|
||||||
|
|
||||||
- First stable back-end and front-end release towards Joomla 4 and 5
|
|
||||||
|
|
||||||
# v5.0.0
|
|
||||||
|
|
||||||
- Moved to Joomla 4 and 5
|
|
||||||
|
|
||||||
# v4.0.13
|
# v4.0.13
|
||||||
|
|
||||||
- Add back to Bible button to Open AI page.
|
- Add back to Bible button to Open AI page.
|
||||||
|
|
||||||
|
# v4.0.12
|
||||||
|
|
||||||
|
- Add PHP check on installation.
|
||||||
|
- Add Database check on installation.
|
||||||
|
|
||||||
|
# v4.0.11
|
||||||
|
|
||||||
|
- Moved all library classes away from default Namespace and Folder path to avoid collusion on outdated classes.
|
||||||
|
|
||||||
|
# v4.0.10
|
||||||
|
|
||||||
|
- Update getBible loader to version 3.1.0
|
||||||
|
|
||||||
|
# v4.0.9
|
||||||
|
|
||||||
|
- Correct the url encoding to json_encode for none Latin languages.
|
||||||
|
- Fix type cast validation on search page.
|
||||||
|
|
||||||
|
# v4.0.8
|
||||||
|
|
||||||
|
- Restore router functions.
|
||||||
|
|
||||||
|
# v4.0.7
|
||||||
|
|
||||||
|
- Fix missing token variable in ajax call
|
||||||
|
|
||||||
|
# v4.0.6
|
||||||
|
|
||||||
|
- Fix an Ajax input typo.
|
||||||
|
|
||||||
|
# v4.0.5
|
||||||
|
|
||||||
|
- Add option to target MySQL 8+ with the search regex.
|
||||||
|
|
||||||
|
# v4.0.4
|
||||||
|
|
||||||
|
- Fix the spl_autoload_register function to load all the needed namespace. That was remove in the last update (sorry).
|
||||||
|
|
||||||
|
# v4.0.3
|
||||||
|
|
||||||
|
- Fix canDelete to correctly use published.
|
||||||
|
- Add default 1 to version field to make sure the versioning feature works as expected.
|
||||||
|
|
||||||
|
# v4.0.2
|
||||||
|
|
||||||
|
- Fix Daily Light Deprecated code.
|
||||||
|
- Fix Daily Scripture Deprecated code.
|
||||||
|
|
||||||
|
# v4.0.1
|
||||||
|
|
||||||
|
- First stable back-end and front-end release towards Joomla 4
|
||||||
|
|
||||||
|
# v4.0.0
|
||||||
|
|
||||||
|
- Moved to Joomla 4
|
||||||
|
|
||||||
# v3.1.1
|
# v3.1.1
|
||||||
|
|
||||||
- Add back to Bible button to Open AI page.
|
- Add back to Bible button to Open AI page.
|
@ -791,7 +791,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface
|
|||||||
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://getbible.net" title="Get Bible">
|
echo '<div style="background-color: #fff;" class="alert alert-info"><a target="_blank" href="https://getbible.net" title="Get Bible">
|
||||||
<img src="components/com_getbible/assets/images/vdm-component.jpg"/>
|
<img src="components/com_getbible/assets/images/vdm-component.jpg"/>
|
||||||
</a>
|
</a>
|
||||||
<h3>Upgrade to Version 5.0.15-alpha4 Was Successful! Let us know if anything is not working as expected.</h3></div>';
|
<h3>Upgrade to Version 4.0.15-alpha4 Was Successful! Let us know if anything is not working as expected.</h3></div>';
|
||||||
|
|
||||||
// Add/Update component in the action logs extensions table.
|
// Add/Update component in the action logs extensions table.
|
||||||
$this->setActionLogsExtensions();
|
$this->setActionLogsExtensions();
|
||||||
|
26
README.md
26
README.md
@ -1,4 +1,4 @@
|
|||||||
# Get Bible (5.0.15-alpha4)
|
# Get Bible (4.0.15-alpha4)
|
||||||
|
|
||||||
![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible")
|
![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible")
|
||||||
|
|
||||||
@ -19,37 +19,37 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is
|
|||||||
+ *Name*: [Get Bible](https://getbible.net)
|
+ *Name*: [Get Bible](https://getbible.net)
|
||||||
+ *First Build*: 3rd December, 2015
|
+ *First Build*: 3rd December, 2015
|
||||||
+ *Last Build*: 29th July, 2024
|
+ *Last Build*: 29th July, 2024
|
||||||
+ *Version*: 5.0.15-alpha4
|
+ *Version*: 4.0.15-alpha4
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
## Build Time
|
## Build Time
|
||||||
|
|
||||||
**670 Hours** or **84 Eight Hour Days** (actual time the author saved -
|
**664 Hours** or **83 Eight Hour Days** (actual time the author saved -
|
||||||
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
|
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
|
||||||
|
|
||||||
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
||||||
> never making one mistake or taking any coffee break.)
|
> never making one mistake or taking any coffee break.)
|
||||||
|
|
||||||
+ *Line count*: **240201**
|
+ *Line count*: **237927**
|
||||||
+ *File count*: **1953**
|
+ *File count*: **1921**
|
||||||
+ *Folder count*: **195**
|
+ *Folder count*: **180**
|
||||||
|
|
||||||
**442 Hours** or **55 Eight Hour Days** (the actual time the author spent)
|
**438 Hours** or **55 Eight Hour Days** (the actual time the author spent)
|
||||||
|
|
||||||
> (with the following break down:
|
> (with the following break down:
|
||||||
> **debugging @168hours** = codingtime / 4;
|
> **debugging @166hours** = codingtime / 4;
|
||||||
> **planning @96hours** = codingtime / 7;
|
> **planning @95hours** = codingtime / 7;
|
||||||
> **mapping @67hours** = codingtime / 10;
|
> **mapping @66hours** = codingtime / 10;
|
||||||
> **office @112hours** = codingtime / 6;)
|
> **office @111hours** = codingtime / 6;)
|
||||||
|
|
||||||
**1112 Hours** or **139 Eight Hour Days**
|
**1102 Hours** or **138 Eight Hour Days**
|
||||||
(a total of the realistic time frame for this project)
|
(a total of the realistic time frame for this project)
|
||||||
|
|
||||||
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
||||||
> with the normal everyday realities at the office, that includes the component planning, mapping & debugging.)
|
> with the normal everyday realities at the office, that includes the component planning, mapping & debugging.)
|
||||||
|
|
||||||
Project duration: **27.8 weeks** or **5.8 months**
|
Project duration: **27.6 weeks** or **5.8 months**
|
||||||
|
|
||||||
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
||||||
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Get Bible (5.0.15-alpha4)
|
# Get Bible (4.0.15-alpha4)
|
||||||
|
|
||||||
![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible")
|
![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/5.0/admin/assets/images/vdm-component.jpg "GetBible")
|
||||||
|
|
||||||
@ -19,37 +19,37 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is
|
|||||||
+ *Name*: [Get Bible](https://getbible.net)
|
+ *Name*: [Get Bible](https://getbible.net)
|
||||||
+ *First Build*: 3rd December, 2015
|
+ *First Build*: 3rd December, 2015
|
||||||
+ *Last Build*: 29th July, 2024
|
+ *Last Build*: 29th July, 2024
|
||||||
+ *Version*: 5.0.15-alpha4
|
+ *Version*: 4.0.15-alpha4
|
||||||
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
|
||||||
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
## Build Time
|
## Build Time
|
||||||
|
|
||||||
**670 Hours** or **84 Eight Hour Days** (actual time the author saved -
|
**664 Hours** or **83 Eight Hour Days** (actual time the author saved -
|
||||||
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
|
due to [Automated Component Builder](https://www.joomlacomponentbuilder.com))
|
||||||
|
|
||||||
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
||||||
> never making one mistake or taking any coffee break.)
|
> never making one mistake or taking any coffee break.)
|
||||||
|
|
||||||
+ *Line count*: **240201**
|
+ *Line count*: **237927**
|
||||||
+ *File count*: **1953**
|
+ *File count*: **1921**
|
||||||
+ *Folder count*: **195**
|
+ *Folder count*: **180**
|
||||||
|
|
||||||
**442 Hours** or **55 Eight Hour Days** (the actual time the author spent)
|
**438 Hours** or **55 Eight Hour Days** (the actual time the author spent)
|
||||||
|
|
||||||
> (with the following break down:
|
> (with the following break down:
|
||||||
> **debugging @168hours** = codingtime / 4;
|
> **debugging @166hours** = codingtime / 4;
|
||||||
> **planning @96hours** = codingtime / 7;
|
> **planning @95hours** = codingtime / 7;
|
||||||
> **mapping @67hours** = codingtime / 10;
|
> **mapping @66hours** = codingtime / 10;
|
||||||
> **office @112hours** = codingtime / 6;)
|
> **office @111hours** = codingtime / 6;)
|
||||||
|
|
||||||
**1112 Hours** or **139 Eight Hour Days**
|
**1102 Hours** or **138 Eight Hour Days**
|
||||||
(a total of the realistic time frame for this project)
|
(a total of the realistic time frame for this project)
|
||||||
|
|
||||||
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
> (if creating a folder and file took **5 seconds** and writing one line of code took **10 seconds**,
|
||||||
> with the normal everyday realities at the office, that includes the component planning, mapping & debugging.)
|
> with the normal everyday realities at the office, that includes the component planning, mapping & debugging.)
|
||||||
|
|
||||||
Project duration: **27.8 weeks** or **5.8 months**
|
Project duration: **27.6 weeks** or **5.8 months**
|
||||||
|
|
||||||
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
> This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com).
|
||||||
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
> Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io)
|
||||||
|
@ -1 +0,0 @@
|
|||||||
|
|
@ -31,7 +31,6 @@ use Joomla\CMS\User\User;
|
|||||||
use Joomla\Utilities\ArrayHelper;
|
use Joomla\Utilities\ArrayHelper;
|
||||||
use Joomla\Input\Input;
|
use Joomla\Input\Input;
|
||||||
use TrueChristianBible\Component\GetBible\Administrator\Helper\GetbibleHelper;
|
use TrueChristianBible\Component\GetBible\Administrator\Helper\GetbibleHelper;
|
||||||
use Joomla\Registry\Registry;
|
|
||||||
use TrueChristianBible\Joomla\Utilities\ArrayHelper as UtilitiesArrayHelper;
|
use TrueChristianBible\Joomla\Utilities\ArrayHelper as UtilitiesArrayHelper;
|
||||||
use TrueChristianBible\Joomla\Utilities\StringHelper;
|
use TrueChristianBible\Joomla\Utilities\StringHelper;
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="component" version="5.0" method="upgrade">
|
<extension type="component" version="4.0" method="upgrade">
|
||||||
<name>COM_GETBIBLE</name>
|
<name>COM_GETBIBLE</name>
|
||||||
<creationDate>29th July, 2024</creationDate>
|
<creationDate>29th July, 2024</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
@ -7,9 +7,9 @@
|
|||||||
<authorUrl>https://getbible.net</authorUrl>
|
<authorUrl>https://getbible.net</authorUrl>
|
||||||
<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
|
<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
|
||||||
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
|
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
|
||||||
<version>5.0.15-alpha4</version>
|
<version>4.0.15-alpha4</version>
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
<h1>Get Bible (v.5.0.15-alpha4)</h1>
|
<h1>Get Bible (v.4.0.15-alpha4)</h1>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
<p>Welcome to the next level of scripture engagement - The Bible for Joomla! Our purpose is to bring the Word of God to every person, in their native language, entirely free. This isn't just a typical extension; it's a groundbreaking tool developed to span language divides and deliver a rich, customizable Bible study experience to users worldwide.
|
<p>Welcome to the next level of scripture engagement - The Bible for Joomla! Our purpose is to bring the Word of God to every person, in their native language, entirely free. This isn't just a typical extension; it's a groundbreaking tool developed to span language divides and deliver a rich, customizable Bible study experience to users worldwide.
|
||||||
|
|
||||||
@ -111,6 +111,6 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is
|
|||||||
|
|
||||||
</administration>
|
</administration>
|
||||||
<updateservers>
|
<updateservers>
|
||||||
<server type="extension" enabled="1" element="com_getbible" name="Get Bible">https://git.vdm.dev/getBible/joomla-component/raw/branch/5.x/update_server.xml</server>
|
<server type="extension" enabled="1" element="com_getbible" name="Get Bible">https://git.vdm.dev/getBible/joomla-component/raw/branch/4.x/update_server.xml</server>
|
||||||
</updateservers>
|
</updateservers>
|
||||||
</extension>
|
</extension>
|
@ -17,6 +17,240 @@
|
|||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
<targetplatform name="joomla" version="3.*"/>
|
<targetplatform name="joomla" version="3.*"/>
|
||||||
</update>
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.0</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>beta</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.1</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.2</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.3</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.4</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.5</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.6</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.7</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.7.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.8</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.8.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.9</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.9.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.10</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.10.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.11</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.11.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.12</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.12.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>stable</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
<update>
|
<update>
|
||||||
<name>Get Bible</name>
|
<name>Get Bible</name>
|
||||||
<description>The Bible for Joomla</description>
|
<description>The Bible for Joomla</description>
|
||||||
@ -41,286 +275,34 @@
|
|||||||
<element>pkg_getbible</element>
|
<element>pkg_getbible</element>
|
||||||
<type>package</type>
|
<type>package</type>
|
||||||
<client>site</client>
|
<client>site</client>
|
||||||
<version>5.0.0</version>
|
<version>4.0.15-alpha</version>
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
<downloads>
|
<downloads>
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.0.zip</downloadurl>
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.15-alpha4.zip</downloadurl>
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>beta</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.1</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.1.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.2</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.2.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.3</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.3.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.4</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.4.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.5</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.5.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.6</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.6.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.7</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.7.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.8</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.8.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.9</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.9.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.10</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.10.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.11</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.11.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.12</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.12.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.13</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.13.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.15-alpha</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha4.zip</downloadurl>
|
|
||||||
</downloads>
|
|
||||||
<tags>
|
|
||||||
<tag>stable</tag>
|
|
||||||
</tags>
|
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
|
||||||
</update>
|
|
||||||
<update>
|
|
||||||
<name>Get Bible</name>
|
|
||||||
<description>The Bible for Joomla</description>
|
|
||||||
<element>pkg_getbible</element>
|
|
||||||
<type>package</type>
|
|
||||||
<client>site</client>
|
|
||||||
<version>5.0.15-alpha4</version>
|
|
||||||
<infourl title="Get Bible!">https://getbible.net</infourl>
|
|
||||||
<downloads>
|
|
||||||
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.15-alpha4.zip</downloadurl>
|
|
||||||
</downloads>
|
</downloads>
|
||||||
<tags>
|
<tags>
|
||||||
<tag>alpha</tag>
|
<tag>alpha</tag>
|
||||||
</tags>
|
</tags>
|
||||||
<maintainer>Llewellyn van der Merwe</maintainer>
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
<maintainerurl>https://getbible.net</maintainerurl>
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
<targetplatform name="joomla" version="5\.[01]"/>
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
|
</update>
|
||||||
|
<update>
|
||||||
|
<name>Get Bible</name>
|
||||||
|
<description>The Bible for Joomla</description>
|
||||||
|
<element>pkg_getbible</element>
|
||||||
|
<type>package</type>
|
||||||
|
<client>site</client>
|
||||||
|
<version>4.0.15-alpha4</version>
|
||||||
|
<infourl title="Get Bible!">https://getbible.net</infourl>
|
||||||
|
<downloads>
|
||||||
|
<downloadurl type="full" format="zip">https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v4.0.15-alpha4.zip</downloadurl>
|
||||||
|
</downloads>
|
||||||
|
<tags>
|
||||||
|
<tag>alpha</tag>
|
||||||
|
</tags>
|
||||||
|
<maintainer>Llewellyn van der Merwe</maintainer>
|
||||||
|
<maintainerurl>https://getbible.net</maintainerurl>
|
||||||
|
<targetplatform name="joomla" version="4\.[01234]"/>
|
||||||
</update>
|
</update>
|
||||||
</updates>
|
</updates>
|
Loading…
Reference in New Issue
Block a user