Skip to content

Commit

Permalink
Update FontAwesome library to v5.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryaratan committed Apr 6, 2021
1 parent 5cf24e9 commit 76feea9
Show file tree
Hide file tree
Showing 22 changed files with 14,750 additions and 4,883 deletions.
423 changes: 410 additions & 13 deletions assets/css/fontawesome-all.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/css/fontawesome-all.min.css

Large diffs are not rendered by default.

5,152 changes: 4,776 additions & 376 deletions assets/icons.yml

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/js/fa-v4-shims.min.js

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion assets/js/fontawesome-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/icons.js

Large diffs are not rendered by default.

Binary file modified assets/webfonts/fa-brands-400.eot
Binary file not shown.
4,973 changes: 3,715 additions & 1,258 deletions assets/webfonts/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webfonts/fa-brands-400.ttf
Binary file not shown.
Binary file modified assets/webfonts/fa-brands-400.woff
Binary file not shown.
Binary file modified assets/webfonts/fa-brands-400.woff2
Binary file not shown.
Binary file modified assets/webfonts/fa-regular-400.eot
Binary file not shown.
1,268 changes: 799 additions & 469 deletions assets/webfonts/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webfonts/fa-regular-400.ttf
Binary file not shown.
Binary file modified assets/webfonts/fa-regular-400.woff
Binary file not shown.
Binary file modified assets/webfonts/fa-regular-400.woff2
Binary file not shown.
Binary file modified assets/webfonts/fa-solid-900.eot
Binary file not shown.
7,793 changes: 5,032 additions & 2,761 deletions assets/webfonts/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/webfonts/fa-solid-900.ttf
Binary file not shown.
Binary file modified assets/webfonts/fa-solid-900.woff
Binary file not shown.
Binary file modified assets/webfonts/fa-solid-900.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions shortcodes/stag-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ public function admin_menu_styles( $hook ) {

wp_enqueue_style( 'stag_admin_menu_styles', $stagtools->plugin_url() . '/assets/css/menu.css' );

wp_enqueue_style( 'font-awesome', $stagtools->plugin_url() . '/assets/css/fontawesome-all' . SCRIPT_SUFFIX . '.css', '', '5.6.3' );
wp_enqueue_style( 'font-awesome', $stagtools->plugin_url() . '/assets/css/fontawesome-all' . SCRIPT_SUFFIX . '.css', '', '5.15.3' );

wp_register_script( 'font-awesome-icons-list', $stagtools->plugin_url() . '/assets/js/icons.js', array(), '5.6.3', true );
wp_register_script( 'font-awesome-icons-list', $stagtools->plugin_url() . '/assets/js/icons.js', array(), '5.15.3', true );
wp_enqueue_script( 'font-awesome-icons-list' );

wp_enqueue_script( 'jquery-ui-button' );
Expand Down

0 comments on commit 76feea9

Please sign in to comment.