Use Any Font - Version 6.2.98

Version Description

  • Fixed font assign issue in Poly Lang
Download this release

Release Info

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

Code changes from version 6.2.97 to 6.2.98

includes/functions/uaf_font_functions.php CHANGED
@@ -327,7 +327,7 @@ function uaf_save_font_assign(){
327
 
328
  function uaf_langutizse_elements($finalElements){
329
  if (isset($_POST['language']) && ($_POST['language'] != 'all_lang')){
330
- $language = sanitize_title($_POST['language']);
331
  $finalElementArray = explode(',', $finalElements);
332
  $finalElementArray = array_map('trim', $finalElementArray);
333
  $prefixed_array = preg_filter('/^/', $language.' ', $finalElementArray);
327
 
328
  function uaf_langutizse_elements($finalElements){
329
  if (isset($_POST['language']) && ($_POST['language'] != 'all_lang')){
330
+ $language = sanitize_text_field($_POST['language']);
331
  $finalElementArray = explode(',', $finalElements);
332
  $finalElementArray = array_map('trim', $finalElementArray);
333
  $prefixed_array = preg_filter('/^/', $language.' ', $finalElementArray);
includes/uaf_config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
- $GLOBALS['uaf_current_version'] = '6.2.97';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
+ $GLOBALS['uaf_current_version'] = '6.2.98';
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.1
6
- Stable tag: 6.2.97
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
 
@@ -149,6 +149,9 @@ Please do write us after integration and we will add it in our supported list.
149
 
150
  == Changelog ==
151
 
 
 
 
152
  = 6.2.97 =
153
  * Fixed custom element assign issue.
154
 
3
  Tags: custom fonts, font embed, font uploader, typography, install font
4
  Requires at least: 3.0
5
  Tested up to: 6.1
6
+ Stable tag: 6.2.98
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
 
149
 
150
  == Changelog ==
151
 
152
+ = 6.2.98 =
153
+ * Fixed font assign issue in Poly Lang
154
+
155
  = 6.2.97 =
156
  * Fixed custom element assign issue.
157
 
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.97
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.98
9
  Author URI: https://dineshkarki.com.np/use-any-font
10
  */
11