Skip to content

Commit 441cedb

Browse files
authored
Merge pull request #147 from brainstormforce/wp-6.9-comp
WordPress 6.9 compatibility
2 parents d4774ee + 074c246 commit 441cedb

5 files changed

Lines changed: 124 additions & 44 deletions

File tree

README.md

Lines changed: 5 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:** fonts, custom fonts, Google Fonts, performance, full site editing
55
**Requires at least:** 5.0
6-
**Tested up to:** 6.8
7-
**Stable tag:** 2.1.15
6+
**Tested up to:** 6.9
7+
**Stable tag:** 2.1.16
88
**License:** GPLv2 or later
99
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -151,6 +151,9 @@ Yes, Custom Fonts is completely free to use, without any limitation.
151151

152152

153153
## Changelog ##
154+
### 2.1.16 ###
155+
- Custom fonts plugin tested with WordPress 6.9 version.
156+
154157
### 2.1.15 ###
155158
- Updated plugin with few extra information for clarity.
156159

admin/dashboard/package-lock.json

Lines changed: 111 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

custom-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-fonts
9-
* Version: 2.1.15
9+
* Version: 2.1.16
1010
*
1111
* @package Bsf_Custom_Fonts
1212
*/
@@ -25,7 +25,7 @@
2525
define( 'BSF_CUSTOM_FONTS_BASE', plugin_basename( BSF_CUSTOM_FONTS_FILE ) );
2626
define( 'BSF_CUSTOM_FONTS_DIR', plugin_dir_path( BSF_CUSTOM_FONTS_FILE ) );
2727
define( 'BSF_CUSTOM_FONTS_URI', plugins_url( '/', BSF_CUSTOM_FONTS_FILE ) );
28-
define( 'BSF_CUSTOM_FONTS_VER', '2.1.15' );
28+
define( 'BSF_CUSTOM_FONTS_VER', '2.1.16' );
2929
define( 'BSF_CUSTOM_FONTS_POST_TYPE', 'bsf_custom_fonts' );
3030
define( 'BSF_CUSTOM_FONTS_ADMIN_PAGE', '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-fonts",
3-
"version": "2.1.15",
3+
"version": "2.1.16",
44
"main": "Gruntfile.js",
55
"author": "Brainstorm Force",
66
"workspaces": [

readme.txt

Lines changed: 5 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: fonts, custom fonts, Google Fonts, performance, full site editing
55
Requires at least: 5.0
6-
Tested up to: 6.8
7-
Stable tag: 2.1.15
6+
Tested up to: 6.9
7+
Stable tag: 2.1.16
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -151,6 +151,9 @@ Yes, Custom Fonts is completely free to use, without any limitation.
151151

152152

153153
== Changelog ==
154+
- 2.1.16
155+
- Custom fonts plugin tested with WordPress 6.9 version.
156+
154157
- 2.1.15
155158
- Updated plugin with few extra information for clarity.
156159

0 commit comments

Comments
 (0)