5
0
Fork 0

Update on v1.2.3 (changes towards the next release)

Here's an update on the current version, which includes changes towards the next release still in development.
This commit is contained in:
Robot 2024-04-27 22:51:22 +02:00
parent 3eaaa2b685
commit d51f33ba9b
Signed by: Robot
GPG Key ID: 14DECD44E7E1BB95
3 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Display the daily scripture from [https://git.vdm.dev/christian/daily-scripture]
+ *Author*: [Llewellyn van der Merwe](mailto:joomla@vdm.io)
+ *Name*: [Dailyscripture](https://getbible.net)
+ *First Build*: 3rd December, 2015
+ *Last Build*: 25th April, 2024
+ *Last Build*: 27th April, 2024
+ *Version*: 1.2.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="5.0" client="site" method="upgrade">
<name>MOD_DAILYSCRIPTURE</name>
<creationDate>25th April, 2024</creationDate>
<creationDate>27th April, 2024</creationDate>
<author>Llewellyn van der Merwe</author>
<authorEmail>joomla@vdm.io</authorEmail>
<authorUrl>https://getbible.net</authorUrl>

View File

@ -17,6 +17,7 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
use Joomla\CMS\Language\Text;
?>
@ -45,5 +46,5 @@ defined('_JEXEC') or die('Restricted access');
<?php echo $today->comments; ?>
<?php endif; ?>
<?php else: ?>
<?php echo JText::_('MOD_DAILYSCRIPTURE_THERE_WAS_AN_ERROR_LOADING_THE_DAILY_SCRIPTURE_PLEASE_TRY_AGAIN_LATTER'); ?>
<?php echo Text::_('MOD_DAILYSCRIPTURE_THERE_WAS_AN_ERROR_LOADING_THE_DAILY_SCRIPTURE_PLEASE_TRY_AGAIN_LATTER'); ?>
<?php endif; ?>