diff --git a/formwidgets/awesomeiconslist/partials/_class_brands.htm b/formwidgets/awesomeiconslist/partials/_class_brands.htm index bb51b0c..6aa32d5 100644 --- a/formwidgets/awesomeiconslist/partials/_class_brands.htm +++ b/formwidgets/awesomeiconslist/partials/_class_brands.htm @@ -1,2 +1,522 @@ - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/formwidgets/awesomeiconslist/partials/_class_regular.htm b/formwidgets/awesomeiconslist/partials/_class_regular.htm index edd244a..e419a33 100644 --- a/formwidgets/awesomeiconslist/partials/_class_regular.htm +++ b/formwidgets/awesomeiconslist/partials/_class_regular.htm @@ -1,2 +1,194 @@ - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/formwidgets/awesomeiconslist/partials/_class_solid.htm b/formwidgets/awesomeiconslist/partials/_class_solid.htm index 3895d46..48a1ca4 100644 --- a/formwidgets/awesomeiconslist/partials/_class_solid.htm +++ b/formwidgets/awesomeiconslist/partials/_class_solid.htm @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/formwidgets/awesomeiconslist/partials/_unicode_brands.htm b/formwidgets/awesomeiconslist/partials/_unicode_brands.htm index aa85f85..b36fad2 100644 --- a/formwidgets/awesomeiconslist/partials/_unicode_brands.htm +++ b/formwidgets/awesomeiconslist/partials/_unicode_brands.htm @@ -1,2 +1,4 @@ - - \ No newline at end of file + + + + \ No newline at end of file diff --git a/formwidgets/awesomeiconslist/partials/_unicode_regular.htm b/formwidgets/awesomeiconslist/partials/_unicode_regular.htm index 091431e..4a6b883 100644 --- a/formwidgets/awesomeiconslist/partials/_unicode_regular.htm +++ b/formwidgets/awesomeiconslist/partials/_unicode_regular.htm @@ -1,2 +1,161 @@ - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/formwidgets/awesomeiconslist/partials/_unicode_solid.htm b/formwidgets/awesomeiconslist/partials/_unicode_solid.htm index 24e6508..7d8fedb 100644 --- a/formwidgets/awesomeiconslist/partials/_unicode_solid.htm +++ b/formwidgets/awesomeiconslist/partials/_unicode_solid.htm @@ -1,2 +1,2 @@ - + \ No newline at end of file diff --git a/updates/update_settings_to660.php b/updates/update_settings_to660.php new file mode 100644 index 0000000..9f24377 --- /dev/null +++ b/updates/update_settings_to660.php @@ -0,0 +1,31 @@ + 'crossorigin', + 'value' => 'anonymous' + ] + ]; + + protected static $NEW_FONTAWESOME_LINK = 'https://use.fontawesome.com/releases/v6.6.0/css/all.css'; + protected static $NEW_FONTAWESOME_LINK_ATTRIBUTES = [ + [ + 'attribute' => 'crossorigin', + 'value' => 'anonymous' + ] + ]; +} diff --git a/updates/version.yaml b/updates/version.yaml index 17ea81f..75480e3 100644 --- a/updates/version.yaml +++ b/updates/version.yaml @@ -1,3 +1,7 @@ +1.4.0: + - Updated to Font Awesome 6.6.0 + - update_settings_to660.php + 1.3.5: - Updated to Font Awesome 5.12.0 - update_settings_to5120.php