5
0
Fork 0

Update on v1.1.3 (beta for next version)

Here's an update on the current version, which includes changes towards the next release still in beta.
This commit is contained in:
Robot 2023-12-23 18:05:05 +02:00
parent 8e86161fe8
commit 2ae4dbdffa
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<extension type="module" version="3.10" client="site" method="upgrade">
<name>MOD_DAILYLIGHT</name>
<creationDate>4th December, 2023</creationDate>
<creationDate>23rd December, 2023</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://getbible.net</authorUrl>

View File

@ -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.
*