Releases: Rodgath/dilaz-panel
Releases · Rodgath/dilaz-panel
2.8.43
2.8.42
2.8.41
2.8.4
2.8.3
v2.8.3 - Changelog
= FIXED - js AJAX error on saveoptions caused by WP Editor frame with empty content
= FIXED - font subset sanitization error
= FIXED - radioimage field - image width extends beyond panel layout
= UPDATED - section 'id' bug fix for info section
= UPDATED - section 'class' bug fix for info section
= IMPROVED - radioimage field - we can now use 'alt' and 'src' attributes separately
2.8.2
v2.8.2 - Changelog
= FIXED - Repeatable field error
= FIXED - WP custom editor sanitization when saving
= FIXED - media upload field display bugs
= UPDATED - fieldEditor method in DilazPanelFields class
= IMPROVED - fieldFonts with multiple selector for font subsets
= MOVED - DilazPanelFunctions class into DilazPanel init()
= ADDED - code field
= ADDED - new init() method for DilazPanel class
= ADDED - Ability to load Google fonts in frontend using loadGoogleFonts() method
= ADDED - $savedGFonts parameter
= ADDED - Google fonts preload helper script: googlefonts.3perf.com
= ADDED - separately saving of all used Google fonts in saveOptions() method
= ADDED - Stacks for font family defaults using _font_family_defaults_stacks() method in DilazPanelDefaults class
2.8.1
v2.8.1 - Changelog
= ADDED - editorStyles() method for custom WP editor styles
= ADDED - permissions to 'view' capability for admin bar menu dropdown
= FIXED - IE Method default parameter bug. Its a feature in ES6 not supported by IE, so I converted code to ES5.