Skip to content

Commit

Permalink
Add FA5 support (#12)
Browse files Browse the repository at this point in the history
* Commit

* Updates
  • Loading branch information
MickeyKay authored Apr 9, 2018
1 parent c1bc336 commit 5e2cbc0
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 46 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Better Font Awesome #
**Contributors:** [McGuive7](https://profiles.wordpress.org/McGuive7)
**Tags:** better, font, awesome, icon, icons, bootstrap, fontstrap, cdn, shortcode
**Donate link:** http://mickeykay.me
**Requires at least:** 3.0
**Tested up to:** 4.9
**Stable tag:** 1.7.1
**License:** GPLv2+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [McGuive7](https://profiles.wordpress.org/McGuive7)
**Tags:** better, font, awesome, icon, icons, bootstrap, fontstrap, cdn, shortcode
**Donate link:** http://mickeykay.me
**Requires at least:** 3.0
**Tested up to:** 4.9
**Stable tag:** 2.0.0-beta
**License:** GPLv2+
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

The Better Font Awesome plugin for WordPress. Shortcodes, HTML, TinyMCE, various Font Awesome versions, backwards compatibility, CDN speeds, and more.
The Better Font Awesome plugin for WordPress. Shortcodes, HTML, TinyMCE, various Font Awesome versions, backwards compatibility, CDN speeds, and more. Now support Font Awesome 5!

## Description ##

Expand All @@ -21,7 +21,7 @@ Better Font Awesome allows you to automatically integrate the latest available v

### Features ###

* **Always up-to-date** - automatically fetches the most recent available version of Font Awesome, meaning you no longer need to manually update the version included in your theme/plugin.
* **Always up-to-date** - supports Font Awesome 5+! Automatically fetches the most recent available version of Font Awesome, meaning you no longer need to manually update the version included in your theme/plugin.

* **Backwards compatible** - shortcode output is automatically updated depending on which version of Font Awesome you choose, meaning that you can switch versions without having to modify your shortcodes.

Expand Down Expand Up @@ -111,6 +111,12 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,

## Changelog ##

### 2.0.0 ###
* Add support for Font Awesome 5

### 1.7.1 ###
* Fix functionality to hide/show admin notices.

### 1.7.0 ###
* Update fallback Font Awesome to v4.7.0.
* Switch from using git submodules to composer dependency management for core library inclusion.
Expand Down Expand Up @@ -235,6 +241,12 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,

## Upgrade Notice ##

### 2.0.0 ###
* Add support for Font Awesome 5

### 1.7.1 ###
* Fix functionality to hide/show admin notices.

### 1.7.0 ###
* Update fallback Font Awesome to v4.7.0.
* Switch from using git submodules to composer dependency management for core library inclusion.
Expand Down
2 changes: 1 addition & 1 deletion better-font-awesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Plugin Name: Better Font Awesome
* Plugin URI: http://wordpress.org/plugins/better-font-awesome
* Description: The ultimate Font Awesome icon plugin for WordPress.
* Version: 1.7.1
* Version: 2.0.0-beta
* Author: Mickey Kay
* Author URI: [email protected]
* License: GPLv2+
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "Better Font Awesome",
"license": "GPL-2.0",
"require": {
"mickey-kay/better-font-awesome-library": "1.4.6"
"mickey-kay/better-font-awesome-library": "2.0.0-beta"
}
}
69 changes: 62 additions & 7 deletions composer.lock

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

Loading

0 comments on commit 5e2cbc0

Please sign in to comment.