Better Font Awesome - Version 1.3.5

Version Description

  • Fix: icon picker not working for ACF repeater field.
Download this release

Release Info

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

Code changes from version 1.3.4 to 1.3.5

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.4
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.5
16
  * Author: MIGHTYminnow & Mickey Kay
17
  * Author URI: mickey@mickeykaycreative.com
18
  * License: GPLv2+
languages/better-font-awesome.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the GPLv2+.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Better Font Awesome 1.3.4\n"
6
  "Report-Msgid-Bugs-To: "
7
  "http://wordpress.org/support/plugin/better-font-awesome\n"
8
- "POT-Creation-Date: 2015-06-24 00:21:38+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the GPLv2+.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Better Font Awesome 1.3.5\n"
6
  "Report-Msgid-Bugs-To: "
7
  "http://wordpress.org/support/plugin/better-font-awesome\n"
8
+ "POT-Creation-Date: 2015-07-15 20:51:01+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=utf-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
lib/better-font-awesome-library/js/admin.js CHANGED
@@ -10,7 +10,7 @@
10
 
11
  $( document ).on( 'ready tinymce-editor-init', function() {
12
 
13
- $( '.bfa-iconpicker' ).not( '.initialized' )
14
  .addClass( 'initialized' )
15
  .iconpicker({
16
  placement: 'bottomLeft',
10
 
11
  $( document ).on( 'ready tinymce-editor-init', function() {
12
 
13
+ $( '.bfa-iconpicker:visible' ).not( '.initialized' )
14
  .addClass( 'initialized' )
15
  .iconpicker({
16
  placement: 'bottomLeft',
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.4
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -109,11 +109,16 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
109
 
110
  == Changelog ==
111
 
 
 
 
 
 
 
112
  = 1.3.4 =
113
  * Update Better Font Awesome Library to version 1.3.4.
114
  * Fix double shortcode insert issue.
115
  * Fix behavior in which clicking shortcode insert button scrolls to top of page.
116
- * Update button initialization JS to work when in Text mode in TinyMCE.
117
 
118
  = 1.3.3 =
119
  * Update plugin and BFAL to all fire on `init` hook instead of mix of `plugins_loaded` and `after_theme_setup`. This should fix issues in which icons don't show up when BFAL is used in other plugins.
@@ -210,11 +215,16 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
210
 
211
  == Upgrade Notice ==
212
 
 
 
 
 
 
 
213
  = 1.3.4 =
214
  * Update Better Font Awesome Library to version 1.3.4.
215
  * Fix double shortcode insert issue.
216
  * Fix behavior in which clicking shortcode insert button scrolls to top of page.
217
- * Update button initialization JS to work when in Text mode in TinyMCE.
218
 
219
  = 1.3.3 =
220
  * Update plugin and BFAL to all fire on `init` hook instead of mix of `plugins_loaded` and `after_theme_setup`. This should fix issues in which icons don't show up when BFAL is used in other plugins.
4
  Donate link: http://mightyminnow.com
5
  Requires at least: 3.0
6
  Tested up to: 4.3
7
+ Stable tag: 1.3.5
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
109
 
110
  == Changelog ==
111
 
112
+ = 1.3.6 =
113
+ * Fix: icon picker not working with latest version of Black Studio TinyMCE Widget.
114
+
115
+ = 1.3.5 =
116
+ * Fix: icon picker not working for ACF repeater field.
117
+
118
  = 1.3.4 =
119
  * Update Better Font Awesome Library to version 1.3.4.
120
  * Fix double shortcode insert issue.
121
  * Fix behavior in which clicking shortcode insert button scrolls to top of page.
 
122
 
123
  = 1.3.3 =
124
  * Update plugin and BFAL to all fire on `init` hook instead of mix of `plugins_loaded` and `after_theme_setup`. This should fix issues in which icons don't show up when BFAL is used in other plugins.
215
 
216
  == Upgrade Notice ==
217
 
218
+ = 1.3.6 =
219
+ * Fix: icon picker not working with latest version of Black Studio TinyMCE Widget.
220
+
221
+ = 1.3.5 =
222
+ * Fix: icon picker not working for ACF repeater field.
223
+
224
  = 1.3.4 =
225
  * Update Better Font Awesome Library to version 1.3.4.
226
  * Fix double shortcode insert issue.
227
  * Fix behavior in which clicking shortcode insert button scrolls to top of page.
 
228
 
229
  = 1.3.3 =
230
  * Update plugin and BFAL to all fire on `init` hook instead of mix of `plugins_loaded` and `after_theme_setup`. This should fix issues in which icons don't show up when BFAL is used in other plugins.