diff --git a/README.md b/README.md index 63b3d97..795b918 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# getBible Loader (3.0.3) +# getBible Loader (3.1.0) ### The Joomla plugin from [getBible.net](https://getbible.net/joomla) to load of the Scriptures in your website content. @@ -29,8 +29,8 @@ Ading the [getBible Loader Script](https://git.vdm.dev/getBible/loader) the the + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [getBible Loader](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 8th March, 2024 -+ *Version*: 3.0.3 ++ *Last Build*: 20th March, 2024 ++ *Version*: 3.1.0 + *Copyright*: Copyright (C) 2015. All Rights Reserved + *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html diff --git a/getbibleloader.php b/getbibleloader.php index bd67c51..fa6e0ad 100644 --- a/getbibleloader.php +++ b/getbibleloader.php @@ -25,7 +25,7 @@ use Joomla\CMS\Html\HTMLHelper; * System - GetBibleLoader plugin. * * @package GetBibleLoader - * @since 3.0.3 + * @since 3.1.0 */ class PlgSystemGetBibleLoader extends CMSPlugin { @@ -50,7 +50,7 @@ class PlgSystemGetBibleLoader extends CMSPlugin { // Check if we are in the site application if ($this->app->isClient('site')) { - HTMLHelper::_('script', 'https://cdn.jsdelivr.net/gh/getbible/loader@3.0.3/dist/js/getBible.min.js', ['version' => 'auto']); + HTMLHelper::_('script', 'https://cdn.jsdelivr.net/gh/getbible/loader@3.1.0/dist/js/getBible.min.js', ['version' => 'auto']); } } } diff --git a/getbibleloader.xml b/getbibleloader.xml index 2b4a90c..c2faec4 100644 --- a/getbibleloader.xml +++ b/getbibleloader.xml @@ -1,13 +1,13 @@ PLG_SYSTEM_GETBIBLELOADER - 8th March, 2024 + 20th March, 2024 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 - 3.0.3 + 3.1.0 PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION diff --git a/language/en-GB/en-GB.plg_system_getbibleloader.ini b/language/en-GB/en-GB.plg_system_getbibleloader.ini index 85ea602..ba9714d 100644 --- a/language/en-GB/en-GB.plg_system_getbibleloader.ini +++ b/language/en-GB/en-GB.plg_system_getbibleloader.ini @@ -1,3 +1,3 @@ PLG_SYSTEM_GETBIBLELOADER="System - GetBibleLoader" -PLG_SYSTEM_GETBIBLELOADER_DESCRIPTION="This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.0.3/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details." -PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="

System - GetBibleLoader (v.3.0.3)

This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.0.3/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details.

Created by Llewellyn van der Merwe
Development started 26th July, 2023

" \ No newline at end of file +PLG_SYSTEM_GETBIBLELOADER_DESCRIPTION="This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.1.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details." +PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="

System - GetBibleLoader (v.3.1.0)

This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.1.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details.

Created by Llewellyn van der Merwe
Development started 26th July, 2023

" \ No newline at end of file diff --git a/language/en-GB/en-GB.plg_system_getbibleloader.sys.ini b/language/en-GB/en-GB.plg_system_getbibleloader.sys.ini index 85ea602..ba9714d 100644 --- a/language/en-GB/en-GB.plg_system_getbibleloader.sys.ini +++ b/language/en-GB/en-GB.plg_system_getbibleloader.sys.ini @@ -1,3 +1,3 @@ PLG_SYSTEM_GETBIBLELOADER="System - GetBibleLoader" -PLG_SYSTEM_GETBIBLELOADER_DESCRIPTION="This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.0.3/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details." -PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="

System - GetBibleLoader (v.3.0.3)

This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.0.3/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details.

Created by Llewellyn van der Merwe
Development started 26th July, 2023

" \ No newline at end of file +PLG_SYSTEM_GETBIBLELOADER_DESCRIPTION="This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.1.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details." +PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="

System - GetBibleLoader (v.3.1.0)

This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@3.1.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/loader for more details.

Created by Llewellyn van der Merwe
Development started 26th July, 2023

" \ No newline at end of file diff --git a/script.php b/script.php index 16a7d19..5e55e20 100644 --- a/script.php +++ b/script.php @@ -54,8 +54,6 @@ class plgSystemGetBibleLoaderInstallerScript if ('install' === $route) { -// - $jversion = new JVersion(); if (!$jversion->isCompatible('3.10.0')) { $app->enqueueMessage('Please upgrade to at least Joomla! 3.10 before continuing!', 'error');