diff --git a/CHANGELOG.md b/CHANGELOG.md index 45b6cda..42e0873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v3.0.3 + +- Add option to target mysql 8+ with the search regex. + # v3.0.2 - More namespace updates. diff --git a/README.md b/README.md index 8490f4f..117292c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Get Bible (3.0.2) +# Get Bible (3.0.3) ![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*: 10th February, 2024 -+ *Version*: 3.0.2 ++ *Last Build*: 18th February, 2024 ++ *Version*: 3.0.3 + *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*: **201645** -+ *File count*: **1714** ++ *Line count*: **201717** ++ *File count*: **1715** + *Folder count*: **150** **371 Hours** or **47 Eight Hour Days** (the actual time the author spent) diff --git a/admin/README.txt b/admin/README.txt index 8490f4f..117292c 100644 --- a/admin/README.txt +++ b/admin/README.txt @@ -1,4 +1,4 @@ -# Get Bible (3.0.2) +# Get Bible (3.0.3) ![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*: 10th February, 2024 -+ *Version*: 3.0.2 ++ *Last Build*: 18th February, 2024 ++ *Version*: 3.0.3 + *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*: **201645** -+ *File count*: **1714** ++ *Line count*: **201717** ++ *File count*: **1715** + *Folder count*: **150** **371 Hours** or **47 Eight Hour Days** (the actual time the author spent) diff --git a/admin/sql/updates/mysql/3.0.2.sql b/admin/sql/updates/mysql/3.0.2.sql new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/admin/sql/updates/mysql/3.0.2.sql @@ -0,0 +1 @@ + diff --git a/admin/views/book/tmpl/edit.php b/admin/views/book/tmpl/edit.php index 2b2be57..0758f7d 100644 --- a/admin/views/book/tmpl/edit.php +++ b/admin/views/book/tmpl/edit.php @@ -51,7 +51,7 @@ $componentParams = $this->params; // will be removed just use $this->params inst
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 3db70bd..877aaea 100644 --- a/script.php +++ b/script.php @@ -1546,7 +1546,7 @@ class Com_GetbibleInstallerScript echo '
'; +