D10 Compatibility
This release of Field Delimiter is compatible with Drupal 9.
mo_farhaz, kapilkumar0324, purushotam.rai, W0LF
Issues: 2 issues resolved.
Stable Release With all bug fixes
Integration with several other modules. - Panels - Field Multiple Limits
Increased Module Weight to 10.
Field Delimiter 7.x-1.1 is a much-needed maintenance release, which brings a couple of improvements.
Changes since 8.x-1.0-alpha2
#2028541: Formatter settings summary does not show. This was necessary since Formatter summaries return arrays instead of strings.
Changes since 8.x-1.0-alpha1
#2028439: Add type to field_delimiter.info.yml file
Initial port of Field Delimiter to Drupal 8, carried out during the Drupal Sprint Weekend (March 9th and 10th 2013).
Basic functionality is working.
The port will remain in alpha status until Drupal 8 core has a beta release.
Track the progress of the D8 port at: #1938194: [META] D8 port of field delimiter
Initial 8.x-1.x-dev release. This is not ready for use yet, just opening this release so that issues can be filed for the D8 port.
Changes since 7.x-1.0-alpha2:
Added hook_uninstall() function to remove this module's settings when uninstalling the module.
Sanitized the delimiter string using filter_xss().
Changes since 7.x-1.0-alpha1:
Initial alpha-quality release of Field Delimiter module.
This module provides the means to specify delimiters for use in multi-value fields.
Example use case: display taxonomy terms (tags) as a comma-separated list.
Dev snapshot release.