Skip to content

Commit

Permalink
Update Bootstrap to 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Aug 7, 2020
1 parent e6f6ba8 commit d8e01d1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Binary file removed Resources/assets/bootstrap-4.5.1.zip
Binary file not shown.
Binary file added Resources/assets/bootstrap-4.5.2.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion Resources/config/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
assets:

wbw.bootstrap.asset.bootstrap:
versions: { "3": "3.4.1", "4": "4.5.1" }
versions: { "3": "3.4.1", "4": "4.5.2" }
plugins:
bootstrap_colorpicker:
version: "2.5.1"
Expand Down
2 changes: 1 addition & 1 deletion Tests/WBWBootstrapInterfaceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class WBWBootstrapInterfaceTest extends AbstractTestCase {
public function test__construct() {

$this->assertEquals("3.4.1", WBWBootstrapInterface::BOOTSTRAP_VERSION_3);
$this->assertEquals("4.5.1", WBWBootstrapInterface::BOOTSTRAP_VERSION_4);
$this->assertEquals("4.5.2", WBWBootstrapInterface::BOOTSTRAP_VERSION_4);

$this->assertEquals("danger", WBWBootstrapInterface::BOOTSTRAP_DANGER);
$this->assertEquals("dark", WBWBootstrapInterface::BOOTSTRAP_DARK);
Expand Down
2 changes: 1 addition & 1 deletion WBWBootstrapInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ interface WBWBootstrapInterface {
*
* @var string
*/
const BOOTSTRAP_VERSION_4 = "4.5.1";
const BOOTSTRAP_VERSION_4 = "4.5.2";

/**
* Bootstrap "warning".
Expand Down

0 comments on commit d8e01d1

Please sign in to comment.