Release of v2.0.1

This commit is contained in:
Robot 2023-11-12 19:21:14 +02:00
parent 2323916d17
commit d5e556bcdf
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
5 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# getBible Loader (2.0.0)
# getBible Loader (2.0.1)
### 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*: 10th November, 2023
+ *Version*: 2.0.0
+ *Last Build*: 12th November, 2023
+ *Version*: 2.0.1
+ *Copyright*: Copyright (C) 2015. All Rights Reserved
+ *License*: GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html

View File

@ -25,7 +25,7 @@ use Joomla\CMS\Html\HTMLHelper;
* System - GetBibleLoader plugin.
*
* @package GetBibleLoader
* @since 2.0.0
* @since 2.0.1
*/
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.0/dist/js/getBible.min.js', ['version' => 'auto']);
HTMLHelper::_('script', 'https://cdn.jsdelivr.net/gh/getbible/loader@2.0.1/dist/js/getBible.min.js', ['version' => 'auto']);
}
}
}

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" version="4" group="system" method="upgrade">
<name>PLG_SYSTEM_GETBIBLELOADER</name>
<creationDate>10th November, 2023</creationDate>
<creationDate>12th November, 2023</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<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.0</version>
<version>2.0.1</version>
<description>PLG_SYSTEM_GETBIBLELOADER_XML_DESCRIPTION</description>
<!-- Scripts to run on installation -->

View File

@ -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.0)</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.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>"

View File

@ -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.0)</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.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>"