For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
- Added the ability to use special characters (‘á’, ‘Á’, ‘é’, ‘É’, ‘í’, ‘Í’, ‘ó’, ‘Ó’, ‘ú’, ‘Ú’, ‘ü’, ‘Ü’, ‘ñ’, ‘Ñ’) in the embedded components. The HTML element
<meta charset="UTF-8"> must be included in the <head> element. Code examples in the docs have been updated to reflect this change.
- Fixed a bug where the embedded components would not show a card network as “not allowed” even though the card network was set to
false in the configuration.