Advanced Custom Fields: Font Awesome Field - Version 3.0.0

Version Description

  • Added support for new FontAwesome 5.x free and pro icon sets
  • Added new 'custom icon set' builder which allows FontAwesome ACF fields to be created with a limited set of icons individually selected from the full list of FontAwesome icons. Example: Create a custom icon set limited to just the social media brand icons
  • Added new field options to to limit which of the icon sets ( Brands, Regular, Lite, Solid ) you want to allow in the field (applies to FontAwesome v5 only)
  • Adding new FontAwesome Settings admin menu under the ACF primary menu area for global configuration options.
  • Page load performance improvements (don't load icons in field constructor)
  • Removing support for ACF v4 now that v5 is out with a free version
Download this release

Release Info

Developer mattkeys
Plugin Icon 128x128 Advanced Custom Fields: Font Awesome Field
Version 3.0.0
Comparing to
See all releases

Code changes from version 3.0.0-rc2 to 3.0.0

Files changed (3) hide show
  1. acf-font-awesome.php +2 -2
  2. lang/acf-font-awesome.pot +244 -31
  3. readme.txt +11 -40
acf-font-awesome.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Advanced Custom Fields: Font Awesome
5
  Plugin URI: https://wordpress.org/plugins/advanced-custom-fields-font-awesome/
6
  Description: Adds a new 'Font Awesome Icon' field to the popular Advanced Custom Fields plugin.
7
- Version: 3.0.0-rc2
8
  Author: mattkeys
9
  Author URI: http://mattkeys.me/
10
  License: GPLv2 or later
@@ -16,7 +16,7 @@ if ( ! defined( 'ABSPATH' ) ) {
16
  }
17
 
18
  if ( ! defined( 'ACFFA_VERSION' ) ) {
19
- define( 'ACFFA_VERSION', '3.0.0-rc2' );
20
  }
21
 
22
  if ( ! defined( 'ACFFA_PUBLIC_PATH' ) ) {
4
  Plugin Name: Advanced Custom Fields: Font Awesome
5
  Plugin URI: https://wordpress.org/plugins/advanced-custom-fields-font-awesome/
6
  Description: Adds a new 'Font Awesome Icon' field to the popular Advanced Custom Fields plugin.
7
+ Version: 3.0.0
8
  Author: mattkeys
9
  Author URI: http://mattkeys.me/
10
  License: GPLv2 or later
16
  }
17
 
18
  if ( ! defined( 'ACFFA_VERSION' ) ) {
19
+ define( 'ACFFA_VERSION', '3.0.0' );
20
  }
21
 
22
  if ( ! defined( 'ACFFA_PUBLIC_PATH' ) ) {
lang/acf-font-awesome.pot CHANGED
@@ -1,93 +1,306 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Font Awesome\n"
4
- "POT-Creation-Date: 2017-08-13 17:23-0400\n"
5
- "PO-Revision-Date: 2017-08-13 17:24-0400\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.0.3\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "X-Poedit-KeywordsList: ;__;_e\n"
 
16
  "X-Poedit-SearchPath-0: .\n"
17
- "X-Poedit-SearchPathExcluded-0: assets/css\n"
18
- "X-Poedit-SearchPathExcluded-1: assets/js\n"
19
- "X-Poedit-SearchPathExcluded-2: lang\n"
 
 
 
20
 
21
- #: fields/acf-font-awesome-v4.php:23 fields/acf-font-awesome-v5.php:17
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  msgid "Font Awesome Icon"
23
  msgstr ""
24
 
25
- #: fields/acf-font-awesome-v4.php:64 fields/acf-font-awesome-v5.php:53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  msgid "Icon Preview"
27
  msgstr ""
28
 
29
- #: fields/acf-font-awesome-v4.php:74 fields/acf-font-awesome-v5.php:61
 
 
 
 
30
  msgid "Default Icon"
31
  msgstr ""
32
 
33
- #: fields/acf-font-awesome-v4.php:92 fields/acf-font-awesome-v5.php:74
34
  msgid "Return Value"
35
  msgstr ""
36
 
37
- #: fields/acf-font-awesome-v4.php:93 fields/acf-font-awesome-v5.php:75
38
  msgid "Specify the returned value on front end"
39
  msgstr ""
40
 
41
- #: fields/acf-font-awesome-v4.php:102 fields/acf-font-awesome-v5.php:79
42
  msgid "Icon Element"
43
  msgstr ""
44
 
45
- #: fields/acf-font-awesome-v4.php:103 fields/acf-font-awesome-v5.php:80
46
  msgid "Icon Class"
47
  msgstr ""
48
 
49
- #: fields/acf-font-awesome-v4.php:104 fields/acf-font-awesome-v5.php:81
50
  msgid "Icon Unicode"
51
  msgstr ""
52
 
53
- #: fields/acf-font-awesome-v4.php:105 fields/acf-font-awesome-v5.php:82
54
  msgid "Icon Object"
55
  msgstr ""
56
 
57
- #: fields/acf-font-awesome-v4.php:115 fields/acf-font-awesome-v5.php:87
58
  msgid "Allow Null?"
59
  msgstr ""
60
 
61
- #: fields/acf-font-awesome-v4.php:124 fields/acf-font-awesome-v4.php:145
62
- #: fields/acf-font-awesome-v4.php:166 fields/acf-font-awesome-v5.php:92
63
- #: fields/acf-font-awesome-v5.php:103 fields/acf-font-awesome-v5.php:114
64
  msgid "Yes"
65
  msgstr ""
66
 
67
- #: fields/acf-font-awesome-v4.php:125 fields/acf-font-awesome-v4.php:146
68
- #: fields/acf-font-awesome-v4.php:167 fields/acf-font-awesome-v5.php:93
69
- #: fields/acf-font-awesome-v5.php:104 fields/acf-font-awesome-v5.php:115
70
  msgid "No"
71
  msgstr ""
72
 
73
- #: fields/acf-font-awesome-v4.php:135 fields/acf-font-awesome-v5.php:98
74
  msgid "Show Icon Preview"
75
  msgstr ""
76
 
77
- #: fields/acf-font-awesome-v4.php:136 fields/acf-font-awesome-v5.php:99
78
  msgid ""
79
  "Set to 'Yes' to include a larger icon preview on any admin pages using this "
80
  "field."
81
  msgstr ""
82
 
83
- #: fields/acf-font-awesome-v4.php:156 fields/acf-font-awesome-v5.php:109
84
  msgid "Enqueue FontAwesome?"
85
  msgstr ""
86
 
87
- #: fields/acf-font-awesome-v4.php:157 fields/acf-font-awesome-v5.php:110
88
  msgid "Set to 'Yes' to enqueue FA in the footer on any pages using this field."
89
  msgstr ""
90
-
91
- #: fields/acf-font-awesome-v4.php:230
92
- msgid "Cannot find icon"
93
- msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Advanced Custom Fields Font Awesome\n"
4
+ "POT-Creation-Date: 2018-12-27 16:05-0500\n"
5
+ "PO-Revision-Date: 2018-12-27 16:05-0500\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2\n"
13
  "X-Poedit-Basepath: ..\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
+ "X-Poedit-KeywordsList: __;_e;_n;_x;_ex;_nx;esc_attr__;esc_attr_e;esc_attr_x;"
16
+ "esc_html__;esc_html_e;esc_html_x;_n_noop;_nx_noop\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
+ "X-Poedit-SearchPathExcluded-0: assets/inc/multi-select\n"
19
+ "X-Poedit-SearchPathExcluded-1: assets/inc/quicksearch\n"
20
+ "X-Poedit-SearchPathExcluded-2: assets/inc/spyc\n"
21
+ "X-Poedit-SearchPathExcluded-3: assets/css\n"
22
+ "X-Poedit-SearchPathExcluded-4: assets/js\n"
23
+ "X-Poedit-SearchPathExcluded-5: lang\n"
24
 
25
+ #: admin/class-ACFFA-Admin.php:39
26
+ #, php-format
27
+ msgid ""
28
+ "Visit the new ACF <a href=\"%s\">FontAwesome Settings</a> page to change "
29
+ "FontAwesome icon version, or to create custom icon sets."
30
+ msgstr ""
31
+
32
+ #: admin/class-ACFFA-Admin.php:56
33
+ msgid ""
34
+ "The plugin \"Advanced Custom Fields: Font Awesome\" has detected an error "
35
+ "while retrieving the latest FontAwesome icons. This may be due to temporary "
36
+ "CDN downtime. However if problems persist, please contact your hosting "
37
+ "provider to ensure cURL is installed and up to date. Detected cURL version: "
38
+ msgstr ""
39
+
40
+ #: admin/class-ACFFA-Admin.php:74
41
+ msgid "Search List"
42
+ msgstr ""
43
+
44
+ #: admin/class-ACFFA-Admin.php:75
45
+ msgid "Are you sure you want to delete this icon set?"
46
+ msgstr ""
47
+
48
+ #: admin/class-ACFFA-Admin.php:76
49
+ msgid ""
50
+ "There was an error while trying to delete the icon set, please refresh the "
51
+ "page and try again."
52
+ msgstr ""
53
+
54
+ #: admin/class-ACFFA-Admin.php:86
55
+ msgid "Settings"
56
+ msgstr ""
57
+
58
+ #: admin/class-ACFFA-Admin.php:107
59
+ msgid "Settings Saved"
60
+ msgstr ""
61
+
62
+ #: admin/class-ACFFA-Admin.php:139
63
+ msgid "Major Version"
64
+ msgstr ""
65
+
66
+ #: admin/class-ACFFA-Admin.php:146
67
+ msgid "Version"
68
+ msgstr ""
69
+
70
+ #: admin/class-ACFFA-Admin.php:158
71
+ msgid "Enable Pro Icons?"
72
+ msgstr ""
73
+
74
+ #: admin/class-ACFFA-Admin.php:182
75
+ msgid "Icon Set Builder"
76
+ msgstr ""
77
+
78
+ #: admin/class-ACFFA-Admin.php:189
79
+ msgid "New Icon Set Label"
80
+ msgstr ""
81
+
82
+ #: admin/class-ACFFA-Admin.php:201
83
+ msgid "New Icon Set"
84
+ msgstr ""
85
+
86
+ #: admin/class-ACFFA-Admin.php:213
87
+ msgid "Existing Icon Sets"
88
+ msgstr ""
89
+
90
+ #: admin/class-ACFFA-Admin.php:242
91
+ msgid "Please select at least one icon when adding a new custom icon set."
92
+ msgstr ""
93
+
94
+ #: admin/class-ACFFA-Admin.php:244
95
+ msgid "Label is required when adding a new custom icon set."
96
+ msgstr ""
97
+
98
+ #: admin/class-ACFFA-Admin.php:254
99
+ msgid ""
100
+ "FontAwesome underwent big changes with the release of version 5. It is best "
101
+ "to choose a version and stick with it."
102
+ msgstr ""
103
+
104
+ #: admin/class-ACFFA-Admin.php:255
105
+ msgid ""
106
+ "Any icon selections saved prior to switching versions will need to be re-"
107
+ "selected and re-saved after switching."
108
+ msgstr ""
109
+
110
+ #: admin/class-ACFFA-Admin.php:267
111
+ msgid "4.x"
112
+ msgstr ""
113
+
114
+ #: admin/class-ACFFA-Admin.php:270
115
+ msgid "5.x"
116
+ msgstr ""
117
+
118
+ #: admin/class-ACFFA-Admin.php:277
119
+ msgid ""
120
+ "The major version is manually set with the \"ACFFA_override_major_version\" "
121
+ "filter, and cannot be modified from this screen. Please remove or update the "
122
+ "filter to make changes."
123
+ msgstr ""
124
+
125
+ #: admin/class-ACFFA-Admin.php:288
126
+ msgid ""
127
+ "If you have a FontAwesome Pro license, check the box below to enable the pro "
128
+ "icons."
129
+ msgstr ""
130
+
131
+ #: admin/class-ACFFA-Admin.php:289
132
+ msgid ""
133
+ "NOTE: You MUST add this domain in your FontAwesome \"Pro CDN Domains\" in "
134
+ "order for this to work!"
135
+ msgstr ""
136
+
137
+ #: admin/class-ACFFA-Admin.php:294
138
+ msgid "I have enabled this domain for CDN use. Turn on the pro icons!"
139
+ msgstr ""
140
+
141
+ #: admin/class-ACFFA-Admin.php:310
142
+ msgid ""
143
+ "Use the icon set builder to create custom collections of FontAwesome icons "
144
+ "to be used in your ACF FontAwesome fields"
145
+ msgstr ""
146
+
147
+ #: admin/class-ACFFA-Admin.php:311
148
+ msgid ""
149
+ "If you've made changes the the FontAwesome version you are loading above, "
150
+ "please refresh this page to see those changes reflected in the list below."
151
+ msgstr ""
152
+
153
+ #: admin/class-ACFFA-Admin.php:314
154
+ msgid ""
155
+ "You must save your changes to the major version before using the icon set "
156
+ "builder."
157
+ msgstr ""
158
+
159
+ #: admin/class-ACFFA-Admin.php:322
160
+ msgid "Custom Icon Set Name"
161
+ msgstr ""
162
+
163
+ #: admin/class-ACFFA-Admin.php:324
164
+ msgid ""
165
+ "NOTE: Providing a label that is already in use will overwrite the existing "
166
+ "custom icon set."
167
+ msgstr ""
168
+
169
+ #: admin/class-ACFFA-Admin.php:361
170
+ msgid "No Icons Found"
171
+ msgstr ""
172
+
173
+ #: admin/class-ACFFA-Admin.php:385
174
+ msgid "Load For Editing"
175
+ msgstr ""
176
+
177
+ #: admin/class-ACFFA-Admin.php:385
178
+ msgid "Toggle Icon List"
179
+ msgstr ""
180
+
181
+ #: admin/class-ACFFA-Admin.php:385
182
+ msgid "Delete Icon Set"
183
+ msgstr ""
184
+
185
+ #: admin/class-ACFFA-Admin.php:423
186
+ msgid "No existing custom icon set(s) found."
187
+ msgstr ""
188
+
189
+ #: assets/inc/class-ACFFA-Loader-5.php:303 fields/acf-font-awesome-v5.php:69
190
+ msgid "Solid"
191
+ msgstr ""
192
+
193
+ #: assets/inc/class-ACFFA-Loader-5.php:307 fields/acf-font-awesome-v5.php:72
194
+ msgid "Brands"
195
+ msgstr ""
196
+
197
+ #: assets/inc/class-ACFFA-Loader-5.php:311
198
+ msgid "Light"
199
+ msgstr ""
200
+
201
+ #: assets/inc/class-ACFFA-Loader-5.php:316 fields/acf-font-awesome-v5.php:70
202
+ msgid "Regular"
203
+ msgstr ""
204
+
205
+ #: fields/acf-font-awesome-v5.php:19
206
  msgid "Font Awesome Icon"
207
  msgstr ""
208
 
209
+ #: fields/acf-font-awesome-v5.php:60
210
+ msgid "Icon Sets"
211
+ msgstr ""
212
+
213
+ #: fields/acf-font-awesome-v5.php:61
214
+ msgid "Specify which icon set(s) to load"
215
+ msgstr ""
216
+
217
+ #: fields/acf-font-awesome-v5.php:71
218
+ msgid "Light (FontAwesome Pro License Required)"
219
+ msgstr ""
220
+
221
+ #: fields/acf-font-awesome-v5.php:73 fields/acf-font-awesome-v5.php:78
222
+ #: fields/acf-font-awesome-v5.php:91
223
+ msgid "Custom Icon Set"
224
+ msgstr ""
225
+
226
+ #: fields/acf-font-awesome-v5.php:77
227
+ msgid "All Icons"
228
+ msgstr ""
229
+
230
+ #: fields/acf-font-awesome-v5.php:87
231
+ msgid "No custom icon set(s) found"
232
+ msgstr ""
233
+
234
+ #: fields/acf-font-awesome-v5.php:92
235
+ #, php-format
236
+ msgid ""
237
+ "Create custom icon sets in the <a href=\"%s\">FontAwesome Settings page</a>."
238
+ msgstr ""
239
+
240
+ #: fields/acf-font-awesome-v5.php:103
241
  msgid "Icon Preview"
242
  msgstr ""
243
 
244
+ #: fields/acf-font-awesome-v5.php:111
245
+ msgid "Default Label"
246
+ msgstr ""
247
+
248
+ #: fields/acf-font-awesome-v5.php:120
249
  msgid "Default Icon"
250
  msgstr ""
251
 
252
+ #: fields/acf-font-awesome-v5.php:135
253
  msgid "Return Value"
254
  msgstr ""
255
 
256
+ #: fields/acf-font-awesome-v5.php:136
257
  msgid "Specify the returned value on front end"
258
  msgstr ""
259
 
260
+ #: fields/acf-font-awesome-v5.php:140
261
  msgid "Icon Element"
262
  msgstr ""
263
 
264
+ #: fields/acf-font-awesome-v5.php:141
265
  msgid "Icon Class"
266
  msgstr ""
267
 
268
+ #: fields/acf-font-awesome-v5.php:142
269
  msgid "Icon Unicode"
270
  msgstr ""
271
 
272
+ #: fields/acf-font-awesome-v5.php:143
273
  msgid "Icon Object"
274
  msgstr ""
275
 
276
+ #: fields/acf-font-awesome-v5.php:148
277
  msgid "Allow Null?"
278
  msgstr ""
279
 
280
+ #: fields/acf-font-awesome-v5.php:153 fields/acf-font-awesome-v5.php:164
281
+ #: fields/acf-font-awesome-v5.php:176
 
282
  msgid "Yes"
283
  msgstr ""
284
 
285
+ #: fields/acf-font-awesome-v5.php:154 fields/acf-font-awesome-v5.php:165
286
+ #: fields/acf-font-awesome-v5.php:177
 
287
  msgid "No"
288
  msgstr ""
289
 
290
+ #: fields/acf-font-awesome-v5.php:159
291
  msgid "Show Icon Preview"
292
  msgstr ""
293
 
294
+ #: fields/acf-font-awesome-v5.php:160
295
  msgid ""
296
  "Set to 'Yes' to include a larger icon preview on any admin pages using this "
297
  "field."
298
  msgstr ""
299
 
300
+ #: fields/acf-font-awesome-v5.php:171
301
  msgid "Enqueue FontAwesome?"
302
  msgstr ""
303
 
304
+ #: fields/acf-font-awesome-v5.php:172
305
  msgid "Set to 'Yes' to enqueue FA in the footer on any pages using this field."
306
  msgstr ""
 
 
 
 
readme.txt CHANGED
@@ -51,28 +51,13 @@ This ACF field type is compatible with:
51
 
52
  == Changelog ==
53
 
54
- = 3.0.0-rc2 =
55
- * Fixed bug with icon set selections not persisting after savings field groups
56
- * Fixed bug where icon preview was not showing up even when enabled
57
-
58
- = 3.0.0-rc1 =
59
- * Added new 'ACFFA_override_major_version' filter
60
- * Fixed logic to auto-select FontAwesome 4.x or 5.x depending on if 4.x was being used in a previous version of this plugin
61
- * Added admin notice to let people know about the FontAwesome Settings page
62
-
63
- = 3.0.0-beta3 =
64
- * Added new 'custom icon set' builder which allows FontAwesome ACF fields to be created with a limited set of icons individually selected from the full list of FontAwesome icons
65
- * Added field options to FontAwesome v5 fields to limit which of the icon sets ( Brands, Regular, Lite, Solid ) you want to allow in the field
66
- * Removing support for ACF v4 now that v5 is out with a free version
67
- * Performance improvements
68
-
69
- = 3.0.0-beta2 =
70
- * Adding support for FontAwesome Pro icons
71
-
72
- = 3.0.0-beta1 =
73
- * Adding support for new FontAwesome 5.x free icon set
74
  * Adding new FontAwesome Settings admin menu under the ACF primary menu area for global configuration options.
75
  * Page load performance improvements (don't load icons in field constructor)
 
76
 
77
  = 2.1.2 =
78
  * Fixed bug where ACFFA_get_icons filter was not used in wp-admin area when retrieving icons.
@@ -183,28 +168,14 @@ This ACF field type is compatible with:
183
 
184
  == Upgrade Notice ==
185
 
186
- = 3.0.0-rc2 =
187
- * Fixed bug with icon set selections not persisting after savings field groups
188
- * Fixed bug where icon preview was not showing up even when enabled
189
-
190
- = 3.0.0-rc1 =
191
- * Added new 'ACFFA_override_major_version' filter
192
- * Fixed logic to auto-select FontAwesome 4.x or 5.x depending on if 4.x was being used in a previous version of this plugin
193
- * Added admin notice to let people know about the FontAwesome Settings page
194
-
195
- = 3.0.0-beta3 =
196
- * Added new 'custom icon set' builder which allows FontAwesome ACF fields to be created with a limited set of icons individually selected from the full list of FontAwesome icons
197
- * Added field options to FontAwesome v5 fields to limit which of the icon sets ( Brands, Regular, Lite, Solid ) you want to allow in the field
198
- * Removing support for ACF v4 now that v5 is out with a free version
199
- * Performance improvements
200
-
201
- = 3.0.0-beta2 =
202
- * Adding support for FontAwesome Pro icons
203
-
204
- = 3.0.0-beta1 =
205
- * Adding support for new FontAwesome 5.x free icon set
206
  * Adding new FontAwesome Settings admin menu under the ACF primary menu area for global configuration options.
207
  * Page load performance improvements (don't load icons in field constructor)
 
208
 
209
  = 2.1.2 =
210
  * Fixed bug where ACFFA_get_icons filter was not used in wp-admin area when retrieving icons.
51
 
52
  == Changelog ==
53
 
54
+ = 3.0.0 =
55
+ * Added support for new FontAwesome 5.x free and pro icon sets
56
+ * Added new 'custom icon set' builder which allows FontAwesome ACF fields to be created with a limited set of icons individually selected from the full list of FontAwesome icons. Example: Create a custom icon set limited to just the social media brand icons
57
+ * Added new field options to to limit which of the icon sets ( Brands, Regular, Lite, Solid ) you want to allow in the field (applies to FontAwesome v5 only)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  * Adding new FontAwesome Settings admin menu under the ACF primary menu area for global configuration options.
59
  * Page load performance improvements (don't load icons in field constructor)
60
+ * Removing support for ACF v4 now that v5 is out with a free version
61
 
62
  = 2.1.2 =
63
  * Fixed bug where ACFFA_get_icons filter was not used in wp-admin area when retrieving icons.
168
 
169
  == Upgrade Notice ==
170
 
171
+ = 3.0.0 =
172
+ * NOTE: When upgrading from a previous version of this plugin, the FontAwesome 'major version' will remain at v4 to stay compatible with existing integrations. *HOWEVER* if you are upgrading from a very old version of this plugin, it may not be possible to detect the former installation, and you will need to manually configure this plugin to use FontAwesome v4 in the new settings admin area.
173
+ * Added support for new FontAwesome 5.x free and pro icon sets
174
+ * Added new 'custom icon set' builder which allows FontAwesome ACF fields to be created with a limited set of icons individually selected from the full list of FontAwesome icons. Example: Create a custom icon set limited to just the social media brand icons
175
+ * Added new field options to to limit which of the icon sets ( Brands, Regular, Lite, Solid ) you want to allow in the field (applies to FontAwesome v5 only)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
176
  * Adding new FontAwesome Settings admin menu under the ACF primary menu area for global configuration options.
177
  * Page load performance improvements (don't load icons in field constructor)
178
+ * Removing support for ACF v4 now that v5 is out with a free version
179
 
180
  = 2.1.2 =
181
  * Fixed bug where ACFFA_get_icons filter was not used in wp-admin area when retrieving icons.