Skip to content

Commit

Permalink
Update Dropzone.js to 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cproensa authored and atrol committed Feb 24, 2019
1 parent 613e885 commit 217e74c
Show file tree
Hide file tree
Showing 8 changed files with 3,923 additions and 2,159 deletions.
4 changes: 2 additions & 2 deletions core/constant_inc.php
Expand Up @@ -665,8 +665,8 @@
define( 'LISTJS_HASH', 'sha256-lFOz0Sg8djWQPKOfRce9A9EcYSWhFMsYo+ulRYVnjrw=' );

# Dropzone JS
define( 'DROPZONE_VERSION', '4.3.0' );
define( 'DROPZONE_HASH', 'sha256-p2l8VeL3iL1J0NxcXbEVtoyYSC+VbEbre5KHbzq1fq8=' );
define( 'DROPZONE_VERSION', '5.5.0' );
define( 'DROPZONE_HASH', 'sha384-TBYvJK9bRa7Ii3OZh+eaXb5r98Ad36+kotsxTD3tIEa9vgJOQ0lRMfZtWAJxPq4P' );

# Byte Order Markers
define( 'UTF8_BOM', "\xEF\xBB\xBF" );
Expand Down

0 comments on commit 217e74c

Please sign in to comment.