Get Bible (v.2.0.15)
+ Get Bible (v.2.0.16)
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 9a57be2..49534f0 100644
--- a/script.php
+++ b/script.php
@@ -1539,7 +1539,7 @@ class com_getbibleInstallerScript
echo '
-
Upgrade to Version 2.0.15 Was Successful! Let us know if anything is not working as expected.
';
+ Upgrade to Version 2.0.16 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/assets/js/app.js b/site/assets/js/app.js
index 260deb8..2849922 100644
--- a/site/assets/js/app.js
+++ b/site/assets/js/app.js
@@ -125,13 +125,13 @@ class DatabaseManager {
#uniqueFields;
#isReady = false;
#readyPromise = null;
- #data = JSON.parse(localStorage.getItem(this.#storeName)) || [];
+ #data;
constructor(dbName, storeName, fields) {
this.#dbName = dbName;
this.#storeName = storeName;
this.#fields = fields;
this.#uniqueFields = fields.filter((field) => field[1]).map((field) => field[0]);
-
+ this.#data = JSON.parse(localStorage.getItem(this.#storeName)) || [];
if (window.indexedDB) {
this.#readyPromise = this.#openDB().then(() => {
this.#isReady = true;
diff --git a/update_server.xml b/update_server.xml
index 5a03f52..309f868 100644
--- a/update_server.xml
+++ b/update_server.xml
@@ -251,4 +251,22 @@
https://getbible.net
+
+ Get Bible
+ The Bible for Joomla
+ pkg_getbible
+ package
+ site
+ 2.0.16
+ https://getbible.net
+
+ https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v2.0.16.zip
+
+
+ stable
+
+ Llewellyn van der Merwe
+ https://getbible.net
+
+
\ No newline at end of file