Use Any Font - Version 6.2.91

Version Description

  • Fixed warning message close issue.
Download this release

Release Info

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

Code changes from version 6.2.9 to 6.2.91

includes/functions/uaf_admin_functions.php CHANGED
@@ -206,8 +206,8 @@ function uaf_admin_notices(){
206
  <ul style="padding-left:50px;list-style-type: square;">
207
  <li><a href="https://wordpress.org/support/plugin/use-any-font/reviews/?filter=5" target="_blank">Ok, you deserve it</a></li>
208
  <li><a href="https://dineshkarki.com.np/contact" target="_blank">I still have problem !!</a></li>
209
- <li><a href="?uaf_reviews_notice_hide=1">I already did</a></li>
210
- <li><a href="?uaf_reviews_notice_hide=1">Hide this message</a></li>
211
  </ul>
212
  </div>';
213
  }
206
  <ul style="padding-left:50px;list-style-type: square;">
207
  <li><a href="https://wordpress.org/support/plugin/use-any-font/reviews/?filter=5" target="_blank">Ok, you deserve it</a></li>
208
  <li><a href="https://dineshkarki.com.np/contact" target="_blank">I still have problem !!</a></li>
209
+ <li><a href="?page=use-any-font&uaf_reviews_notice_hide=1">I already did</a></li>
210
+ <li><a href="?page=use-any-font&uaf_reviews_notice_hide=1">Hide this message</a></li>
211
  </ul>
212
  </div>';
213
  }
includes/uaf_config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
- $GLOBALS['uaf_current_version'] = '6.2.9';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
+ $GLOBALS['uaf_current_version'] = '6.2.91';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
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: 6.0
6
- Stable tag: 6.2.9
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
 
@@ -148,6 +148,9 @@ Please do write us after integration and we will add it in our supported list.
148
 
149
  == Changelog ==
150
 
 
 
 
151
  = 6.2.9 =
152
  * Fixed warning message for font style
153
  * Tested with PHP 8.1
3
  Tags: custom fonts, font embed, font uploader, typography, install font
4
  Requires at least: 3.0
5
  Tested up to: 6.0
6
+ Stable tag: 6.2.91
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
 
148
 
149
  == Changelog ==
150
 
151
+ = 6.2.91 =
152
+ * Fixed warning message close issue.
153
+
154
  = 6.2.9 =
155
  * Fixed warning message for font style
156
  * Tested with PHP 8.1
use-any-font.php CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Use Any Font
5
  Plugin URI: https://dineshkarki.com.np/use-any-font
6
  Description: Embed any font in your website
7
  Author: Dnesscarkey
8
- Version: 6.2.9
9
  Author URI: https://dineshkarki.com.np/use-any-font
10
  */
11
 
5
  Plugin URI: https://dineshkarki.com.np/use-any-font
6
  Description: Embed any font in your website
7
  Author: Dnesscarkey
8
+ Version: 6.2.91
9
  Author URI: https://dineshkarki.com.np/use-any-font
10
  */
11