Mar 12th 2025 – Version 7.1
tweak: replace Wp Media Library by WordPress Media Library in ALB icon selector modal popup
performance: avoid multiple db queries when using attachment_url_to_postid
added: Google Fonts Source Sans Pro and Poppins to default font list
Feb 21nd 2025 – Version 7.0
feature: added option to various ALB elements to filter WooCommerce OnSale products
feature: support to upload custom SVG Icon sets, also colored svg icons (color scheme settings or custom color settings do not affect color of these icons)
feature: theme option to deactivate default iconfont entypo-fontello in "SVG Iconset and Iconfont Manager"
tweak: support german umlaut in URL of "Table of content" widget
tweak: added class content-* to grid row cell container .flex_cell
tweak: load google maps js API async
tweak: remove double HTML markup for "date" in ALB timeline
PHP 8.2 compatibility: fixed Uncaught TypeError in class MetaBoxBuilder line 311
WordFence vulnerablity fix: limit download of theme options to admin only (discovered by mikemyers)
WordFence vulnerablity fix: removed not needed function avia_ajax_get_image_color() (discovered by mikemyers)
fixed: Fold/Unfold button not hidden in responsive mode when fold container is hidden
updated: Google Maps API version to 3.59
updated: Italian language files it_IT (version 7.0, provided by BigBatT -
info@luigicircello.it)
updated: Dutch language files nl_NL (version 7.0 provided by EZWebdesign - Roger Hoen )
updated: French language files fr_FR (version 7.0, provided by comkapi - Patrick)
updated: sync all language files (7.0)
DEVELOPERS:
tweak: splitted functions.php and functions-enfold.php in seperate files and restructured files in /includes folder
tweak: adjusted logic to connect ALB default icon font "fontello" to class avia_font_manager
tweak: moved default icon font entypo-fontello to subfolder ..\config-templatebuilder\avia-template-builder\assets\fonts\entypo-fontello\
tweak: added "SVG Entypo-Fontello" as default svg icon set to subfolder ..\config-templatebuilder\avia-template-builder\assets\fonts\svg_entypo-fontello\
tweak: improved aria and accessability support for svg icons
added: iconfont entypo-fontello-enfold containing icons needed by enfold core (e.g. for 3-rd party plugins)
removed: function $.fn.avia_color_picker_autodetection - not used by Enfold
removed: function avia_ajax_get_image_color() and css dependencies
added: filter 'avf_svg_icon_set_config' -
added: filter 'avf_svg_icon_info' -
added: filter 'avf_svg_images_get_icon_html' -
added: filter 'avf_svg_images_local_to_url' -
added filter 'avf_svg_images_icon_as_img' - allows to replace svg tag with <img src="" />
added: filter 'avf_switch_iconfont_to_svg' -
added: filter 'avf_use_svg_from_media_library' - allows to skip svg from media library
added: filter 'avf_queried_svg_from_media_library' - filter queried svg files
renamed: filter 'avb_backend_editor_element_data_filter' to 'avf_backend_editor_element_data_filter'
removed: filter 'avia_post_nav_entries' -> 'avf_post_nav_entries'
added: attribute is-colored="true" is added to svg tag of colored svg icons