Skip to content

Commit dd5249f

Browse files
authored
packaged version 4.10.0 (#264)
1 parent c7eaeca commit dd5249f

File tree

72 files changed

+16894
-190
lines changed

Some content is hidden

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

72 files changed

+16894
-190
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [4.10.0]
4+
5+
### Added
6+
- Added styles for Twenty Twenty One theme. Expanding the default content area width. Added button styles, link styles, colors and updating CSS variables.
7+
- Added support for global customer login, with a default of on for all new installs and channels, and the ability to turn on for existing channels
8+
- Added template and route for Checkout Completion to better support checkout processes utilizing a hosted payment processor with redirection
9+
10+
### Fixed
11+
- Fixed Onboarding Settings not showing the correct list of channels
12+
- Fixed Shipping Calculator enable/disable toggle in the Customizer (Github issues:https://github.com/bigcommerce/bigcommerce-for-wordpress/issues/243, https://github.com/bigcommerce/bigcommerce-for-wordpress/issues/244)
13+
14+
315
## [4.9.0]
416

517
### Added
@@ -10,7 +22,6 @@
1022
## [4.8.0]
1123

1224
### Fixed
13-
1425
- Addresses an issue with the Choices JS library breaking the term selection in
1526
the WP admin Product Selector UI.
1627
- Fixed greyed out Embedded Checkout option in the settings even if site is ssl configured
@@ -1371,6 +1382,7 @@
13711382
in fact, reset postdata, so far as Gutenberg 3.2.0 is concerned.
13721383

13731384

1385+
[4.10.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/4.9.0...4.10.0
13741386
[4.9.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/4.8.0...4.9.0
13751387
[4.8.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/4.7.0...4.8.0
13761388
[4.7.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/4.6.0...4.7.0

assets/css/master.css

+284-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/master.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/pcss/wp-themes/_all.pcss

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
@import "twenty-seventeen-theme";
1414
@import "twenty-nineteen-theme";
1515
@import "twenty-twenty-theme";
16+
@import "twenty-twenty-one-theme";
1617
@import "genesis-themes";
1718
@import "shoptimizer";
1819
@import "veganos";

0 commit comments

Comments
 (0)