Releases: uzielweb/add_xml_fields
Add XML Fields v5.0.3 for Joomla
#Change Log
Updated malformed variable
add_xml_fields_v5.0.2
#Change Log
updated update informations
add_xml_fields_v5.0.1
#Joomla 5 compatible
ADD XML FIELDS V1.0.9
Bug Fixed: Language Descriptions in xml and ini files.
ADD XML FIELDS V1.0.8
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
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
Removed wrong "?>" at end of php file
ADD XML FIELDS V1.0.5
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
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
-- 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