Use Any Font - Version 6.1.1

Version Description

  • Fixed goDaddy Cache flush error.
Download this release

Release Info

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

Code changes from version 6.1 to 6.1.1

includes/functions/uaf_cache_functions.php CHANGED
@@ -2,7 +2,7 @@
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
  function uaf_clear_plugins_cache(){
5
- if (function_exists('sg_cachepress_purge_cache')) {sg_cachepress_purge_cache();} // FOR SG OPTIMIZER
6
  if (function_exists('w3tc_flush_all')){w3tc_flush_all();} // FOR W3 TOTAL CACHE
7
  if (function_exists('wpfc_clear_all_cache')){wpfc_clear_all_cache(true);} // FOR WP Fastest Cache
8
  if (function_exists('wp_cache_clear_cache')){wp_cache_clear_cache();} // FOR WP Super Cache
@@ -33,7 +33,7 @@ function uaf_clear_plugins_cache(){
33
  $kinsta_cache->kinsta_cache_purge->purge_complete_caches();
34
  }
35
  if (class_exists( '\WPaaS\Cache' ) ) { // FOR GODADDY Cache
36
- ccfm_godaddy_purge();
37
  }
38
  if ( class_exists( 'Breeze_Admin' ) ) { // FOR BREEZE (Cloudways)
39
  do_action('breeze_clear_all_cache');
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
  function uaf_clear_plugins_cache(){
5
+ if (function_exists('sg_cachepress_purge_cache')) {sg_cachepress_purge_cache();} // FOR SG OPTIMIZER
6
  if (function_exists('w3tc_flush_all')){w3tc_flush_all();} // FOR W3 TOTAL CACHE
7
  if (function_exists('wpfc_clear_all_cache')){wpfc_clear_all_cache(true);} // FOR WP Fastest Cache
8
  if (function_exists('wp_cache_clear_cache')){wp_cache_clear_cache();} // FOR WP Super Cache
33
  $kinsta_cache->kinsta_cache_purge->purge_complete_caches();
34
  }
35
  if (class_exists( '\WPaaS\Cache' ) ) { // FOR GODADDY Cache
36
+ if (function_exists('ccfm_godaddy_purge')){ccfm_godaddy_purge();}
37
  }
38
  if ( class_exists( 'Breeze_Admin' ) ) { // FOR BREEZE (Cloudways)
39
  do_action('breeze_clear_all_cache');
includes/uaf_config.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
- $GLOBALS['uaf_current_version'] = '6.1';
5
 
6
 
7
  $GLOBALS['uaf_fix_settings'] = array(
1
  <?php
2
  if ( ! defined( 'ABSPATH' ) ) exit;
3
 
4
+ $GLOBALS['uaf_current_version'] = '6.1.1';
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: 5.7.1
6
- Stable tag: 6.1
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
 
@@ -142,6 +142,9 @@ Please do write us after integration and we will add it in our supported list.
142
  1. Screenshot #6. Assign fonts to custom elements.
143
 
144
  == Changelog ==
 
 
 
145
  = 6.1 =
146
  * Added 23,871+ Predefined fonts which are available for both free and commercial use.
147
  * Added auto cache clear for popular cache plugin.
3
  Tags: custom fonts, font embed, font uploader, typography, install font
4
  Requires at least: 3.0
5
  Tested up to: 5.7.1
6
+ Stable tag: 6.1.1
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
 
142
  1. Screenshot #6. Assign fonts to custom elements.
143
 
144
  == Changelog ==
145
+ = 6.1.1 =
146
+ * Fixed goDaddy Cache flush error.
147
+
148
  = 6.1 =
149
  * Added 23,871+ Predefined fonts which are available for both free and commercial use.
150
  * Added auto cache clear for popular cache plugin.
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
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.1
9
  Author URI: https://dineshkarki.com.np/use-any-font
10
  */
11