Advanced Custom Fields: Font Awesome Field - Version 1.6.2

Version Description

  • Rolling back changes from 1.6.1 after a number of bugs were reported. Incompatibility issues with Better Font Awesome have been corrected in that plugins code.
Download this release

Release Info

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

Code changes from version 1.6 to 1.6.2

acf-font-awesome.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Advanced Custom Fields: Font Awesome
4
  Description: Add a Font Awesome field type to Advanced Custom Fields
5
- Version: 1.6
6
  Author: Matt Keys
7
  Author URI: http://mattkeys.me/
8
  License: GPLv2 or later
2
  /*
3
  Plugin Name: Advanced Custom Fields: Font Awesome
4
  Description: Add a Font Awesome field type to Advanced Custom Fields
5
+ Version: 1.6.2
6
  Author: Matt Keys
7
  Author URI: http://mattkeys.me/
8
  License: GPLv2 or later
better-font-awesome-library/README.md CHANGED
File without changes
better-font-awesome-library/better-font-awesome-library.php CHANGED
File without changes
better-font-awesome-library/css/admin-styles.css CHANGED
File without changes
better-font-awesome-library/js/tinymce-icons-old.js CHANGED
File without changes
better-font-awesome-library/js/tinymce-icons.js CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/README.md CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/css/font-awesome.css CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/css/font-awesome.min.css CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/fonts/FontAwesome.otf CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/fonts/fontawesome-webfont.eot CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/fonts/fontawesome-webfont.svg CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/fonts/fontawesome-webfont.ttf CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/fonts/fontawesome-webfont.woff CHANGED
File without changes
better-font-awesome-library/lib/fallback-font-awesome/package.json CHANGED
File without changes
css/input.css CHANGED
File without changes
js/create_input.js CHANGED
File without changes
js/edit_input.js CHANGED
File without changes
js/select2/select2_locale_zh-TW.js CHANGED
File without changes
readme.txt CHANGED
@@ -40,6 +40,12 @@ This ACF field type is compatible with:
40
 
41
  == Changelog ==
42
 
 
 
 
 
 
 
43
  = 1.6 =
44
  * Misc fixes to JS to properly target ACF fields in the DOM (based on changes to the ACF structure). This should resolve issues with duplicate, or missing select2 fields when picking font awesome icons.
45
 
@@ -73,6 +79,12 @@ This ACF field type is compatible with:
73
 
74
  == Upgrade Notice ==
75
 
 
 
 
 
 
 
76
  = 1.6 =
77
  Misc fixes to JS to properly target ACF fields in the DOM (based on changes to the ACF structure). This should resolve issues with duplicate, or missing select2 fields when picking font awesome icons. Note: this has been tested only on the latest versions of 4.x and 5.x, if you are not on the latest versions I suggest that you ugprade to them before updating this plugin.
78
 
40
 
41
  == Changelog ==
42
 
43
+ = 1.6.2 =
44
+ * Rolling back changes from 1.6.1 after a number of bugs were reported. Incompatibility issues with Better Font Awesome have been corrected in that plugins code.
45
+
46
+ = 1.6.1 =
47
+ * Addressing incompatibility issues between this plugin and the Better Font Awesome plugin
48
+
49
  = 1.6 =
50
  * Misc fixes to JS to properly target ACF fields in the DOM (based on changes to the ACF structure). This should resolve issues with duplicate, or missing select2 fields when picking font awesome icons.
51
 
79
 
80
  == Upgrade Notice ==
81
 
82
+ = 1.6.2 =
83
+ Rolling back changes from 1.6.1 after a number of bugs were reported. Incompatibility issues with Better Font Awesome have been corrected in that plugins code.
84
+
85
+ = 1.6.1 =
86
+ Addressing incompatibility issues between this plugin and the Better Font Awesome plugin
87
+
88
  = 1.6 =
89
  Misc fixes to JS to properly target ACF fields in the DOM (based on changes to the ACF structure). This should resolve issues with duplicate, or missing select2 fields when picking font awesome icons. Note: this has been tested only on the latest versions of 4.x and 5.x, if you are not on the latest versions I suggest that you ugprade to them before updating this plugin.
90