diff --git a/README.md b/README.md index 8ca69e7..0137e94 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/helper.php b/helper.php index fa95408..926a469 100644 --- a/helper.php +++ b/helper.php @@ -228,7 +228,7 @@ class ModDailyLightHelper $userpic = $this->getUserPic(); // set the daily light - $this->telegram[$time] = ""; + $this->telegram[$time] = ""; } } @@ -280,7 +280,7 @@ class ModDailyLightHelper $colorful = $this->getCommentColorful(); // set the script - $this->comments[$time] = ""; + $this->comments[$time] = ""; } } diff --git a/language/en-GB/en-GB.mod_dailylight.ini b/language/en-GB/en-GB.mod_dailylight.ini index 9447c9c..4ee2d79 100644 --- a/language/en-GB/en-GB.mod_dailylight.ini +++ b/language/en-GB/en-GB.mod_dailylight.ini @@ -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="

Dailylight (v.1.1.3)

A Joomla Module to Display the Daily Daily Light on the Daily Path.

Created by Llewellyn van der Merwe
Development started 14th January, 2022

" +MOD_DAILYLIGHT_XML_DESCRIPTION="

Dailylight (v.1.1.5)

A Joomla Module to Display the Daily Daily Light on the Daily Path.

Created by Llewellyn van der Merwe
Development started 14th January, 2022

" 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" diff --git a/language/en-GB/en-GB.mod_dailylight.sys.ini b/language/en-GB/en-GB.mod_dailylight.sys.ini index 9447c9c..4ee2d79 100644 --- a/language/en-GB/en-GB.mod_dailylight.sys.ini +++ b/language/en-GB/en-GB.mod_dailylight.sys.ini @@ -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="

Dailylight (v.1.1.3)

A Joomla Module to Display the Daily Daily Light on the Daily Path.

Created by Llewellyn van der Merwe
Development started 14th January, 2022

" +MOD_DAILYLIGHT_XML_DESCRIPTION="

Dailylight (v.1.1.5)

A Joomla Module to Display the Daily Daily Light on the Daily Path.

Created by Llewellyn van der Merwe
Development started 14th January, 2022

" 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" diff --git a/mod_dailylight.php b/mod_dailylight.php index 791e0a1..c62c0cb 100644 --- a/mod_dailylight.php +++ b/mod_dailylight.php @@ -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')); diff --git a/mod_dailylight.xml b/mod_dailylight.xml index 07e78f6..16309c0 100644 --- a/mod_dailylight.xml +++ b/mod_dailylight.xml @@ -1,5 +1,5 @@ - + MOD_DAILYLIGHT 29th January, 2024 Llewellyn van der Merwe @@ -7,7 +7,7 @@ https://getbible.net Copyright (C) 2015. All Rights Reserved GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html - 1.1.3 + 1.1.5 MOD_DAILYLIGHT_XML_DESCRIPTION