Use Any Font - Version 4.3.3

Version Description

  • Font convertor url change.
Download this release

Release Info

Developer dnesscarkey
Plugin Icon 128x128 Use Any Font
Version 4.3.3
Comparing to
See all releases

Code changes from version 4.3.2 to 4.3.3

includes/uaf_font_upload_js.php CHANGED
@@ -196,7 +196,7 @@ jQuery('#open_add_font_form')
196
  if(! $formValid.valid()) return false;
197
 
198
  jQuery.ajax( {
199
- url: 'http://dnesscarkey.com/font-convertor/convertor/convert_direct.php',
200
  type: 'POST',
201
  data: new FormData( this ),
202
  processData: false,
196
  if(! $formValid.valid()) return false;
197
 
198
  jQuery.ajax( {
199
+ url: 'http://dnesscarkey.com/font-convertor/convertor/convert.php',
200
  type: 'POST',
201
  data: new FormData( this ),
202
  processData: false,
plugin_interface.php CHANGED
@@ -84,8 +84,8 @@ function uaf_activate(){
84
 
85
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
86
  $uaf_version_check = get_option('uaf_current_version');
87
- if ($uaf_version_check != '4.3.2'):
88
- update_option('uaf_current_version', '4.3.2');
89
  if ($uaf_version_check < 4.0):
90
  uaf_create_folder();
91
  uaf_move_file_to_newPath();
84
 
85
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
86
  $uaf_version_check = get_option('uaf_current_version');
87
+ if ($uaf_version_check != '4.3.3'):
88
+ update_option('uaf_current_version', '4.3.3');
89
  if ($uaf_version_check < 4.0):
90
  uaf_create_folder();
91
  uaf_move_file_to_newPath();
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: dnesscarkey
3
  Tags: use any font, any font, embed any font, font embed, font uploader, css3 font embed, @font-face embed, font conversion, webfont, ttf, opentype, custom fonts
4
  Requires at least: 3.0
5
  Tested up to: 4.2.2
6
- Stable tag: 4.3.2
7
 
8
  Embed any font in your website
9
 
@@ -109,6 +109,9 @@ You can check our <a href="http://dineshkarki.com.np/forums/forum/use-any-fonts"
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 4.3.2 =
113
  * Added relative font path settings.
114
  * Added Css version system.
3
  Tags: use any font, any font, embed any font, font embed, font uploader, css3 font embed, @font-face embed, font conversion, webfont, ttf, opentype, custom fonts
4
  Requires at least: 3.0
5
  Tested up to: 4.2.2
6
+ Stable tag: 4.3.3
7
 
8
  Embed any font in your website
9
 
109
 
110
  == Changelog ==
111
 
112
+ = 4.3.3 =
113
+ * Font convertor url change.
114
+
115
  = 4.3.2 =
116
  * Added relative font path settings.
117
  * Added Css version system.
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: Dinesh Karki
7
- Version: 4.3.2
8
  Author URI: http://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: Dinesh Karki
7
+ Version: 4.3.3
8
  Author URI: http://www.dineshkarki.com.np
9
  */
10