Release of v2.0.2
This commit is contained in:
parent
d5e556bcdf
commit
0930a60b57
@ -1,4 +1,4 @@
|
||||
# getBible Loader (2.0.1)
|
||||
# getBible Loader (2.0.2)
|
||||
|
||||
### The Joomla plugin from [getBible.net](https://getbible.net/joomla) to load of the Scriptures in your website content.
|
||||
|
||||
@ -30,7 +30,7 @@ Ading the [getBible Loader Script](https://git.vdm.dev/getBible/loader) the the
|
||||
+ *Name*: [getBible Loader](https://getbible.net)
|
||||
+ *First Build*: 3rd December, 2015
|
||||
+ *Last Build*: 12th November, 2023
|
||||
+ *Version*: 2.0.1
|
||||
+ *Version*: 2.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
|
||||
|
||||
|
@ -25,7 +25,7 @@ use Joomla\CMS\Html\HTMLHelper;
|
||||
* System - GetBibleLoader plugin.
|
||||
*
|
||||
* @package GetBibleLoader
|
||||
* @since 2.0.1
|
||||
* @since 2.0.2
|
||||
*/
|
||||
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@2.0.1/dist/js/getBible.min.js', ['version' => 'auto']);
|
||||
HTMLHelper::_('script', 'https://cdn.jsdelivr.net/gh/getbible/loader@2.0.2/dist/js/getBible.min.js', ['version' => 'auto']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
<authorUrl>https://getbible.net</authorUrl>
|
||||
<copyright>Copyright (C) 2015. All Rights Reserved</copyright>
|
||||
<license>GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html</license>
|
||||
<version>2.0.1</version>
|
||||
<version>2.0.2</version>
|
||||
<description>PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION</description>
|
||||
|
||||
<!-- Scripts to run on installation -->
|
||||
|
@ -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@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details."
|
||||
PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="<h1>System - GetBibleLoader (v.2.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 26th July, 2023</small></p>"
|
||||
PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="<h1>System - GetBibleLoader (v.2.0.2)</h1> <div style='clear: both;'></div><p>This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 26th July, 2023</small></p>"
|
@ -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@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details."
|
||||
PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="<h1>System - GetBibleLoader (v.2.0.1)</h1> <div style='clear: both;'></div><p>This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 26th July, 2023</small></p>"
|
||||
PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION="<h1>System - GetBibleLoader (v.2.0.2)</h1> <div style='clear: both;'></div><p>This plugin is used to load scripture on your website. So it adds https://cdn.jsdelivr.net/gh/getbible/loader@2.0.0/dist/js/getBible.min.js to the header of your website. See: https://getbible.net/biblekit for more details.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 26th July, 2023</small></p>"
|
Loading…
Reference in New Issue
Block a user