Use Any Font - Version 6.1.7

Version Description

  • Fixed rtl issue for Font Search
Download this release

Release Info

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

Code changes from version 6.1.6 to 6.1.7

includes/assets/css/uaf_admin.css CHANGED
@@ -55,4 +55,6 @@ span.field_error{ display: none; color: #900; }
55
  .uaf_search_bar input[type=search]{ display: block; width: 100%; padding: 3px;}
56
  .uaf_search_bar input[type=submit]{ display: inline-block; position: absolute;right: 12px;top: 13px;}
57
 
 
 
58
  #predefined_font_load_msg{ text-align: center;color:#04a2c7; }
55
  .uaf_search_bar input[type=search]{ display: block; width: 100%; padding: 3px;}
56
  .uaf_search_bar input[type=submit]{ display: inline-block; position: absolute;right: 12px;top: 13px;}
57
 
58
+ body.rtl .uaf_search_bar input[type=submit]{left: 12px !important;right: auto !important;}
59
+
60
  #predefined_font_load_msg{ text-align: center;color:#04a2c7; }
includes/uaf_config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
- $GLOBALS['uaf_current_version'] = '6.1.6';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
+ $GLOBALS['uaf_current_version'] = '6.1.7';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: dnesscarkey
3
  Tags: custom fonts, font embed, font uploader, typography, install font
4
  Requires at least: 3.0
5
- Tested up to: 5.8
6
- Stable tag: 6.1.6
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
  = 6.1.6 =
147
  * Fixed undefined variable notice.
148
 
2
  Contributors: dnesscarkey
3
  Tags: custom fonts, font embed, font uploader, typography, install font
4
  Requires at least: 3.0
5
+ Tested up to: 5.8.1
6
+ Stable tag: 6.1.7
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
+ = 6.1.7 =
147
+ * Fixed rtl issue for Font Search
148
+
149
  = 6.1.6 =
150
  * Fixed undefined variable notice.
151
 
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.1.6
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.1.7
9
  Author URI: https://dineshkarki.com.np/use-any-font
10
  */
11