-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5dfc9c1
commit 6a534dd
Showing
1 changed file
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
=== Fonts to Uploads === | ||
Contributors: peterwilsoncc | ||
Tags: fonts-to-uploads | ||
Requires at least: 6.5 | ||
Tags: font-library, uploads | ||
Requires at least: 6.4 | ||
Tested up to: 6.5 | ||
Stable tag: 1.0.0 | ||
Requires PHP: 7.4 | ||
Stable tag: 1.0.0 | ||
License: MIT | ||
License URI: https://github.com/peterwilsoncc/fonts-to-uploads/blob/main/LICENSE | ||
|
||
Relocate the fonts folder to the uploads directory. | ||
Relocate the WordPress fonts folder to the uploads directory. | ||
|
||
== Description == | ||
This plugin is to allow for sites using external file systems to store uploads to store user uploads to move the | ||
wp-content/fonts directory to wp-content/uploads/wp-fonts instead. | ||
|
||
This is to ensure that sites using S3 buckets, file partitions and immutable file systems can make use of the new | ||
Font Library feature without the need to refactor their server or duplicate their offloading capacity. | ||
|
||
If you find any bugs or wish to contribute a pull request, please do so via the [plugin's GitHub repository](https://github.com/peterwilsoncc/fonts-to-uploads). | ||
|
||
== Frequently Asked Questions == | ||
|
||
= I can't see this plugins admin menu = | ||
|
||
This plugin doesn't include any options to configure so no admin menu is required. | ||
|
||
Simply install the plugin and activate. | ||
|
||
== Changelog == | ||
|
||
= 1.0.0 = | ||
Initial release |