Skip to content

Commit aee1c8d

Browse files
Add Caching option
1 parent 1ebefa5 commit aee1c8d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

mod_quick_easyprofile_fields/mod_quick_easyprofile_fields.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension type="module" version="3.0" method="upgrade">
33
<name>Quick EasyProfile Fields</name>
44
<author>Christopher Mavros</author>
5-
<version>1.0.48</version>
5+
<version>1.0.49</version>
66
<creationDate>April 2020</creationDate>
77
<copyright>Copyright (C) 2020 Christopher Mavros. All rights reserved.</copyright>
88
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
@@ -30,7 +30,11 @@
3030
</field>
3131
</fieldset>
3232
<fieldset name="advanced">
33-
<field name="moduleclass_sfx" type="text" default="" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"/>
33+
<field name="moduleclass_sfx" type="text" default="" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"/>
34+
<field name="cache" type="list" default="0" label="COM_MODULES_FIELD_CACHING_LABEL" description="COM_MODULES_FIELD_CACHING_DESC">
35+
<option value="1">JGLOBAL_USE_GLOBAL</option>
36+
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
37+
</field>
3438
</fieldset>
3539
</fields>
3640
</config>

mod_quick_fields/mod_quick_fields.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<extension type="module" version="3.0" method="upgrade">
33
<name>Quick Fields</name>
44
<author>Christopher Mavros</author>
5-
<version>1.0.48</version>
5+
<version>1.0.49</version>
66
<creationDate>April 2020</creationDate>
77
<copyright>Copyright (C) 2020 Christopher Mavros. All rights reserved.</copyright>
88
<license>http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL</license>
@@ -28,7 +28,11 @@
2828
<field name="button_text" type="text" default="Save" label="COM_MODULES_QUICK_FIELDS_BUTTON_TEXT_FIELD_LBL" description="COM_MODULES_QUICK_FIELDS_BUTTON_TEXT_FIELD_DESC"/>
2929
</fieldset>
3030
<fieldset name="advanced">
31-
<field name="moduleclass_sfx" type="text" default="" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"/>
31+
<field name="moduleclass_sfx" type="text" default="" label="COM_MODULES_FIELD_MODULECLASS_SFX_LABEL"/>
32+
<field name="cache" type="list" default="0" label="COM_MODULES_FIELD_CACHING_LABEL" description="COM_MODULES_FIELD_CACHING_DESC">
33+
<option value="1">JGLOBAL_USE_GLOBAL</option>
34+
<option value="0">COM_MODULES_FIELD_VALUE_NOCACHING</option>
35+
</field>
3236
</fieldset>
3337
</fields>
3438
</config>

pkg_quick_fields.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<author>Christopher Mavros</author>
99
<authorEmail>mavrosxristoforos@gmail.com</authorEmail>
1010
<authorUrl>http://mavrosxristoforos.com</authorUrl>
11-
<version>1.0.48</version>
11+
<version>1.0.49</version>
1212
<description>Quick Fields - Show Custom Fields in a module with the ability to edit on spot</description>
1313
<files>
1414
<file type="module" id="mod_quick_fields">mod_quick_fields.zip</file>

0 commit comments

Comments
 (0)