Skip to content

Commit

Permalink
changelog and default color
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster committed Feb 7, 2017
1 parent 1269ed7 commit e679019
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-cart-tab-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function customize_register( $wp_customize ) {
) );

$wp_customize->add_setting( 'woocommerce_cart_tab_accent', array(
'default' => '#2c2d33',
'default' => '#333333',
'sanitize_callback' => 'sanitize_hex_color',
) );

Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ Thanks! Please fork the repo on <a href="https://github.com/jameskoster/woocomme
== Changelog ==

= 1.0.0 - 26/01/2017 =
* New - The cart tab now opens when an add to cart button on a shop page is clicked.
* New - Cart tab opens on click rather than hover.
* New - Display controls moved to the Customizer.
* New - Integration with Storefront theme.

= 0.5.0 - 06/07/2016 =
* New - Cart tab no longer displayed on handheld devices.
Expand Down

0 comments on commit e679019

Please sign in to comment.