Skip to content

Commit 7bc9ba9

Browse files
author
Uttam Sharma
committed
updated changelog and version number
1 parent 48af658 commit 7bc9ba9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
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.2
7-
**Stable tag:** 1.0.13
6+
**Tested up to:** 5.3.2
7+
**Stable tag:** 1.0.14
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.14 ###
53+
- Improvement: Hardened the security of plugin
54+
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
55+
5256
### v1.0.13 ###
5357
- Fix: Console errors in customizer & frontend on adobe font(TypeKit) selection.
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.13
9+
* Version: 1.0.14
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.13' );
28+
define( 'CUSTOM_TYPEKIT_FONTS_VER', '1.0.14' );
2929
/**
3030
* BSF Custom Fonts
3131
*/

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.2
7-
Stable tag: 1.0.13
6+
Tested up to: 5.3.2
7+
Stable tag: 1.0.14
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.14 =
53+
- Improvement: Hardened the security of plugin
54+
- Improvement: Compatibility with latest WordPress PHP_CodeSniffer rules
55+
5256
= v1.0.13 =
5357
- Fix: Console errors in customizer & frontend on adobe font(TypeKit) selection.
5458

0 commit comments

Comments
 (0)