Get Bible (v.3.0.4)
+ Get Bible (v.3.0.5)
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.
diff --git a/script.php b/script.php
index 299fb1f..4070e90 100644
--- a/script.php
+++ b/script.php
@@ -1546,7 +1546,7 @@ class Com_GetbibleInstallerScript
echo '
-
Upgrade to Version 3.0.4 Was Successful! Let us know if anything is not working as expected.
';
+ Upgrade to Version 3.0.5 Was Successful! Let us know if anything is not working as expected.
';
// Set db if not set already.
if (!isset($db))
diff --git a/site/router.php b/site/router.php
index c2bc412..2537fdc 100644
--- a/site/router.php
+++ b/site/router.php
@@ -43,7 +43,7 @@ class GetbibleRouter extends JComponentRouterBase
{
$segments = [];
$view = $query['view'] ?? 'app';
- $this->defaultTranslation ??= JComponentHelper::getParams('com_getbible')->get('default_translation', 'kjv');
+ $this->defaultTranslation ??= \JComponentHelper::getParams('com_getbible')->get('default_translation', 'kjv');
if ($view === 'search')
{
@@ -216,7 +216,7 @@ class GetbibleRouter extends JComponentRouterBase
$vars = [];
$vars['view'] = 'app';
- $this->defaultTranslation ??= JComponentHelper::getParams('com_getbible')->get('default_translation', 'kjv');
+ $this->defaultTranslation ??= \JComponentHelper::getParams('com_getbible')->get('default_translation', 'kjv');
$key = 0;
$vars['t'] = $segments[$key] ?? '';
diff --git a/update_server.xml b/update_server.xml
index e182916..cc8db15 100644
--- a/update_server.xml
+++ b/update_server.xml
@@ -629,4 +629,22 @@
https://getbible.net
+
+ Get Bible
+ The Bible for Joomla
+ pkg_getbible
+ package
+ site
+ 3.0.5
+ https://getbible.net
+
+ https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v3.0.5.zip
+
+
+ stable
+
+ Llewellyn van der Merwe
+ https://getbible.net
+
+
\ No newline at end of file