Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 68de9f6

Browse files
release(minor): Release 1.5.0
- Improve Responsiveness Control - Remove Popover from Sizing Control - Add Button Border to Global Defaults - Fix issue with CSS not saving properly
2 parents 93c60a1 + 3e355d7 commit 68de9f6

File tree

31 files changed

+1987
-1608
lines changed

31 files changed

+1987
-1608
lines changed

build/blocks.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/chunk-1.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/chunk-vendor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/editor.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/maps.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/slider.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inc/css/class-css-handler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ public function compress( $css ) {
282282
$compressor->setPcreBacktrackLimit( 3000000 );
283283
$compressor->setPcreRecursionLimit( 150000 );
284284

285-
$css = $compressor->run( $css );
286285
$css = htmlspecialchars_decode( $css );
286+
$css = $compressor->run( $css );
287287

288288
return $css;
289289
}

0 commit comments

Comments
 (0)