Custom Adobe Fonts (Typekit) - Version 1.0.13

Version Description

Download this release

Release Info

Developer Nikschavan
Plugin Icon 128x128 Custom Adobe Fonts (Typekit)
Version 1.0.13
Comparing to
See all releases

Code changes from version 1.0.12 to 1.0.13

classes/class-custom-typekit-fonts-render.php CHANGED
@@ -78,6 +78,7 @@ if ( ! class_exists( 'Custom_Typekit_Fonts_Render' ) ) :
78
 
79
  add_action( 'enqueue_block_editor_assets', array( $this, 'typekit_embed_css' ) );
80
  // Astra filter before creating google fonts URL.
 
81
  add_filter( 'astra_google_fonts_selected', array( $this, 'remove_typekit_font_google_url' ) );
82
  }
83
 
78
 
79
  add_action( 'enqueue_block_editor_assets', array( $this, 'typekit_embed_css' ) );
80
  // Astra filter before creating google fonts URL.
81
+ add_filter( 'astra_google_fonts', array( $this, 'remove_typekit_font_google_url' ) );
82
  add_filter( 'astra_google_fonts_selected', array( $this, 'remove_typekit_font_google_url' ) );
83
  }
84
 
custom-typekit-fonts.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: Brainstorm Force
7
  * Author URI: http://www.brainstormforce.com
8
  * Text Domain: custom-typekit-fonts
9
- * Version: 1.0.12
10
  *
11
  * @package Typekit_Custom_Fonts
12
  */
@@ -25,7 +25,7 @@ define( 'CUSTOM_TYPEKIT_FONTS_FILE', __FILE__ );
25
  define( 'CUSTOM_TYPEKIT_FONTS_BASE', plugin_basename( CUSTOM_TYPEKIT_FONTS_FILE ) );
26
  define( 'CUSTOM_TYPEKIT_FONTS_DIR', plugin_dir_path( CUSTOM_TYPEKIT_FONTS_FILE ) );
27
  define( 'CUSTOM_TYPEKIT_FONTS_URI', plugins_url( '/', CUSTOM_TYPEKIT_FONTS_FILE ) );
28
- define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.12' );
29
  /**
30
  * BSF Custom Fonts
31
  */
6
  * Author: Brainstorm Force
7
  * Author URI: http://www.brainstormforce.com
8
  * Text Domain: custom-typekit-fonts
9
+ * Version: 1.0.13
10
  *
11
  * @package Typekit_Custom_Fonts
12
  */
25
  define( 'CUSTOM_TYPEKIT_FONTS_BASE', plugin_basename( CUSTOM_TYPEKIT_FONTS_FILE ) );
26
  define( 'CUSTOM_TYPEKIT_FONTS_DIR', plugin_dir_path( CUSTOM_TYPEKIT_FONTS_FILE ) );
27
  define( 'CUSTOM_TYPEKIT_FONTS_URI', plugins_url( '/', CUSTOM_TYPEKIT_FONTS_FILE ) );
28
+ define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.13' );
29
  /**
30
  * BSF Custom Fonts
31
  */
languages/custom-typekit-fonts.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Custom Adobe Fonts (Typekit) package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Custom Adobe Fonts (Typekit) 1.0.12\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/custom-typekit-fonts\n"
8
- "POT-Creation-Date: 2019-08-02 10:31:30+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -42,7 +42,7 @@ msgstr ""
42
  msgid "Adobe Fonts"
43
  msgstr ""
44
 
45
- #: classes/class-custom-typekit-fonts-render.php:94
46
  msgid "Typekit Fonts"
47
  msgstr ""
48
 
2
  # This file is distributed under the same license as the Custom Adobe Fonts (Typekit) package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Custom Adobe Fonts (Typekit) 1.0.13\n"
6
  "Report-Msgid-Bugs-To: "
7
  "https://wordpress.org/support/plugin/custom-typekit-fonts\n"
8
+ "POT-Creation-Date: 2019-08-16 06:03:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
42
  msgid "Adobe Fonts"
43
  msgstr ""
44
 
45
+ #: classes/class-custom-typekit-fonts-render.php:95
46
  msgid "Typekit Fonts"
47
  msgstr ""
48
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: brainstormforce
3
  Donate link: https://www.paypal.me/BrainstormForce
4
  Tags: custom adobe fonts, theme custom fonts, unlimited typekit custom fonts
5
  Requires at least: 4.4
6
- Tested up to: 5.2.2
7
- Stable tag: 1.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -49,6 +49,9 @@ If you're not using any of the supported plugins and theme, you can write the cu
49
 
50
  == Changelog ==
51
 
 
 
 
52
  = v1.0.12 =
53
  - Fix: Load Custom Adobe Fonts (Typekit) menu after Astra Options.
54
  - Fix: Console errors in customizer while selecting font.
3
  Donate link: https://www.paypal.me/BrainstormForce
4
  Tags: custom adobe fonts, theme custom fonts, unlimited typekit custom fonts
5
  Requires at least: 4.4
6
+ Tested up to: 5.2
7
+ Stable tag: 1.0.13
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
49
 
50
  == Changelog ==
51
 
52
+ = v1.0.13 =
53
+ - Fix: Console errors in customizer & frontend on adobe font(TypeKit) selection.
54
+
55
  = v1.0.12 =
56
  - Fix: Load Custom Adobe Fonts (Typekit) menu after Astra Options.
57
  - Fix: Console errors in customizer while selecting font.