# 0.2.2 - Hotfix fixing missing default setting units for font size, line height and letterspacing sliders after saving settings - Implemented further checks for ensuring the default settings are valid - Implemented "Fix from defaults" action in case some default settings were invalid # 0.2.1 - Hotfix for Fontsampler sliders not working in the user-facing frontend - Small fix to prevent unnecessarily breaking older versions of PHP # 0.2.0 - Complete style overhaul for the admin area - Supporting fully customisable settings on a per Fontsampler basis - Color themes can be customised for each Fontsampler - Added "Notifications" tab to admin area informing of any detected problems - Implemented sorting and storing a default Fontsampler layout order in the settings - Implemented action to reset the settings to the shipped defaults (in case you get carried away tweaking the settings ;) ) - Implemented copy-to-clipboard button in admin area for improved ease of use - Fixed iOS 8 javascript errors from an included library - Updated sponsors (Yay, thanks!) - Internally restructured the database and templating system for more modular future development - Improved the database migration routine to give better error messages to admin users # 0.1.7 - Hotfix to upload filetype filter # 0.1.6 - Implemented workaround for WP core bug preventing file uploads for some users - Fixed uninstall script to run without error messages # 0.1.5 - Fixed PHP 7 compatibility issues - Fixed issue that failed to apply css changes as a result from a plugin update - Forced browsers with spellcheckers and autocorrect to ignore the fontsampler text input # 0.1.4 - Updated to allow for more lenient italic detection (now also from Font name) - Fix small possible alignment interference from theme CSS # 0.1.3 - Fontsamplers now support families with different widths - Each fontsampler instance is now wrapped in a DOM element with the fontsampler's ID for custom styling - Fixed a small interface alignment issues # 0.1.2 - Added editable default setting for alignment - Fixed some alignment issues not properly respecting editable UI block height and underline # 0.1.1 - Fontsampler layout preview and manipulation improved, including options for column count and column span of individual user interface elements - Fontsampler layout preview now renders an actual mock Fontsampler in the admin interface to better visualise the layout - Added option to add links for Buying and viewing a Specimen to the interface - Added default label text and images for those two links to the settings - Added column and row gutter, as well as row height as customisable settings - Activating the "Invert" UI option will add "fontsampler-inverted" to the , so you can define styles for when it's active (e.g. inverting the overall page background color) - Improved under the hood generation of css files when customising Fontsampler styling - Improved under the hood admin javascript loading