diff --git a/README.md b/README.md index d6356a6..2d55bc8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Display the daily light from [https://git.vdm.dev/christian/daily-light](https:/ + *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io) + *Name*: [Dailylight](https://getbible.net) + *First Build*: 3rd December, 2015 -+ *Last Build*: 4th December, 2023 ++ *Last Build*: 23rd December, 2023 + *Version*: 1.1.3 + *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/mod_dailylight.xml b/mod_dailylight.xml index 84bb87b..43796ef 100644 --- a/mod_dailylight.xml +++ b/mod_dailylight.xml @@ -1,7 +1,7 @@ MOD_DAILYLIGHT - 4th December, 2023 + 23rd December, 2023 Llewellyn van der Merwe joomla@vdm.io https://getbible.net diff --git a/script.php b/script.php index 52ececc..5768fb0 100644 --- a/script.php +++ b/script.php @@ -18,6 +18,11 @@ // No direct access to this file defined('_JEXEC') or die('Restricted access'); +use Joomla\CMS\Factory; +use Joomla\CMS\Language\Text; +use Joomla\CMS\Filesystem\File; +use Joomla\CMS\Filesystem\Folder; + /** * Dailylight script file. *