Use Any Font - Version 3.2

Version Description

  • Tested with 3.5.2
Download this release

Release Info

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

Code changes from version 3.1 to 3.2

includes/uaf_footer.php CHANGED
@@ -137,7 +137,6 @@ $server_message = get_option('uaf_server_msg');
137
  <ul class="uaf_list">
138
  <li><a href="http://wordpress.org/extend/plugins/any-mobile-theme-switcher/" target="_blank">Any Mobile Theme Switcher</a></li>
139
  <li><a href="http://wordpress.org/extend/plugins/jquery-validation-for-contact-form-7/" target="_blank">Jquery Validation For Contact Form 7</a></li>
140
- <li><a href="http://wordpress.org/extend/plugins/sms/" target="_blank">SMS</a></li>
141
  <li><a href="http://wordpress.org/extend/plugins/add-tags-and-category-to-page/" target="_blank">Add Tags And Category To Page</a></li>
142
  <li><a href="http://wordpress.org/extend/plugins/block-specific-plugin-updates/" target="_blank">Block Specific Plugin Updates</a></li>
143
  <li><a href="http://wordpress.org/extend/plugins/featured-image-in-rss-feed/" target="_blank">Featured Image In RSS Feed</a></li>
137
  <ul class="uaf_list">
138
  <li><a href="http://wordpress.org/extend/plugins/any-mobile-theme-switcher/" target="_blank">Any Mobile Theme Switcher</a></li>
139
  <li><a href="http://wordpress.org/extend/plugins/jquery-validation-for-contact-form-7/" target="_blank">Jquery Validation For Contact Form 7</a></li>
 
140
  <li><a href="http://wordpress.org/extend/plugins/add-tags-and-category-to-page/" target="_blank">Add Tags And Category To Page</a></li>
141
  <li><a href="http://wordpress.org/extend/plugins/block-specific-plugin-updates/" target="_blank">Block Specific Plugin Updates</a></li>
142
  <li><a href="http://wordpress.org/extend/plugins/featured-image-in-rss-feed/" target="_blank">Featured Image In RSS Feed</a></li>
plugin_interface.php CHANGED
@@ -30,8 +30,8 @@ function uaf_activate(){
30
 
31
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
32
  $uaf_version_check = get_option('uaf_current_version');
33
- if ($uaf_version_check != '3.1'):
34
- update_option('uaf_current_version', '3.1');
35
  uaf_write_css();
36
  endif;
37
  }
30
 
31
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
32
  $uaf_version_check = get_option('uaf_current_version');
33
+ if ($uaf_version_check != '3.2'):
34
+ update_option('uaf_current_version', '3.2');
35
  uaf_write_css();
36
  endif;
37
  }
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: dnesscarkey
3
  Tags: use any font, any font, embed any font, font embed, font uploader, css font embed, @font-face embed, font conversion
4
  Requires at least: 3.0
5
- Tested up to: 3.5.1
6
- Stable tag: 3.1
7
 
8
  Embed any font in your website
9
 
@@ -12,14 +12,14 @@ Use any font you wish and give your site a elegant look. No css knowledge requir
12
 
13
  Click <a href="http://dineshkarki.com.np/use-any-font/demo" target="_blank">here</a> for Use Any Font working demo.
14
 
15
- Use Any Font gives you freedom to use any font in your website. It is not like other font embed services which gives you countable number of fonts to select from neither the one that stores your font in remote server. You can use any font if you have its font format (tff,otf,eot,woff,svg) without being dependent to other's server uptime.
16
 
17
  Features
18
 
19
  * Quick and easy to setup. No css or any rocket science knowledge needed.
20
  * Support all major browsers including IE 6+, Firefox, Chrome, Safari, IOS, Andriod, Opera and more.
21
  * Font conversion within the plugin interface font uploader.
22
- * Supports font format including ttf, otf, eot (Upgrading more). The required font are converted automatically.
23
  * Embed fonts using @font-face css. SEO friendly and quick loading.
24
  * Multiple fonts can be used.
25
  * Faster load time as your fonts are stored on your own server.
@@ -33,6 +33,8 @@ Offer your contribution (Free to $100) and get the API key from <a href="http://
33
 
34
  Note : We don't store your fonts in our server neither any of your information except the API key details. Our server deletes the temporary file after the conversion is done.
35
 
 
 
36
  == Installation ==
37
 
38
  1. Upload the plugin use-any-font files to the `/wp-content/plugins/` directory
@@ -68,7 +70,10 @@ You can check our <a href="http://dineshkarki.com.np/forums/forum/use-any-fonts"
68
 
69
  == Changelog ==
70
 
71
- = 3.0 =
 
 
 
72
  * Minor update
73
  * Add woff and svg font format
74
 
2
  Contributors: dnesscarkey
3
  Tags: use any font, any font, embed any font, font embed, font uploader, css font embed, @font-face embed, font conversion
4
  Requires at least: 3.0
5
+ Tested up to: 3.5.2
6
+ Stable tag: 3.2
7
 
8
  Embed any font in your website
9
 
12
 
13
  Click <a href="http://dineshkarki.com.np/use-any-font/demo" target="_blank">here</a> for Use Any Font working demo.
14
 
15
+ Use Any Font gives you freedom to use any font in your website. It is not like other font embed services which gives you countable number of fonts to select from neither the one that stores your font in remote server. You can use any font if you have its font format (ttf,otf,eot,woff,svg) without being dependent to other's server uptime.
16
 
17
  Features
18
 
19
  * Quick and easy to setup. No css or any rocket science knowledge needed.
20
  * Support all major browsers including IE 6+, Firefox, Chrome, Safari, IOS, Andriod, Opera and more.
21
  * Font conversion within the plugin interface font uploader.
22
+ * Supports font format including ttf, otf, eot, woff, svg (Upgrading more). The required font are converted automatically.
23
  * Embed fonts using @font-face css. SEO friendly and quick loading.
24
  * Multiple fonts can be used.
25
  * Faster load time as your fonts are stored on your own server.
33
 
34
  Note : We don't store your fonts in our server neither any of your information except the API key details. Our server deletes the temporary file after the conversion is done.
35
 
36
+ We don't respond to support tickets created here. Please visit our <a href="http://dineshkarki.com.np/forums/forum/use-any-fonts" target="_blank">support forum</a> for your issues.
37
+
38
  == Installation ==
39
 
40
  1. Upload the plugin use-any-font files to the `/wp-content/plugins/` directory
70
 
71
  == Changelog ==
72
 
73
+ = 3.2 =
74
+ * Tested with 3.5.2
75
+
76
+ = 3.1 =
77
  * Minor update
78
  * Add woff and svg font format
79
 
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: 3.1
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: 3.2
8
  Author URI: http://www.dineshkarki.com.np
9
  */
10