-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from bramwaas/develop
Develop 2.1.4
- Loading branch information
Showing
6 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<extension type="module" client="site" method="upgrade"> | ||
<name>Simple iCal Block</name> | ||
<creationDate>09-04-2023</creationDate> | ||
<creationDate>16-04-2023</creationDate> | ||
<author>A.H.C. Waasdorp</author> | ||
<copyright>Copyright (C) 2022 - 2023 A.H.C. Waasdorp, All rights reserved.</copyright> | ||
<license>https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license> | ||
<authorEmail>[email protected]</authorEmail> | ||
<authorUrl>http://www.waasdorpsoekhan.nl</authorUrl> | ||
<version>2.1.3</version> | ||
<version>2.1.4</version> | ||
<description><![CDATA[<div class="sib-info" style="color: #3f48cc;"><p><img class="sib-img" src="../modules/mod_simple_ical_block/assets/simpleicalicon128x128.svg" style="display: inline-block; width: 2em; height:auto; margin-right: 0.5em;"/>Simple iCal Calendar Events Block</p></div> | ||
]]></description> | ||
<namespace path="src">WaasdorpSoekhan\Module\Simpleicalblock</namespace> | ||
|
@@ -68,6 +68,8 @@ | |
<option value="0">JNO</option> | ||
<option value="1">JYES</option> | ||
</field> | ||
<field name="after_events" type="text" default="" filter="raw" label="MOD_SIMPLEICALBLOCK_AFTER_EVENTS" description="MOD_SIMPLEICALBLOCK_AFTER_EVENTS_DESC" /> | ||
<field name="no_events" type="text" default="" filter="raw" label="MOD_SIMPLEICALBLOCK_NO_EVENTS" description="MOD_SIMPLEICALBLOCK_NO_EVENTS_DESC" /> | ||
<field name="clear_cache_now" type="radio" layout="joomla.form.field.radio.switcher" | ||
class="switcher btn-group" default="0" validate="cleartransientnow" | ||
label="MOD_SIMPLEICALBLOCK_CCN" description="MOD_SIMPLEICALBLOCK_CCN_DESC" > | ||
|
@@ -184,6 +186,14 @@ | |
label="MOD_SIMPLEICALBLOCK_ALLOWHTML" | ||
description="MOD_SIMPLEICALBLOCK_ALLOWHTML_HELP" | ||
/> | ||
<field name="after_events_help" type="note" | ||
label="MOD_SIMPLEICALBLOCK_AFTER_EVENTS" | ||
description="MOD_SIMPLEICALBLOCK_AFTER_EVENTS_HELP" | ||
/> | ||
<field name="no_events_help" type="note" | ||
label="MOD_SIMPLEICALBLOCK_NO_EVENTS" | ||
description="MOD_SIMPLEICALBLOCK_NO_EVENTS_HELP" | ||
/> | ||
<field name="clear_cache_now_help" type="note" | ||
label="MOD_SIMPLEICALBLOCK_CCN" | ||
description="MOD_SIMPLEICALBLOCK_CLEAR_CACHE_NOW_HELP" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters