Skip to content

Commit

Permalink
Merge pull request #108 from brainstormforce/release-2.1.1
Browse files Browse the repository at this point in the history
Release v2.1.1
  • Loading branch information
imnavanath authored Nov 24, 2023
2 parents 0bb7502 + 51d231a commit 9fde96e
Show file tree
Hide file tree
Showing 17 changed files with 148 additions and 38 deletions.
Binary file modified .wordpress-org/banner-1544x500.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/banner-772x250.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/icon-128x128.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/icon-128x128.png
Binary file not shown.
Binary file added .wordpress-org/icon-256x256.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .wordpress-org/icon-256x256.png
Binary file not shown.
Binary file modified .wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .wordpress-org/screenshot-6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**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.3
**Stable tag:** 2.1.0
**Tested up to:** 6.4
**Stable tag:** 2.1.1
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -142,13 +142,18 @@ Yes, Custom Fonts is completely free to use, without any limitation.

## Screenshots ##

1. Upload and manage your own custom font files.
2. Choose from a vast collection of Google Fonts and host them locally.
3. Customize typography settings and apply them to your website.
4. Seamless integration with WordPress Full Site Editing Themes.
1. Add a new font through the Custom Fonts page.
2. Configure a local font by adding its title and font files.
3. Upload and select a local font file.
4. Preview the locally uploaded font.
5. Set up a Google font from an extensive collection available.
6. View a list of all uploaded fonts.


## Changelog ##
### 2.1.1 ###
- Improvement: Compatibility with WordPress 6.4.

### 2.1.0 ###
- New: Introducing new 'Fonts Preload' option, to preload custom fonts.
- New: Introducing an option to update existing font name.
Expand Down
4 changes: 2 additions & 2 deletions custom-fonts.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author: Brainstorm Force
* Author URI: http://www.brainstormforce.com
* Text Domain: custom-fonts
* Version: 2.1.0
* Version: 2.1.1
*
* @package Bsf_Custom_Fonts
*/
Expand All @@ -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.0' );
define( 'BSF_CUSTOM_FONTS_VER', '2.1.1' );
define( 'BSF_CUSTOM_FONTS_POST_TYPE', 'bsf_custom_fonts' );
define( 'BSF_CUSTOM_FONTS_ADMIN_PAGE', 'bsf-custom-fonts' );

Expand Down
146 changes: 123 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-fonts",
"version": "2.1.0",
"version": "2.1.1",
"main": "Gruntfile.js",
"author": "Brainstorm Force",
"workspaces": [
Expand Down
17 changes: 11 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: brainstormforce
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.3
Stable tag: 2.1.0
Tested up to: 6.4
Stable tag: 2.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -142,13 +142,18 @@ Yes, Custom Fonts is completely free to use, without any limitation.

== Screenshots ==

1. Upload and manage your own custom font files.
2. Choose from a vast collection of Google Fonts and host them locally.
3. Customize typography settings and apply them to your website.
4. Seamless integration with WordPress Full Site Editing Themes.
1. Add a new font through the Custom Fonts page.
2. Configure a local font by adding its title and font files.
3. Upload and select a local font file.
4. Preview the locally uploaded font.
5. Set up a Google font from an extensive collection available.
6. View a list of all uploaded fonts.


== Changelog ==
= 2.1.1 =
- Improvement: Compatibility with WordPress 6.4.

= 2.1.0 =
- New: Introducing new 'Fonts Preload' option, to preload custom fonts.
- New: Introducing an option to update existing font name.
Expand Down

0 comments on commit 9fde96e

Please sign in to comment.