Skip to content

1.1.0

Compare
Choose a tag to compare
@martyf martyf released this 21 Oct 03:27
· 22 commits to main since this release

Added a new feature that allows icons to be listed recursively.

Globally this can be configured as a default by adding a recursive config option to your config/iconamic.php file.

'recursive' => true,

By default, this is disabled.

You can override this setting on each Iconamic fieldtype. Check out the configuration docs for full details.

This update also applied some cleaning up of paths before Iconamic tries to load the svg file. Basically any "." or ".." parts of your requested filename are removed.