Use Any Font - Version 5.11.2

Version Description

  • Extra error handling for font manager.
Download this release

Release Info

Developer dnesscarkey
Plugin Icon 128x128 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 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/eot.');
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>Deliverability Email Validation</strong></th>
174
  </tr>
175
  </thead>
176
  <tbody>
177
  <tr>
178
  <td>
179
- Advance email validation that verifies genuine email address. <strong>Stop fake emails, block spam submission and save your real users from email typos.</strong>
180
- <br/><br/>
181
  <strong>It Works With.</strong>
182
  <ul class="uaf_list">
183
- <li>Contact Form 7, Ninja Forms, Gravity Forms, Wp Forms</li>
184
- <li>WordPress Registration, WordPress Comments, BBPress Wordpress Forum</li>
185
- <li>WooCommerce, Easy Digital Downloads (EDD)</li>
186
- <li>Any many more which uses is_email wordpress function.</li>
 
187
  </ul>
188
- <p align="right"><a href="https://bit.ly/3cTcvqM" target="_blank" class="button-primary">Check Demo</a><p>
 
 
 
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'] = "Problem converting to $neededFontFormat format";
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.1
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.1
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