Version Description
- Update Better Font Awesome Library with better prefix removal method for filtered icons.
Download this release
Release Info
Developer | McGuive7 |
Plugin | Better Font Awesome |
Version | 1.3.2 |
Comparing to | |
See all releases |
Code changes from version 1.3.1 to 1.3.2
- better-font-awesome.php +1 -1
- readme.txt +7 -3
better-font-awesome.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Better Font Awesome
|
13 |
* Plugin URI: http://wordpress.org/plugins/better-font-awesome
|
14 |
* Description: The ultimate Font Awesome icon plugin for WordPress.
|
15 |
-
* Version: 1.3.
|
16 |
* Author: MIGHTYminnow & Mickey Kay
|
17 |
* Author URI: mickey@mickeykaycreative.com
|
18 |
* License: GPLv2+
|
12 |
* Plugin Name: Better Font Awesome
|
13 |
* Plugin URI: http://wordpress.org/plugins/better-font-awesome
|
14 |
* Description: The ultimate Font Awesome icon plugin for WordPress.
|
15 |
+
* Version: 1.3.2
|
16 |
* Author: MIGHTYminnow & Mickey Kay
|
17 |
* Author URI: mickey@mickeykaycreative.com
|
18 |
* License: GPLv2+
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: better, font, awesome, icon, icons, bootstrap, fontstrap, cdn, shortcode
|
|
4 |
Donate link: http://mightyminnow.com
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,8 +12,6 @@ The Better Font Awesome plugin for WordPress. Shortcodes, HTML, TinyMCE, various
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
**Do you find this plugin helpful? Please consider [leaving a 5-star review](https://wordpress.org/support/view/plugin-reviews/better-font-awesome).**
|
16 |
-
|
17 |
Better Font Awesome allows you to automatically integrate the latest available version of [Font Awesome](http://fontawesome.io/) into your WordPress project, along with accompanying CSS, shortcodes, and TinyMCE icon shortcode generator.
|
18 |
|
19 |
|
@@ -109,6 +107,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= 1.3.1 =
|
113 |
* Update admin JS to trigger icon picker on ALL TinyMCE initializations (e.g. Visual Composer and AJAX)
|
114 |
|
@@ -196,6 +197,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
|
|
196 |
|
197 |
== Upgrade Notice ==
|
198 |
|
|
|
|
|
|
|
199 |
= 1.3.1 =
|
200 |
* Update admin JS to trigger icon picker on ALL TinyMCE initializations (e.g. Visual Composer and AJAX)
|
201 |
|
4 |
Donate link: http://mightyminnow.com
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.3.2
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
|
|
|
|
15 |
Better Font Awesome allows you to automatically integrate the latest available version of [Font Awesome](http://fontawesome.io/) into your WordPress project, along with accompanying CSS, shortcodes, and TinyMCE icon shortcode generator.
|
16 |
|
17 |
|
107 |
|
108 |
== Changelog ==
|
109 |
|
110 |
+
= 1.3.2 =
|
111 |
+
* Update Better Font Awesome Library with better prefix removal method for filtered icons.
|
112 |
+
|
113 |
= 1.3.1 =
|
114 |
* Update admin JS to trigger icon picker on ALL TinyMCE initializations (e.g. Visual Composer and AJAX)
|
115 |
|
197 |
|
198 |
== Upgrade Notice ==
|
199 |
|
200 |
+
= 1.3.2 =
|
201 |
+
* Update Better Font Awesome Library with better prefix removal method.
|
202 |
+
|
203 |
= 1.3.1 =
|
204 |
* Update admin JS to trigger icon picker on ALL TinyMCE initializations (e.g. Visual Composer and AJAX)
|
205 |
|