diff --git a/CHANGELOG.md b/CHANGELOG.md index 6852a5e..9b8953f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v2.0.29 + +- Update scripture loader to version 3.0.1 + # v2.0.28 - Small xml fix diff --git a/README.md b/README.md index 613aebd..2e728f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Bible (2.0.28) +# Get Bible (2.0.29) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/master/admin/assets/images/vdm-component.jpg "GetBible") @@ -18,8 +18,8 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 20th November, 2023 -+ *Version*: 2.0.28 ++ *Last Build*: 28th November, 2023 ++ *Version*: 2.0.29 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -31,8 +31,8 @@ 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**, > never making one mistake or taking any coffee break.) -+ *Line count*: **201028** -+ *File count*: **1740** ++ *Line count*: **201051** ++ *File count*: **1741** + *Folder count*: **167** **370 Hours** or **46 Eight Hour Days** (the actual time the author spent) diff --git a/admin/README.txt b/admin/README.txt index 613aebd..2e728f3 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Get Bible (2.0.28) +# Get Bible (2.0.29) ![Get Bible image](https://git.vdm.dev/getBible/joomla-component/raw/branch/master/admin/assets/images/vdm-component.jpg "GetBible") @@ -18,8 +18,8 @@ In essence, The Bible for Joomla is designed to transform how the Word of God is + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Get Bible](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 20th November, 2023 -+ *Version*: 2.0.28 ++ *Last Build*: 28th November, 2023 ++ *Version*: 2.0.29 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html @@ -31,8 +31,8 @@ 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**, > never making one mistake or taking any coffee break.) -+ *Line count*: **201028** -+ *File count*: **1740** ++ *Line count*: **201051** ++ *File count*: **1741** + *Folder count*: **167** **370 Hours** or **46 Eight Hour Days** (the actual time the author spent) diff --git a/admin/sql/updates/mysql/2.0.28.sql b/admin/sql/updates/mysql/2.0.28.sql new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/admin/sql/updates/mysql/2.0.28.sql @@ -0,0 +1 @@ + diff --git a/getbible.xml b/getbible.xml index 0f51039..b6f9c61 100644 --- a/getbible.xml +++ b/getbible.xml @@ -1,15 +1,15 @@ COM_GETBIBLE - 20th November, 2023 + 28th November, 2023 Llewellyn van der Merwe joomla@vdm.io https://getbible.net Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 2.0.28 + 2.0.29 Get Bible (v.2.0.28) +

Get Bible (v.2.0.29)

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 8cf5f18..ba8f0f1 100644 --- a/script.php +++ b/script.php @@ -1539,7 +1539,7 @@ class com_getbibleInstallerScript echo ' -

Upgrade to Version 2.0.28 Was Successful! Let us know if anything is not working as expected.

'; +

Upgrade to Version 2.0.29 Was Successful! Let us know if anything is not working as expected.

'; // Set db if not set already. if (!isset($db)) diff --git a/update_server.xml b/update_server.xml index 1f49242..2df58ca 100644 --- a/update_server.xml +++ b/update_server.xml @@ -467,4 +467,22 @@ https://getbible.net + + Get Bible + The Bible for Joomla + pkg_getbible + package + site + 2.0.29 + https://getbible.net + + https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v2.0.29.zip + + + stable + + Llewellyn van der Merwe + https://getbible.net + + \ No newline at end of file