Skip to content

Commit 4ad9ac6

Browse files
committed
packaged version 3.8.1
1 parent b3da0ae commit 4ad9ac6

67 files changed

Lines changed: 4138 additions & 2440 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,37 @@
11
# Changelog
22

3+
## [3.8.1]
4+
5+
### Changed
6+
7+
- Updated embedded checkout SDK to version 1.37.1 to better handle failures from the cart handover.
8+
9+
## [3.8.0]
10+
11+
### Added
12+
13+
- Created a mini-cart template. There are two ways to display the mini-cart. (1) Use a
14+
widget to display the mini-cart in a registered sidebar area. (2) Activate the toggle
15+
in the theme customizer to display the mini-cart when the cart nav menu icon is clicked.
16+
The contents of the mini-cart will be loaded asynchronously to avoid deleterious effects
17+
on page caching plugins. The mini-cart has its own set of templates that can be customized
18+
independently of the full cart templates.
19+
- Added two more WooCommerce function stubs for compatibility with some themes:
20+
`wc_get_cart_url()` and `wc_get_checkout_url()`. Each will point to the corresponding
21+
BigCommerce page for cart or checkout. Props to @mark-netalico.
22+
23+
### Fixed
24+
25+
- Removed an erroneous error message that displayed when updating from version 3.5 or earlier.
26+
If the site's currency matches the store's default currency, no error message should display
27+
that says the currency is disabled.
28+
29+
### Changed
30+
31+
- If a product variant has an image, and that variant is purchased, the order history
32+
page will display that variant's image instead of the default product image.
33+
- Clarified 3.6.0 changelog entry regarding assignment of currencies to channels.
34+
335
## [3.7.0]
436

537
### Added
@@ -31,7 +63,7 @@
3163

3264
- Added currency selection to the settings screen. Any currencies enabled in the
3365
BigCommerce admin are available to assign as the currency for the WordPress site.
34-
When in multi-channel mode, different currencies can be assigned to each channel.
66+
When in multi-channel mode, a different currency can be assigned to each channel.
3567
- Added support for custom SEO titles and descriptions. The SEO title set in the
3668
BigCommerce admin will override the HTML title tag for the product single. The
3769
SEO description set in the BigCommerce admin will be used to render a meta
@@ -916,6 +948,8 @@
916948

917949

918950
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
951+
[3.8.1]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.8.0...3.8.1
952+
[3.8.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.7.0...3.8.0
919953
[3.7.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.6.0...3.7.0
920954
[3.6.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.5.0...3.6.0
921955
[3.5.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.4.1...3.5.0

assets/css/bc-admin.css

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

assets/css/bc-gutenberg.css

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

assets/css/cart-amp.css

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

assets/css/cart-amp.min.css

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

assets/css/master-amp.css

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

assets/css/master.css

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

assets/css/master.min.css

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

assets/customizer.template.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ a.bc-btn,
44
.entry-content .bc-btn,
55
.entry-content button.bc-btn,
66
.entry-content a.bc-btn,
7+
.bc-mini-cart .bc-btn,
8+
.bc-mini-cart button.bc-btn,
9+
.bc-mini-cart a.bc-btn,
710
.bigcommerce-cart__item-count,
811
.bc-account-login__form input[type="submit"] {
912
color: var(--button-text);

assets/js/dist/admin/gutenberg/scripts.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.

0 commit comments

Comments
 (0)