Version Description
- Fix: icon picker not working for ACF repeater field.
Download this release
Release Info
Developer | McGuive7 |
Plugin | Better Font Awesome |
Version | 1.4.1 |
Comparing to | |
See all releases |
Code changes from version 1.4.0 to 1.4.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.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.4.1
|
16 |
* Author: MIGHTYminnow & Mickey Kay
|
17 |
* Author URI: mickey@mickeykaycreative.com
|
18 |
* License: GPLv2+
|
languages/better-font-awesome.pot
CHANGED
@@ -2,17 +2,17 @@
|
|
2 |
# This file is distributed under the GPLv2+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: Better Font Awesome 1.4.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
-
"
|
8 |
-
"POT-Creation-Date: 2015-09-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
-
"X-Generator: grunt-wp-i18n 0.5.
|
16 |
|
17 |
#. Plugin Name of the plugin/theme
|
18 |
msgid "Better Font Awesome"
|
2 |
# This file is distributed under the GPLv2+.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: Better Font Awesome 1.4.1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
+
"https://wordpress.org/support/plugin/better-font-awesome\n"
|
8 |
+
"POT-Creation-Date: 2015-09-22 19:02:37+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
+
"X-Generator: grunt-wp-i18n 0.5.3\n"
|
16 |
|
17 |
#. Plugin Name of the plugin/theme
|
18 |
msgid "Better Font Awesome"
|
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' ).not( '.initialized, [id*="__i__"] *, .row-clone *' ) // [id*="__i__"] = available widgets, .row-clone = ACF repeater fields
|
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.4.
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -109,8 +109,11 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
|
|
109 |
|
110 |
== Changelog ==
|
111 |
|
|
|
|
|
|
|
112 |
= 1.4.0 =
|
113 |
-
* Fix: icon picker not working for
|
114 |
* Update fallback Font Awesome to version 4.4.0.
|
115 |
|
116 |
= 1.3.4 =
|
@@ -213,8 +216,11 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
|
|
213 |
|
214 |
== Upgrade Notice ==
|
215 |
|
|
|
|
|
|
|
216 |
= 1.4.0 =
|
217 |
-
* Fix: icon picker not working for
|
218 |
* Update fallback Font Awesome to version 4.4.0.
|
219 |
|
220 |
= 1.3.4 =
|
4 |
Donate link: http://mightyminnow.com
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.4.1
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
109 |
|
110 |
== Changelog ==
|
111 |
|
112 |
+
= 1.4.1 =
|
113 |
+
* Fix: icon picker not working for ACF repeater field.
|
114 |
+
|
115 |
= 1.4.0 =
|
116 |
+
* Fix: icon picker not working for Black Studio TinyMCE Widget. (props @EJOweb and @marcochiesi)
|
117 |
* Update fallback Font Awesome to version 4.4.0.
|
118 |
|
119 |
= 1.3.4 =
|
216 |
|
217 |
== Upgrade Notice ==
|
218 |
|
219 |
+
= 1.4.1 =
|
220 |
+
* Fix: icon picker not working for ACF repeater field.
|
221 |
+
|
222 |
= 1.4.0 =
|
223 |
+
* Fix: icon picker not working for Black Studio TinyMCE Widget. (props @EJOweb and @marcochiesi)
|
224 |
* Update fallback Font Awesome to version 4.4.0.
|
225 |
|
226 |
= 1.3.4 =
|