Skip to content

Commit aa0d61b

Browse files
committed
Version bump v1.0.10
1 parent cbb385a commit aa0d61b

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

README.md

Lines changed: 4 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.9
7+
**Stable tag:** 1.0.10
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

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

5050
## Changelog ##
5151

52+
### v1.0.10 ###
53+
- Fix: Remove typekit font from the Astra Theme's google fonts URL.
54+
5255
### v1.0.9 ###
5356
- Improvement: Use CSS embed method for enqueueing TypeKit fonts. This should remove the slight delay in displaying the TypeKit fonts on the page,
5457
- Fix: Post URL in the Block Editor goes behind the Editor Top Bar.

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.9
9+
* Version: 1.0.10
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.9' );
28+
define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.10' );
2929
/**
3030
* BSF Custom Fonts
3131
*/

languages/custom-typekit-fonts.pot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Copyright (C) 2018 Brainstorm Force
1+
# Copyright (C) 2019 Brainstorm Force
22
# This file is distributed under the same license as the Custom Typekit Fonts package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Custom Typekit Fonts 1.0.8\n"
5+
"Project-Id-Version: Custom Typekit Fonts 1.0.10\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/custom-typekit-fonts\n"
8-
"POT-Creation-Date: 2018-12-27 09:11:35+00:00\n"
8+
"POT-Creation-Date: 2019-01-22 02:37:10+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"Language: en\n"
@@ -39,7 +39,7 @@ msgid "Custom Typekit Fonts settings have been successfully saved."
3939
msgstr ""
4040

4141
#: classes/class-custom-typekit-fonts-admin.php:106
42-
#: classes/class-custom-typekit-fonts-render.php:90
42+
#: classes/class-custom-typekit-fonts-render.php:94
4343
#: templates/custom-typekit-fonts-options.php:11
4444
msgid "Typekit Fonts"
4545
msgstr ""

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.9",
3+
"version": "1.0.10",
44
"main": "Gruntfile.js",
55
"author": "YOUR NAME HERE",
66
"devDependencies": {

readme.txt

Lines changed: 4 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.9
7+
Stable tag: 1.0.10
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

5050
== Changelog ==
5151

52+
= v1.0.10 =
53+
- Fix: Remove typekit font from the Astra Theme's google fonts URL.
54+
5255
= v1.0.9 =
5356
- Improvement: Use CSS embed method for enqueueing TypeKit fonts. This should remove the slight delay in displaying the TypeKit fonts on the page,
5457
- Fix: Post URL in the Block Editor goes behind the Editor Top Bar.

0 commit comments

Comments
 (0)