Skip to content
CHANGELOG.md 968 B
Newer Older
# CHANGELOG

## Version 1.0.4

### Updated ucdvalidator into Ucidy 1.0

Updated ucdvalidator library, renamed into Ucidy.

https://github.com/gmantele/ucidy

### Configuration file changes

In `webapp.properties` file, the property `credentials_config_path` has been renamed into `config_file_path`, because now the config.xml contains other configuration information in addition to the credentials ones.

XML configuration file structure is changed, however the application can update the old existing configuration into the new one without losing previously inserted values.

### Managed custom UCD

It is now possible to configure the web application for using custom UCD values (in addition to the standard ones). These values have to be inserted into the XML configuration file in this way:

    <configuration>
        <custom-ucds>
            <ucd>ia2:custom.test</ucd>
            <ucd>ia2:custom.anothertest</ucd>
        </custom-ucds>
    </configuration>