Skip to content

Commit

Permalink
Update Bootstrap to 3.4.0
Browse files Browse the repository at this point in the history
Fixes #24672
  • Loading branch information
atrol committed Jan 6, 2019
1 parent 8dbcfa1 commit fd56979
Show file tree
Hide file tree
Showing 8 changed files with 9,256 additions and 6,740 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Expand Up @@ -634,8 +634,8 @@
define( 'JQUERY_HASH', 'sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=' );

# Bootstrap & FontAwesome
define( 'BOOTSTRAP_VERSION', '3.3.6' );
define( 'BOOTSTRAP_HASH', 'sha256-KXn5puMvxCw+dAYznun+drMdG1IFl3agK0p/pqT9KAo=' );
define( 'BOOTSTRAP_VERSION', '3.4.0' );
define( 'BOOTSTRAP_HASH', 'sha384-vhJnz1OVIdLktyixHY4Uk3OHEwdQqPppqYR8+5mjsauETgLOcEynD9oPHhhz18Nw' );
define( 'FONT_AWESOME_VERSION', '4.6.3' );

# Moment & DateTimePicker
Expand Down

0 comments on commit fd56979

Please sign in to comment.