diff --git a/README.md b/README.md index 0b1a706..a92989c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ **Tags:** typography, fonts, custom fonts, Google Fonts, performance, privacy, full site editing, adobe fonts, GDPR **Requires at least:** 5.0 **Tested up to:** 6.7 -**Stable tag:** 2.1.7 +**Stable tag:** 2.1.8 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -153,7 +153,7 @@ Yes, Custom Fonts is completely free to use, without any limitation. ## Changelog ## ### 2.1.8 ### - Custom fonts plugin tested with WordPress 6.7 version. -- + ### 2.1.7 ### - Fix: Custom font variation getting place even after selecting the other weight and style. (Props - https://github.com/alexist-ong) diff --git a/custom-fonts.php b/custom-fonts.php index ed90a37..8f46adc 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.7 + * Version: 2.1.8 * * @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.7' ); +define( 'BSF_CUSTOM_FONTS_VER', '2.1.8' ); 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 74def6f..2290251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "custom-fonts", - "version": "2.1.7", + "version": "2.1.8", "main": "Gruntfile.js", "author": "Brainstorm Force", "workspaces": [ diff --git a/readme.txt b/readme.txt index 7e8f345..4f236e6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/BrainstormForce Tags: typography, fonts, custom fonts, Google Fonts, performance, privacy, full site editing, adobe fonts, GDPR Requires at least: 5.0 Tested up to: 6.7 -Stable tag: 2.1.7 +Stable tag: 2.1.8 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html