diff --git a/CHANGELOG.md b/CHANGELOG.md index 1237888..bca9eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v5.0.7 + +- Fix missing token variable in ajax call + # v5.0.6 - Fix an Ajax input typo. @@ -28,6 +32,6 @@ - Moved to Joomla 4 and 5 -# v3.0.4 +# v3.0.5 -- Fix an Ajax input typo. \ No newline at end of file +- Fix missing token variable in ajax call \ No newline at end of file diff --git a/GetbibleInstallerScript.php b/GetbibleInstallerScript.php index fc7b80e..e65eece 100644 --- a/GetbibleInstallerScript.php +++ b/GetbibleInstallerScript.php @@ -755,7 +755,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface echo '
'; +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/site/tmpl/app/default.php b/site/tmpl/app/default.php
index 2855d84..ee03fd7 100644
--- a/site/tmpl/app/default.php
+++ b/site/tmpl/app/default.php
@@ -18,6 +18,7 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
+use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\HTML\HTMLHelper as Html;
use TrueChristianChurch\Component\Getbible\Site\Helper\GetbibleHelper;
diff --git a/site/tmpl/openai/default.php b/site/tmpl/openai/default.php
index 17280ac..62d5c0c 100644
--- a/site/tmpl/openai/default.php
+++ b/site/tmpl/openai/default.php
@@ -18,6 +18,7 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
+use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\HTML\HTMLHelper as Html;
use TrueChristianChurch\Component\Getbible\Site\Helper\GetbibleHelper;
diff --git a/site/tmpl/search/default.php b/site/tmpl/search/default.php
index 4fa3428..7a5c939 100644
--- a/site/tmpl/search/default.php
+++ b/site/tmpl/search/default.php
@@ -18,6 +18,7 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
+use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\HTML\HTMLHelper as Html;
use TrueChristianChurch\Component\Getbible\Site\Helper\GetbibleHelper;
diff --git a/site/tmpl/tag/default.php b/site/tmpl/tag/default.php
index 7da026a..f239775 100644
--- a/site/tmpl/tag/default.php
+++ b/site/tmpl/tag/default.php
@@ -18,6 +18,7 @@
use Joomla\CMS\Factory;
use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
+use Joomla\CMS\Layout\LayoutHelper;
use Joomla\CMS\HTML\HTMLHelper as Html;
use TrueChristianChurch\Component\Getbible\Site\Helper\GetbibleHelper;
diff --git a/update_server.xml b/update_server.xml
index 88844d9..c80d7b9 100644
--- a/update_server.xml
+++ b/update_server.xml
@@ -5,10 +5,10 @@