Skip to content

Commit

Permalink
Version bump and build for 2.0.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nerrad committed Jun 21, 2021
1 parent a598c87 commit 29e8667
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 16 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Deli Changelog ***

2021.06.21 - version 2.0.16
* Fix - Style compatibility fixes for the Checkout and Cart blocks.

2019.05.08 - version 2.0.15
* Fix - Correctly return default setting values in `storefront_setting_default_values()`.

Expand Down
10 changes: 3 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deli",
"description": "Deli child theme for Storefront",
"version": "2.0.15",
"version": "2.0.16",
"private": "true",
"repository": {
"type": "git",
Expand Down
10 changes: 7 additions & 3 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des
Author: WooCommerce
Author URI: https://woocommerce.com
Template: storefront
Version: 2.0.15
Version: 2.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Expand Down Expand Up @@ -288,7 +288,7 @@ table tbody tr:nth-child(2n) td,
right: 0;
width: 100%;
height: 9px;
background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(-135deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%, transparent -webkit-linear-gradient(-45deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(-135deg, #f9f9f9 33.33%, transparent 33.33%) 100% 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(-45deg, #f9f9f9 33.33%, rgba(0, 0, 0, 0) 33.33%) 100% 0%;
background-size: 0px 100%, 9px 9px, 9px 9px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
Expand Down Expand Up @@ -396,7 +396,7 @@ table.cart td.actions {
right: 0;
width: 100%;
height: 7px;
background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%, transparent -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(-135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 100% 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.85) 33.33%, rgba(0, 0, 0, 0) 33.33%) 100% 0%;
background-size: 0px 100%, 9px 9px, 9px 9px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
Expand Down Expand Up @@ -469,6 +469,10 @@ body:not(.page-template-template-homepage) .site-main {
.page-template-template-homepage:not(.has-post-thumbnail) .site-main,
.page-template-template-homepage .site-main {
padding-top: 0; }
@media screen and (max-width: 767px) {
.page-template-template-homepage:not(.has-post-thumbnail) .site-main > .sph-hero:first-child,
.page-template-template-homepage .site-main > .sph-hero:first-child {
margin-top: 0; } }

.page-template-template-homepage .site-main > .type-page:first-child {
margin-right: 0 !important;
Expand Down
10 changes: 7 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des
Author: WooCommerce
Author URI: https://woocommerce.com
Template: storefront
Version: 2.0.15
Version: 2.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Expand Down Expand Up @@ -288,7 +288,7 @@ table tbody tr:nth-child(2n) td,
left: 0;
width: 100%;
height: 9px;
background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(135deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%, transparent -webkit-linear-gradient(45deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(135deg, #f9f9f9 33.33%, transparent 33.33%) 0 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, #f9f9f9 33.33%, rgba(0, 0, 0, 0) 33.33%) 0 0%;
background-size: 0px 100%, 9px 9px, 9px 9px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
Expand Down Expand Up @@ -396,7 +396,7 @@ table.cart td.actions {
left: 0;
width: 100%;
height: 7px;
background: -webkit-linear-gradient(transparent 0%, transparent 0%), -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%, transparent -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%;
background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, transparent 0%), -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.85) 33.33%, transparent 33.33%) 0 0%, rgba(0, 0, 0, 0) -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.85) 33.33%, rgba(0, 0, 0, 0) 33.33%) 0 0%;
background-size: 0px 100%, 9px 9px, 9px 9px;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
Expand Down Expand Up @@ -469,6 +469,10 @@ body:not(.page-template-template-homepage) .site-main {
.page-template-template-homepage:not(.has-post-thumbnail) .site-main,
.page-template-template-homepage .site-main {
padding-top: 0; }
@media screen and (max-width: 767px) {
.page-template-template-homepage:not(.has-post-thumbnail) .site-main > .sph-hero:first-child,
.page-template-template-homepage .site-main > .sph-hero:first-child {
margin-top: 0; } }

.page-template-template-homepage .site-main > .type-page:first-child {
margin-left: 0 !important;
Expand Down
4 changes: 2 additions & 2 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Deli is a Storefront child theme featuring a texturised, earthy des
Author: WooCommerce
Author URI: https://woocommerce.com
Template: storefront
Version: 2.0.15
Version: 2.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, light, blue, brown, two-columns, right-sidebar, left-sidebar, responsive-layout, accessibility-ready
Expand Down Expand Up @@ -1311,4 +1311,4 @@ body:not(.page-template-template-homepage) .site-main {
@media screen and (min-width: 768px) {
.storefront-2-3 {
}
}
}

0 comments on commit 29e8667

Please sign in to comment.