Skip to content

Releases: BeAPI/acf-svg-icon

2.1.3

01 Feb 14:57
f8f5b9d
Compare
Choose a tag to compare
  • FEATURE : Skip media type for displaying svgs as we use the URL

2.1.2

17 Jul 12:37
Compare
Choose a tag to compare
  • FIX : fix PHP fatal error in the REST API for ACF's values from the field

2.1.0

29 Nov 18:30
4c7a9ff
Compare
Choose a tag to compare

2.1.0 - 29 Nov 2021

  • FEATURE : return sprite name if multiple SVG sprites are registered
  • FIX : Replace gulp-uglify with gulp-uglify-es
  • CHORE : set required Node version in package.json

2.0.4

28 Oct 11:22
Compare
Choose a tag to compare
2.0.4 - 28 Oct 2019
FEATURE : add filter acf_svg_icon_parsed_svg to filter the icons list
FIX : fix PHP fatal error with SVG inclusion
FIX : temporary fix an issue with acf_format method
IMPROVE : respect WP coding standards
2.0.3 - 04 Feb 2019
FIX : Mixing custom and media sources
2.0.2 - 04 Feb 2019
FIX : Return array in get_all_svg_files function (reverted in 2.0.3)

2.0.1

20 Nov 14:11
Compare
Choose a tag to compare
  • FEATURE #8 : improve performances on parsing svg from library
  • FEATURE #9 : upload custom SVGs

ACF 5.6.0 Compat

27 Jul 14:37
Compare
Choose a tag to compare
  • Add compatibility for ACF 5.6.0 and more versions
  • Still keep compatibility for ACF 5.6.0 and lower versions
  • Add some custom CSS for a more beautiful admin UI
  • Now displaying the icon name, not anymore like a slug
  • Improve readme