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:
parent
1f2fa76135
commit
cf1522503a
@ -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*: 9th November, 2023
|
||||
+ *Last Build*: 10th November, 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
|
||||
|
@ -27,7 +27,6 @@ MOD_DAILYLIGHT_COMMENTS_HEIGHT_LABEL="Comments Height"
|
||||
MOD_DAILYLIGHT_COMMENTS_HEIGHT_DESCRIPTION="Use 300 for auto height. Any higher value to set custom height, since 300 is the smallest height available."
|
||||
MOD_DAILYLIGHT_LINK_LABEL="Show Link"
|
||||
MOD_DAILYLIGHT_LINK_DESCRIPTION="Should we show a link."
|
||||
MOD_DAILYLIGHT_GETBIBLE="GetBible"
|
||||
MOD_DAILYLIGHT_TELEGRAM="Telegram"
|
||||
MOD_DAILYLIGHT_NONE="None"
|
||||
MOD_DAILYLIGHT_SHOW_DATE_FOOTER_LABEL="Show Date Footer"
|
||||
|
@ -27,7 +27,6 @@ MOD_DAILYLIGHT_COMMENTS_HEIGHT_LABEL="Comments Height"
|
||||
MOD_DAILYLIGHT_COMMENTS_HEIGHT_DESCRIPTION="Use 300 for auto height. Any higher value to set custom height, since 300 is the smallest height available."
|
||||
MOD_DAILYLIGHT_LINK_LABEL="Show Link"
|
||||
MOD_DAILYLIGHT_LINK_DESCRIPTION="Should we show a link."
|
||||
MOD_DAILYLIGHT_GETBIBLE="GetBible"
|
||||
MOD_DAILYLIGHT_TELEGRAM="Telegram"
|
||||
MOD_DAILYLIGHT_NONE="None"
|
||||
MOD_DAILYLIGHT_SHOW_DATE_FOOTER_LABEL="Show Date Footer"
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<extension type="module" version="4" client="site" method="upgrade">
|
||||
<name>MOD_DAILYLIGHT</name>
|
||||
<creationDate>9th November, 2023</creationDate>
|
||||
<creationDate>10th November, 2023</creationDate>
|
||||
<author>Llewellyn van der Merwe</author>
|
||||
<authorEmail>joomla@vdm.io</authorEmail>
|
||||
<authorUrl>https://getbible.net</authorUrl>
|
||||
@ -192,18 +192,17 @@
|
||||
step="10"
|
||||
showon="show_comments:1"
|
||||
/>
|
||||
<!-- Link Field. Type: Radio. (joomla) -->
|
||||
<!-- Link Field. Type: List. (joomla) -->
|
||||
<field
|
||||
type="radio"
|
||||
type="list"
|
||||
name="link"
|
||||
label="MOD_DAILYLIGHT_LINK_LABEL"
|
||||
description="MOD_DAILYLIGHT_LINK_DESCRIPTION"
|
||||
class="btn-group btn-group-yesno"
|
||||
class="list_class"
|
||||
multiple="false"
|
||||
default="1"
|
||||
showon="type:1">
|
||||
<!-- Option Set. -->
|
||||
<option value="2">
|
||||
MOD_DAILYLIGHT_GETBIBLE</option>
|
||||
<option value="1">
|
||||
MOD_DAILYLIGHT_TELEGRAM</option>
|
||||
<option value="0">
|
||||
|
Loading…
Reference in New Issue
Block a user