Skip to content

Commit 3357867

Browse files
committed
Version bump to v1.0.9
1 parent 46fa83c commit 3357867

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**Tags:** custom typekit fonts, theme custom fonts, unlimited typekit custom fonts
55
**Requires at least:** 4.4
66
**Tested up to:** 5.0
7-
**Stable tag:** 1.0.8
7+
**Stable tag:** 1.0.9
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -49,6 +49,10 @@ If you're not using any of the supported plugins and theme, you can write the cu
4949

5050
## Changelog ##
5151

52+
### v1.0.9 ###
53+
- Improvement: Use CSS embed method for enqueueing TypeKit fonts. This should remove the slight delay in displaying the TypeKit fonts on the page,
54+
- Fix: Post URL in the Block Editor goes behind the Editor Top Bar.
55+
5256
### v1.0.8 ###
5357
- Fixed: A few TypeKit fonts not being rendered correctly.
5458

custom-typekit-fonts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Brainstorm Force
77
* Author URI: http://www.brainstormforce.com
88
* Text Domain: custom-typekit-fonts
9-
* Version: 1.0.8
9+
* Version: 1.0.9
1010
*
1111
* @package Typekit_Custom_Fonts
1212
*/
@@ -25,7 +25,7 @@
2525
define( 'CUSTOM_TYPEKIT_FONTS_BASE', plugin_basename( CUSTOM_TYPEKIT_FONTS_FILE ) );
2626
define( 'CUSTOM_TYPEKIT_FONTS_DIR', plugin_dir_path( CUSTOM_TYPEKIT_FONTS_FILE ) );
2727
define( 'CUSTOM_TYPEKIT_FONTS_URI', plugins_url( '/', CUSTOM_TYPEKIT_FONTS_FILE ) );
28-
define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.8' );
28+
define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.9' );
2929
/**
3030
* BSF Custom Fonts
3131
*/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-typekit-fonts",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"main": "Gruntfile.js",
55
"author": "YOUR NAME HERE",
66
"devDependencies": {

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://wpastra.com/
44
Tags: custom typekit fonts, theme custom fonts, unlimited typekit custom fonts
55
Requires at least: 4.4
66
Tested up to: 5.0
7-
Stable tag: 1.0.8
7+
Stable tag: 1.0.9
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -49,6 +49,10 @@ If you're not using any of the supported plugins and theme, you can write the cu
4949

5050
== Changelog ==
5151

52+
= v1.0.9 =
53+
- Improvement: Use CSS embed method for enqueueing TypeKit fonts. This should remove the slight delay in displaying the TypeKit fonts on the page,
54+
- Fix: Post URL in the Block Editor goes behind the Editor Top Bar.
55+
5256
= v1.0.8 =
5357
- Fixed: A few TypeKit fonts not being rendered correctly.
5458

0 commit comments

Comments
 (0)