diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a7b7f0..2c163b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 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 diff --git a/GetbibleInstallerScript.php b/GetbibleInstallerScript.php index bf2c24c..f7aa67f 100644 --- a/GetbibleInstallerScript.php +++ b/GetbibleInstallerScript.php @@ -755,7 +755,7 @@ class Com_GetbibleInstallerScript implements InstallerScriptInterface echo '
-

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

'; +

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

'; // Add/Update component in the action logs extensions table. $this->setActionLogsExtensions(); diff --git a/README.md b/README.md index fc39ad1..b74ddfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Bible (5.0.1) +# Get Bible (5.0.2) ![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) + *First Build*: 3rd December, 2015 + *Last Build*: 29th January, 2024 -+ *Version*: 5.0.1 ++ *Version*: 5.0.2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time -**560 Hours** or **70 Eight Hour Days** (actual time the author saved - +**566 Hours** or **71 Eight Hour Days** (actual time the author saved - 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*: **200550** -+ *File count*: **1683** -+ *Folder count*: **174** ++ *Line count*: **202824** ++ *File count*: **1715** ++ *Folder count*: **189** -**369 Hours** or **46 Eight Hour Days** (the actual time the author spent) +**373 Hours** or **46 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @140hours** = codingtime / 4; -> **planning @80hours** = codingtime / 7; -> **mapping @56hours** = codingtime / 10; -> **office @93hours** = codingtime / 6;) +> **debugging @142hours** = codingtime / 4; +> **planning @81hours** = codingtime / 7; +> **mapping @57hours** = codingtime / 10; +> **office @94hours** = codingtime / 6;) -**929 Hours** or **116 Eight Hour Days** +**939 Hours** or **117 Eight Hour Days** (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**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **23.2 weeks** or **4.8 months** +Project duration: **23.4 weeks** or **4.9 months** > This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/README.txt b/admin/README.txt index fc39ad1..b74ddfd 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Get Bible (5.0.1) +# Get Bible (5.0.2) ![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) + *First Build*: 3rd December, 2015 + *Last Build*: 29th January, 2024 -+ *Version*: 5.0.1 ++ *Version*: 5.0.2 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html ## Build Time -**560 Hours** or **70 Eight Hour Days** (actual time the author saved - +**566 Hours** or **71 Eight Hour Days** (actual time the author saved - 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*: **200550** -+ *File count*: **1683** -+ *Folder count*: **174** ++ *Line count*: **202824** ++ *File count*: **1715** ++ *Folder count*: **189** -**369 Hours** or **46 Eight Hour Days** (the actual time the author spent) +**373 Hours** or **46 Eight Hour Days** (the actual time the author spent) > (with the following break down: -> **debugging @140hours** = codingtime / 4; -> **planning @80hours** = codingtime / 7; -> **mapping @56hours** = codingtime / 10; -> **office @93hours** = codingtime / 6;) +> **debugging @142hours** = codingtime / 4; +> **planning @81hours** = codingtime / 7; +> **mapping @57hours** = codingtime / 10; +> **office @94hours** = codingtime / 6;) -**929 Hours** or **116 Eight Hour Days** +**939 Hours** or **117 Eight Hour Days** (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**, > with the normal everyday realities at the office, that includes the component planning, mapping & debugging.) -Project duration: **23.2 weeks** or **4.8 months** +Project duration: **23.4 weeks** or **4.9 months** > This **component** was build with a Joomla [Automated Component Builder](https://www.joomlacomponentbuilder.com). > Developed by [Llewellyn van der Merwe](mailto:joomla@vdm.io) diff --git a/admin/sql/updates/mysql/5.0.1.sql b/admin/sql/updates/mysql/5.0.1.sql new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/admin/sql/updates/mysql/5.0.1.sql @@ -0,0 +1 @@ + diff --git a/getbible.xml b/getbible.xml index efe2655..182a3bb 100644 --- a/getbible.xml +++ b/getbible.xml @@ -7,9 +7,9 @@ https://getbible.net Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 5.0.1 + 5.0.2 Get Bible (v.5.0.1) +

Get Bible (v.5.0.2)

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/update_server.xml b/update_server.xml index e4803a2..9b07d2c 100644 --- a/update_server.xml +++ b/update_server.xml @@ -71,4 +71,22 @@ https://getbible.net + + Get Bible + The Bible for Joomla + pkg_getbible + package + site + 5.0.2 + https://getbible.net + + https://git.vdm.dev/api/v1/repos/getBible/joomla-pkg/archive/v5.0.2.zip + + + stable + + Llewellyn van der Merwe + https://getbible.net + + \ No newline at end of file