Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
match the class name 590 to 660
remove  integrity attribute settings for 5.12
  • Loading branch information
sotiriskast authored Sep 19, 2024
1 parent 12a9964 commit d5558b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions updates/update_settings_to660.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,14 @@
use October\Rain\Database\Updates\Migration;

/**
* Class UpdateSettingsTo590
* Class UpdateSettingsTo660
*
* @package GinoPane\AwesomeIconsList\Updates
*/
class UpdateSettingsTo660 extends UpdateSettingsAbstract
{
protected static $PREVIOUS_FONTAWESOME_LINK = 'https://use.fontawesome.com/releases/v5.12.0/css/all.css';
protected static $PREVIOUS_FONTAWESOME_LINK_ATTRIBUTES = [
[
'attribute' => 'integrity',
'value' => 'sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay'
],
[
'attribute' => 'crossorigin',
'value' => 'anonymous'
Expand Down

0 comments on commit d5558b7

Please sign in to comment.