Use Any Font - Version 5.8

Version Description

Download this release

Release Info

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

Code changes from version 5.6 to 5.8

Files changed (2) hide show
  1. includes/uaf_functions.php +2 -2
  2. use-any-font.php +1 -1
includes/uaf_functions.php CHANGED
@@ -117,8 +117,8 @@ function uaf_write_css(){
117
 
118
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
119
  $uaf_version_check = get_option('uaf_current_version');
120
- if ($uaf_version_check != '5.6'):
121
- update_option('uaf_current_version', '5.6');
122
  if ($uaf_version_check < 4.0):
123
  uaf_create_folder();
124
  uaf_move_file_to_newPath();
117
 
118
  function uaf_update_check() { // MUST CHANGE WITH EVERY VERSION
119
  $uaf_version_check = get_option('uaf_current_version');
120
+ if ($uaf_version_check != '5.8'):
121
+ update_option('uaf_current_version', '5.8');
122
  if ($uaf_version_check < 4.0):
123
  uaf_create_folder();
124
  uaf_move_file_to_newPath();
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: 5.6
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: 5.8
8
  Author URI: http://www.dineshkarki.com.np
9
  */
10