diff --git a/README.md b/README.md index 017d11e..a097678 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,9 @@ Yes, Custom Fonts is completely free to use, without any limitation. ## Changelog ## +### 2.1.4 ### +- Improvement: Compatibility with WordPress 6.5. + ### 2.1.3 ### - Fix: Resolved issue with local fonts not rendering properly on the frontend. diff --git a/custom-fonts.php b/custom-fonts.php index e2c24c5..904a8da 100644 --- a/custom-fonts.php +++ b/custom-fonts.php @@ -6,7 +6,7 @@ * Author: Brainstorm Force * Author URI: http://www.brainstormforce.com * Text Domain: custom-fonts - * Version: 2.1.3 + * Version: 2.1.4 * * @package Bsf_Custom_Fonts */ @@ -25,7 +25,7 @@ define( 'BSF_CUSTOM_FONTS_BASE', plugin_basename( BSF_CUSTOM_FONTS_FILE ) ); define( 'BSF_CUSTOM_FONTS_DIR', plugin_dir_path( BSF_CUSTOM_FONTS_FILE ) ); define( 'BSF_CUSTOM_FONTS_URI', plugins_url( '/', BSF_CUSTOM_FONTS_FILE ) ); -define( 'BSF_CUSTOM_FONTS_VER', '2.1.3' ); +define( 'BSF_CUSTOM_FONTS_VER', '2.1.4' ); define( 'BSF_CUSTOM_FONTS_POST_TYPE', 'bsf_custom_fonts' ); define( 'BSF_CUSTOM_FONTS_ADMIN_PAGE', 'bsf-custom-fonts' ); diff --git a/package.json b/package.json index 6bf53a9..7e24886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-fonts", - "version": "2.1.3", + "version": "2.1.4", "main": "Gruntfile.js", "author": "Brainstorm Force", "workspaces": [ diff --git a/readme.txt b/readme.txt index 8a8aade..fb945b4 100644 --- a/readme.txt +++ b/readme.txt @@ -151,6 +151,9 @@ Yes, Custom Fonts is completely free to use, without any limitation. == Changelog == += 2.1.4 = +- Improvement: Compatibility with WordPress 6.5. + = 2.1.3 = - Fix: Resolved issue with local fonts not rendering properly on the frontend.