Version Description
- Remove optional option from font display property
Download this release
Release Info
Developer | dnesscarkey |
Plugin | Use Any Font |
Version | 5.11.5 |
Comparing to | |
See all releases |
Code changes from version 5.11.4 to 5.11.5
- includes/uaf_footer.php +0 -1
- readme.txt +4 -1
- use-any-font.php +1 -1
includes/uaf_footer.php
CHANGED
@@ -88,7 +88,6 @@ if (isset($_POST['test_server']) || empty($server_status)){
|
|
88 |
<option value="block" <?php echo $GLOBALS['uaf_font_display_property'] == "block"?'selected=selected':''; ?>>block</option>
|
89 |
<option value="swap" <?php echo $GLOBALS['uaf_font_display_property'] == "swap"?'selected=selected':''; ?>>swap</option>
|
90 |
<option value="fallback" <?php echo $GLOBALS['uaf_font_display_property'] == "fallback"?'selected=selected':''; ?>>fallback</option>
|
91 |
-
<option value="optional" <?php echo $GLOBALS['uaf_font_display_property'] == "optional"?'selected=selected':''; ?>>optional</option>
|
92 |
</select>
|
93 |
Font Display Property
|
94 |
</td>
|
88 |
<option value="block" <?php echo $GLOBALS['uaf_font_display_property'] == "block"?'selected=selected':''; ?>>block</option>
|
89 |
<option value="swap" <?php echo $GLOBALS['uaf_font_display_property'] == "swap"?'selected=selected':''; ?>>swap</option>
|
90 |
<option value="fallback" <?php echo $GLOBALS['uaf_font_display_property'] == "fallback"?'selected=selected':''; ?>>fallback</option>
|
|
|
91 |
</select>
|
92 |
Font Display Property
|
93 |
</td>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: dnesscarkey
|
|
3 |
Tags: custom fonts, font embed, font uploader, typography, install font
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.5.1
|
6 |
-
Stable tag: 5.11.
|
7 |
|
8 |
Embed any custom font using font uploader and assign to elements. Upload font in 1 format and other needed formats are auto converted even woff2.
|
9 |
|
@@ -143,6 +143,9 @@ Please do write us after integration and we will add it in our supported list.
|
|
143 |
|
144 |
== Changelog ==
|
145 |
|
|
|
|
|
|
|
146 |
= 5.11.4 =
|
147 |
* Move js code to single file to avoid conflicts.
|
148 |
|
3 |
Tags: custom fonts, font embed, font uploader, typography, install font
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.5.1
|
6 |
+
Stable tag: 5.11.5
|
7 |
|
8 |
Embed any custom font using font uploader and assign to elements. Upload font in 1 format and other needed formats are auto converted even woff2.
|
9 |
|
143 |
|
144 |
== Changelog ==
|
145 |
|
146 |
+
= 5.11.5 =
|
147 |
+
* Remove optional option from font display property
|
148 |
+
|
149 |
= 5.11.4 =
|
150 |
* Move js code to single file to avoid conflicts.
|
151 |
|
use-any-font.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Use Any Font
|
|
4 |
Plugin URI: http://dineshkarki.com.np/use-any-font
|
5 |
Description: Embed any font in your website
|
6 |
Author: Dnesscarkey
|
7 |
-
Version: 5.11.
|
8 |
Author URI: https://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|
4 |
Plugin URI: http://dineshkarki.com.np/use-any-font
|
5 |
Description: Embed any font in your website
|
6 |
Author: Dnesscarkey
|
7 |
+
Version: 5.11.5
|
8 |
Author URI: https://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|