Version Description
- Extra error handling for font manager.
Download this release
Release Info
Developer | dnesscarkey |
Plugin | Use Any Font |
Version | 5.11.2 |
Comparing to | |
See all releases |
Code changes from version 5.11.1 to 5.11.2
- includes/uaf_font_upload_js.php +1 -1
- includes/uaf_footer.php +12 -8
- includes/uaf_functions.php +1 -1
- readme.txt +4 -1
- use-any-font.php +1 -1
includes/uaf_font_upload_js.php
CHANGED
@@ -108,7 +108,7 @@ jQuery('#open_add_font_form').submit(function(e){
|
|
108 |
e.currentTarget.submit();
|
109 |
} else {
|
110 |
jQuery('#font_upload_message').attr('class','error');
|
111 |
-
jQuery('#font_upload_message').html('Problem converting font to woff/
|
112 |
}
|
113 |
}
|
114 |
},
|
108 |
e.currentTarget.submit();
|
109 |
} else {
|
110 |
jQuery('#font_upload_message').attr('class','error');
|
111 |
+
jQuery('#font_upload_message').html('Problem converting font to woff/woff2 formats. Please contact support.');
|
112 |
}
|
113 |
}
|
114 |
},
|
includes/uaf_footer.php
CHANGED
@@ -170,22 +170,26 @@ if (isset($_POST['test_server']) || empty($server_status)){
|
|
170 |
<table class="wp-list-table widefat fixed bookmarks">
|
171 |
<thead>
|
172 |
<tr>
|
173 |
-
<th><strong>
|
174 |
</tr>
|
175 |
</thead>
|
176 |
<tbody>
|
177 |
<tr>
|
178 |
<td>
|
179 |
-
|
180 |
-
<br/><br/>
|
181 |
<strong>It Works With.</strong>
|
182 |
<ul class="uaf_list">
|
183 |
-
<li>
|
184 |
-
<li>
|
185 |
-
<li>
|
186 |
-
<li>
|
|
|
187 |
</ul>
|
188 |
-
|
|
|
|
|
|
|
189 |
</td>
|
190 |
</tr>
|
191 |
</tbody>
|
170 |
<table class="wp-list-table widefat fixed bookmarks">
|
171 |
<thead>
|
172 |
<tr>
|
173 |
+
<th><strong>WP Armour - Anti Spam Plugin</strong></th>
|
174 |
</tr>
|
175 |
</thead>
|
176 |
<tbody>
|
177 |
<tr>
|
178 |
<td>
|
179 |
+
Block spam bots effectively in your forms, comments without using Captcha verification.
|
180 |
+
<br/><br/>
|
181 |
<strong>It Works With.</strong>
|
182 |
<ul class="uaf_list">
|
183 |
+
<li>WP Comments, Registraton</li>
|
184 |
+
<li>Contact Form 7, Ninja Forms</li>
|
185 |
+
<li>Gravity Forms, WPForms</li>
|
186 |
+
<li>BBPress Forums, Caldera Forms</li>
|
187 |
+
<li>Formidable Forms</li>
|
188 |
</ul>
|
189 |
+
|
190 |
+
Just install and activate to block spams. No additional settings required.
|
191 |
+
|
192 |
+
<p align="right"><br/><a href="<?php echo admin_url('plugin-install.php?s=WP+Armour&tab=search'); ?>" target="_blank" class="button-primary">Install Now ( Free )</a><p>
|
193 |
</td>
|
194 |
</tr>
|
195 |
</tbody>
|
includes/uaf_functions.php
CHANGED
@@ -259,7 +259,7 @@ function uaf_save_font_files($font_name, $convertResponse){
|
|
259 |
endif;
|
260 |
else:
|
261 |
$fontSaveMsg[$neededFontFormat]['status'] = 'error';
|
262 |
-
$fontSaveMsg[$neededFontFormat]['body'] =
|
263 |
endif;
|
264 |
endforeach;
|
265 |
|
259 |
endif;
|
260 |
else:
|
261 |
$fontSaveMsg[$neededFontFormat]['status'] = 'error';
|
262 |
+
$fontSaveMsg[$neededFontFormat]['body'] = $convertResponseArray[$neededFontFormat]['msg'];
|
263 |
endif;
|
264 |
endforeach;
|
265 |
|
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.4.2
|
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.1 =
|
147 |
* Added support for WPBakery Page Builder (Js Composer). Adds custom uploaded fonts to WPBakery Typography list.
|
148 |
|
3 |
Tags: custom fonts, font embed, font uploader, typography, install font
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 5.4.2
|
6 |
+
Stable tag: 5.11.2
|
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.2 =
|
147 |
+
* Extra error handling for font manager.
|
148 |
+
|
149 |
= 5.11.1 =
|
150 |
* Added support for WPBakery Page Builder (Js Composer). Adds custom uploaded fonts to WPBakery Typography list.
|
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.2
|
8 |
Author URI: https://www.dineshkarki.com.np
|
9 |
*/
|
10 |
|