5
0
Fork 0

Release of v1.1.5

This commit is contained in:
Robot 2024-01-29 10:41:32 +02:00
parent 6159f22dfa
commit c22d4822bf
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
6 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# Dailylight (1.1.3)
# Dailylight (1.1.5)
Display the daily light from [https://git.vdm.dev/christian/daily-light](https://git.vdm.dev/christian/daily-light).
@ -11,7 +11,7 @@ Display the daily light from [https://git.vdm.dev/christian/daily-light](https:/
+ *Name*: [Dailylight](https://getbible.net)
+ *First Build*: 3rd December, 2015
+ *Last Build*: 29th January, 2024
+ *Version*: 1.1.3
+ *Version*: 1.1.5
+ *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

@ -228,7 +228,7 @@ class ModDailyLightHelper
$userpic = $this->getUserPic();
// set the daily light
$this->telegram[$time] = "<script async src=\"https://telegram.org/js/telegram-widget.js?22\" data-telegram-post=\"daily_light/$id\" data-width=\"$width%\"${color}${userpic}${dark}></script>";
$this->telegram[$time] = "<script async src=\"https://telegram.org/js/telegram-widget.js?22\" data-telegram-post=\"daily_light/$id\" data-width=\"$width%\"{$color}{$userpic}{$dark}></script>";
}
}
@ -280,7 +280,7 @@ class ModDailyLightHelper
$colorful = $this->getCommentColorful();
// set the script
$this->comments[$time] = "<script async src=\"https://telegram.org/js/telegram-widget.js?22\" data-telegram-discussion=\"daily_light/$id\" data-comments-limit=\"$limit\"${colorful}${height}${color}${dark}></script>";
$this->comments[$time] = "<script async src=\"https://telegram.org/js/telegram-widget.js?22\" data-telegram-discussion=\"daily_light/$id\" data-comments-limit=\"$limit\"{$colorful}{$height}{$color}{$dark}></script>";
}
}

View File

@ -1,6 +1,6 @@
MOD_DAILYLIGHT="Dailylight"
MOD_DAILYLIGHT_DESCRIPTION="A Joomla Module to Display the Daily Daily Light on the Daily Path."
MOD_DAILYLIGHT_XML_DESCRIPTION="<h1>Dailylight (v.1.1.3)</h1> <div style='clear: both;'></div><p>A Joomla Module to Display the Daily Daily Light on the Daily Path.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 14th January, 2022</small></p>"
MOD_DAILYLIGHT_XML_DESCRIPTION="<h1>Dailylight (v.1.1.5)</h1> <div style='clear: both;'></div><p>A Joomla Module to Display the Daily Daily Light on the Daily Path.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 14th January, 2022</small></p>"
MOD_DAILYLIGHT_DAILY_LIGHT="Daily Light"
MOD_DAILYLIGHT_THERE_WAS_AN_ERROR_LOADING_THE_DAILY_LIGHT_PLEASE_TRY_AGAIN_LATTER="There was an error loading the Daily Light, please try again latter."
MOD_DAILYLIGHT_TIME_OF_DAY_LABEL="Time of Day"

View File

@ -1,6 +1,6 @@
MOD_DAILYLIGHT="Dailylight"
MOD_DAILYLIGHT_DESCRIPTION="A Joomla Module to Display the Daily Daily Light on the Daily Path."
MOD_DAILYLIGHT_XML_DESCRIPTION="<h1>Dailylight (v.1.1.3)</h1> <div style='clear: both;'></div><p>A Joomla Module to Display the Daily Daily Light on the Daily Path.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 14th January, 2022</small></p>"
MOD_DAILYLIGHT_XML_DESCRIPTION="<h1>Dailylight (v.1.1.5)</h1> <div style='clear: both;'></div><p>A Joomla Module to Display the Daily Daily Light on the Daily Path.</p><p>Created by <a href='https://getbible.net' target='_blank'>Llewellyn van der Merwe</a><br /><small>Development started 14th January, 2022</small></p>"
MOD_DAILYLIGHT_DAILY_LIGHT="Daily Light"
MOD_DAILYLIGHT_THERE_WAS_AN_ERROR_LOADING_THE_DAILY_LIGHT_PLEASE_TRY_AGAIN_LATTER="There was an error loading the Daily Light, please try again latter."
MOD_DAILYLIGHT_TIME_OF_DAY_LABEL="Time of Day"

View File

@ -29,7 +29,7 @@ $target = $params->get('time_of_day', 3);
$times = ($target == 3) ? ['morning', 'evening']:(($target == 1) ? ['morning']:['evening']);
// get the module class sfx (local)
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'), ENT_COMPAT, 'UTF-8');
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx', ''), ENT_COMPAT, 'UTF-8');
// load the default Tmpl
require JModuleHelper::getLayoutPath('mod_dailylight', $params->get('layout', 'default'));

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.10" client="site" method="upgrade">
<extension type="module" version="4.0" client="site" method="upgrade">
<name>MOD_DAILYLIGHT</name>
<creationDate>29th January, 2024</creationDate>
<author>Llewellyn van der Merwe</author>
@ -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>1.1.3</version>
<version>1.1.5</version>
<description>MOD_DAILYLIGHT_XML_DESCRIPTION</description>
<!-- Scripts to run on installation -->