This commit is contained in:
erwanlr
2019-07-06 22:48:38 +01:00
parent b0fbd6fa36
commit 921096ca10
39 changed files with 38147 additions and 20 deletions

View File

@@ -0,0 +1,203 @@
= 1.8.4 =
* Add compatibility pack for ThemeIsle themes.
= 1.8.3 =
* Move 'CSS' setting to 'Advanced' panel
* Add 'Reset' option to 'Debugging' section
= 1.8.2 =
* Further improve theme compatibility for basic settings
= 1.8.1 =
* Fix for "Invalid argument supplied for foreach()" error
= 1.8.0 =
* Add 'Load Fonts for CSS' option.
* Add first implementation of compatibility filter (ThemeGrill)
= 1.7.6 =
* Add global font choices to block editor.
* Fix error in Gutenberg block.
= 1.7.5 =
* Fix font-display: swap in Gutenberg Block.
* Improve compatibility with MailOptin.
= 1.7.4 =
* Transform core paragraph and heading blocks into "Google Fonts Blocks".
* Add color option to "Google Fonts Block".
* Add Block Type option to "Google Fonts Block".
* Allow text customization in blocks even when a font is not selected.
= 1.7.3 =
* Compatibility fix for 'Local Hosting' addon.
= 1.7.2 =
* Add system fonts to the available choices.
* Remove font_choices_for_select() to reduce the amount of code output in the customizer.
* Fix issue where line-height is always 1.
= 1.7.1 =
* Fix changelog.txt link and include file in package.
= 1.7.0 =
* Reduce the load time impact on the customizer by ~1/3rd. Credits @aristath
= 1.6.3 =
* Fix $time Undefined variable.
* Update .pot file
* Update premium messaging
= 1.6.2 =
* Remove plugin recommendation for pro users as they already have the functionality
= 1.6.1 =
* Improve notifications class
= 1.6.0 =
* Add hook to CSS output
* Optimize CSS output
= 1.5.3 =
* Update icon.
* Move changelog to changelog.txt
= 1.5.2 =
* Improve Font Style setting.
= 1.5.1 =
* Speed up load times using preconnect resource hint.
= 1.5.0 =
* Fix problem with italics not being loaded.
= 1.4.8 =
* Improve theme compatibility
* Fix previewer not showing fonts
* Add new fonts
= 1.4.0 =
* Substantial performance improvements
* Improved organization of settings
= 1.3.2 =
* Add welcome notice.
= 1.3.1 =
* Update font list.
* Add version strings to resources.
* Add deactivation survey.
= 1.3.0 =
* Add 'Force Styles' setting to the bottom of 'Advanced Settings'.
= 1.2.5 =
* Improve theme compatibility.
= 1.2.4 =
* Improve customizer CSS.
* Improve Javascript code.
= 1.2.3 =
* Improve CSS for post/page headings and content.
= 1.2.2 =
* Minor updates
= 1.2.1 =
* Remove unused code
= 1.2.0 =
* Add new fonts
* Add font-weight option
* Add font-style option
* Improve live preview
* Add settings link to plugins page
* Add searchable text field to font-family setting
* Remove 'force styles' setting
= 1.1.2 =
* Add feedback request
= 1.1.1 =
* Add new fonts
= 1.1.0 =
* Improve outputting of Google stylesheet
= 1.0.9 =
* Fix navigation font setting
= 1.0.8 =
* Fix compatibility issue with PHP 5.2
= 1.0.7 =
* Add advanced settings
= 1.0.6 =
* Minor code improvements
= 1.0.5 =
* Add force styles option
= 1.0.3 =
* Rewrite readme
= 1.0.3 =
* Rename to adhere to guidelines
= 1.0.2 =
* Refactor get_choices in class-google-url.php
= 1.0.1 =
* Fix bug in class-google-url.php
* Add missing translation
* Add .pot file for translators
= 1.0.0 =
* Initial release of Google Fonts for WordPress