Skip to content

Releases: uzielweb/add_xml_fields

Add XML Fields v5.0.3 for Joomla

13 Apr 19:09
eecfc12

Choose a tag to compare

#Change Log

Updated malformed variable

add_xml_fields_v5.0.2

30 Nov 02:33
f2452b9

Choose a tag to compare

#Change Log
updated update informations

add_xml_fields_v5.0.1

28 Nov 21:39
3475521

Choose a tag to compare

#Joomla 5 compatible

ADD XML FIELDS V1.0.9

07 Jun 14:06
d218ec6

Choose a tag to compare

Bug Fixed: Language Descriptions in xml and ini files.

ADD XML FIELDS V1.0.8

31 Oct 06:52
c60b249

Choose a tag to compare

Bug fixed: multiples xml loading at same time for the same component or module

Now each XML will be loaded for each module.
Example:

  • Modules mod_articles_latest,mod_tags
  • XML respective ordered files latest.xml,tags.xml

ADD XML FIELDS V1.0.7

10 Oct 06:50

Choose a tag to compare

Change log:

**Removed bad foreach with explode

Changed
if ($option == $theadmincomponent)
to
if (in_array($option, $theadmincomponents))

Changed
if ($option == $thesitecomponent)
to
if (in_array($option, $thesitecomponents))

Changed
if ($module == $themodule)
to
if (in_array($module, $themodules))

Now is possible to add multiple xml file names and your respectives components or modules names correctly.

ADD XML FIELDS v1.0.6

17 Aug 21:10

Choose a tag to compare

Removed wrong "?>" at end of php file

ADD XML FIELDS V1.0.5

27 Jun 07:29

Choose a tag to compare

Fixed multiple components loader

Added Administrator and Component

Now you can choose xml to add or override for any component in administrator or site.
You can choose modules overrides too.

ADD XML FIELDS V1.0.4

04 Jun 21:30

Choose a tag to compare

Added Administrator and Component

Now you can choose xml to add or override for any component in administrator or site.
You can choose modules overrides too.

ADD XML Fields V1.0.3

09 May 11:17

Choose a tag to compare

-- english --
Please, save the module before to view the new xml fields.

-- português --
Por favor, salve o módulo antes para poder visusalizar os novos campos xml

Log Changes:

  • updated README file