Better Font Awesome - Version 1.0.9

Version Description

  • Fix debuggin hook set to init instead of plugins_loaded.
Download this release

Release Info

Developer McGuive7
Plugin Icon 128x128 Better Font Awesome
Version 1.0.9
Comparing to
See all releases

Code changes from version 1.0.8 to 1.0.9

Files changed (2) hide show
  1. better-font-awesome.php +2 -2
  2. readme.txt +7 -1
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.0.8
16
  * Author: MIGHTYminnow & Mickey Kay
17
  * Author URI: mickey@mickeykaycreative.com
18
  * License: GPLv2+
@@ -21,7 +21,7 @@
21
  * GitHub Plugin URI: https://github.com/MickeyKay/better-font-awesome
22
  */
23
 
24
- add_action( 'init', 'bfa_start', 5 );
25
  /**
26
  * Initialize the Better Font Awesome plugin.
27
  *
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.0.9
16
  * Author: MIGHTYminnow & Mickey Kay
17
  * Author URI: mickey@mickeykaycreative.com
18
  * License: GPLv2+
21
  * GitHub Plugin URI: https://github.com/MickeyKay/better-font-awesome
22
  */
23
 
24
+ add_action( 'plugins_loaded', 'bfa_start', 5 );
25
  /**
26
  * Initialize the Better Font Awesome plugin.
27
  *
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.2
7
- Stable tag: 1.0.8
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -108,6 +108,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
108
 
109
  == Changelog ==
110
 
 
 
 
111
  = 1.0.8 =
112
  * Add admin setting to hide admin notices for API and CDN connectivity warnings.
113
  * Update translations.
@@ -172,6 +175,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
172
 
173
  == Upgrade Notice ==
174
 
 
 
 
175
  = 1.0.8 =
176
  * Add admin setting to hide admin notices for API and CDN connectivity warnings.
177
  * Update translations.
4
  Donate link: http://mightyminnow.com
5
  Requires at least: 3.0
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.9
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
108
 
109
  == Changelog ==
110
 
111
+ = 1.0.9 =
112
+ * Fix debuggin hook set to init instead of plugins_loaded.
113
+
114
  = 1.0.8 =
115
  * Add admin setting to hide admin notices for API and CDN connectivity warnings.
116
  * Update translations.
175
 
176
  == Upgrade Notice ==
177
 
178
+ = 1.0.9 =
179
+ * Fix debuggin hook set to init instead of plugins_loaded.
180
+
181
  = 1.0.8 =
182
  * Add admin setting to hide admin notices for API and CDN connectivity warnings.
183
  * Update translations.