Version Description
- Removed i from italic tags so that it won't affect icons.
Download this release
Release Info
Developer | dnesscarkey |
Plugin | Use Any Font |
Version | 5.11.3 |
Comparing to | |
See all releases |
Code changes from version 5.11.2 to 5.11.3
- includes/uaf_font_implement.php +4 -4
- readme.txt +5 -2
- use-any-font.php +1 -1
includes/uaf_font_implement.php
CHANGED
@@ -71,10 +71,10 @@ $fontsData = json_decode($fontsRawData, true);
|
|
71 |
<input name="elements[]" value="body" type="checkbox" /> Body (body tags)<br/>
|
72 |
<input name="elements[]" value="p" type="checkbox" /> Paragraphs (p tags)<br/>
|
73 |
<input name="elements[]" value="blockquote" type="checkbox" /> Blockquotes<br/>
|
74 |
-
<input name="elements[]" value="li" type="checkbox" /> Lists (li
|
75 |
-
<input name="elements[]" value="a" type="checkbox" /> Hyperlink (a
|
76 |
-
<input name="elements[]" value="strong, b" type="checkbox" /> Bold (strong
|
77 |
-
<input name="elements[]" value="
|
78 |
</div>
|
79 |
|
80 |
<div class="elements_holder">
|
71 |
<input name="elements[]" value="body" type="checkbox" /> Body (body tags)<br/>
|
72 |
<input name="elements[]" value="p" type="checkbox" /> Paragraphs (p tags)<br/>
|
73 |
<input name="elements[]" value="blockquote" type="checkbox" /> Blockquotes<br/>
|
74 |
+
<input name="elements[]" value="li" type="checkbox" /> Lists (li tag)<br/>
|
75 |
+
<input name="elements[]" value="a" type="checkbox" /> Hyperlink (a tag)<br/>
|
76 |
+
<input name="elements[]" value="strong, b" type="checkbox" /> Bold (strong tag )<br/>
|
77 |
+
<input name="elements[]" value="em" type="checkbox" /> Italic (em tag )<br/>
|
78 |
</div>
|
79 |
|
80 |
<div class="elements_holder">
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: dnesscarkey
|
3 |
Tags: custom fonts, font embed, font uploader, typography, install font
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 5.
|
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.2 =
|
147 |
* Extra error handling for font manager.
|
148 |
|
2 |
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
|
6 |
+
Stable tag: 5.11.3
|
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.3 =
|
147 |
+
* Removed i from italic tags so that it won't affect icons.
|
148 |
+
|
149 |
= 5.11.2 =
|
150 |
* Extra error handling for font manager.
|
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.3
|
8 |
Author URI: https://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|