Skip to content

Commit

Permalink
Merge pull request #41 from codefoxes/dev
Browse files Browse the repository at this point in the history
Version 2.0.1
  • Loading branch information
karthikax authored Oct 26, 2020
2 parents baac72b + 8459e19 commit 5c87fce
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 309 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.0.1 / Release: 26-10-2020
===================
- Fix: Bug in Extra styles.
- Fix: Unknown font family is gracefully handled

Version 2.0.0 / Release: 25-10-2020
===================
- New: Visual CSS editor under "Extra Styles".
Expand Down
8 changes: 8 additions & 0 deletions library/addons/colorwings/class-colorwings-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ public function add_controls( $wp_customize ) {
'transport' => 'postMessage',
'sanitize_callback' => array( $this, 'sanitize' ),
'validate_callback' => array( $this, 'validate' ),
'default' => array(
get_stylesheet() => array(
'global' => array(
'type' => 'global',
'styles' => '',
),
),
),
)
);

Expand Down
12 changes: 7 additions & 5 deletions library/addons/colorwings/js/color-wings-preview.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/addons/colorwings/js/color-wings-preview.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 5c87fce

Please sign in to comment.