Skip to content

Commit 456dafb

Browse files
committed
Updated version to 1.0.12
1 parent acfcd64 commit 456dafb

File tree

6 files changed

+19
-11
lines changed

6 files changed

+19
-11
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
**Donate link:** https://www.paypal.me/BrainstormForce
44
**Tags:** custom adobe fonts, theme custom fonts, unlimited typekit custom fonts
55
**Requires at least:** 4.4
6-
**Tested up to:** 5.1
7-
**Stable tag:** 1.0.11
6+
**Tested up to:** 5.2.2
7+
**Stable tag:** 1.0.12
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.12 ###
53+
- Fix: Load Custom Adobe Fonts (Typekit) menu after Astra Options.
54+
- Fix: Console errors in customizer while selecting font.
55+
5256
### v1.0.11 ###
5357
- Improvement: Allow whitelabel settings to be setup from using constants when using Astra Pro.
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.11
9+
* Version: 1.0.12
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.11' );
28+
define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.12' );
2929
/**
3030
* BSF Custom Fonts
3131
*/

languages/custom-typekit-fonts.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# This file is distributed under the same license as the Custom Adobe Fonts (Typekit) package.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Custom Adobe Fonts (Typekit) 1.0.11\n"
5+
"Project-Id-Version: Custom Adobe Fonts (Typekit) 1.0.12\n"
66
"Report-Msgid-Bugs-To: "
77
"https://wordpress.org/support/plugin/custom-typekit-fonts\n"
8-
"POT-Creation-Date: 2019-03-25 11:29:25+00:00\n"
8+
"POT-Creation-Date: 2019-08-02 10:31:30+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "custom-typekit-fonts",
3-
"version": "1.0.10",
3+
"version": "1.0.12",
44
"main": "Gruntfile.js",
5-
"author": "YOUR NAME HERE",
5+
"author": "Brainstorm Force",
66
"devDependencies": {
77
"grunt": "~1.0.4",
88
"grunt-wp-i18n": "~1.0.3",

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: brainstormforce
33
Donate link: https://www.paypal.me/BrainstormForce
44
Tags: custom adobe fonts, theme custom fonts, unlimited typekit custom fonts
55
Requires at least: 4.4
6-
Tested up to: 5.1
7-
Stable tag: 1.0.11
6+
Tested up to: 5.2.2
7+
Stable tag: 1.0.12
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.12 =
53+
- Fix: Load Custom Adobe Fonts (Typekit) menu after Astra Options.
54+
- Fix: Console errors in customizer while selecting font.
55+
5256
= v1.0.11 =
5357
- Improvement: Allow whitelabel settings to be setup from using constants when using Astra Pro.
5458

0 commit comments

Comments
 (0)