= ADDED - PHP Namespace to fix conflict issues when multiple themes/plugins are using Dilaz Matabox in the same WP installation
= FIXED - Layout issues
= IMPORVED - Select2 input fields layout
= ADDED - Append plugin's custom classes to admin body tag.
= ADDED - Gulp bundler
= FIXED - 'Missing parameter' warning by adding optional argument similar to constructor
= FIXED - Move 'loadGoogleFonts' function to main class
= FIXED - Save Google fonts only, ignore other fonts
= FIXED - If key not found, return the original array: This removes the possibility of $key_offset being a bool value
= ADDED - Trigger a Warning to notify devs about the invalid key used in custom field insertion
= FIXED - Color picker layout
= FIXED - metabox tabs layout
= UPDATED - Material design icons to v6.5.95
= UPDATED - Add compatibility to WordPress 6.x
= UPDATED - changed update checker path
= FIXED: Fatal error: Uncaught Error: [] operator not supported for strings in PHP 7.1
= FIXED: fieldRadioImage: input field has 2 class attributes
= ADDED: Typography field
= ADDED - Default standard options for option fields
= FIXED - 'multitext' field sanitize option bug
= FIXED - 'multiselect' field sanitize option bug
= FIXED - 'queryselect' field sanitize option bug
= FIXED - 'range' field sanitize option bug
= FIXED - 'multicheck' field sanitize option bug
= FIXED - 'repeatable' field sanitize option bug
= FIXED - 'multicolor' field sanitize option bug
= FIXED - 'upload' field sanitize option bug
= ADDED - WP Colorpicker alpha channel
= IMPROVED - Color sanitize for all color fields
= REMOVED - Font Awesome webfont icons for tab icons
= ADDED - Material Design webfont icons for tab icons
= IMPROVED - Scripts and styles version caching
= ADDED - compatibility with WordPress version 5.x
= FIXED - metabox tab navigation minimum height error
= FIXED - checkbox CSS styling
= FIXED - jQuery UI sortable elements flying off screen with revert=true
= FIXED - remove uploaded media file item '.dilaz-mb-remove-file'
= FIXED - Multiple files field 'drag and drop' not working
= FIXED - repeatable field
= IMPROVED - repeatable field
= IMPROVED - Method, variable and array naming conventions for consistency purposes
= FIXED - Metabox options (with metabox prefix) but are outside the options file will no longer be deleted.
= ADDED - Repeatable field
= ADDED - Multitext field
= FIXED - text field display error
= ADDED - $metabox_args as the only parameter in 'DilazMetabox' class
= ADDED - $prefix, $meta_box and $parameters as parameters in 'Dilaz_Meta_Box' class
= ADDED - preparePrefix() method in 'DilazMetaboxFunction' class
= IMPROVED - 'dilaz_meta_box_filter' and added 3 parameters
= REMOVED - 'inc/config-sample.php' file
= REMOVED - 'options/' directory
= REMOVED - 'options/custom-options-sample.php' file
= REMOVED - 'options/default-options.php' file
= REMOVED - 'options/options-sample.php' file