Skip to content

Commit a9607d7

Browse files
authored
Merge pull request #196 from moderntribe/release/3.12.0
Package version 3.12.0
2 parents 3133200 + ef2c333 commit a9607d7

Some content is hidden

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

50 files changed

+1063
-258
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [3.12.0]
4+
5+
### Added
6+
7+
- Added the ability to sort products arbitrarily in the products shortcode. By setting
8+
the `sort` parameter to `post__in`, the order of the IDs in the `id` parameter will
9+
be maintained in the query results.
10+
- Added body classes to front end templates with product ID and availabilty, and flags for
11+
sale, out of stock, and low inventory products.
12+
13+
### Changed
14+
15+
- The import progress bar will also appear at the top of the final onboarding screen if an
16+
import is in progress.
17+
- Redesigned the final onboarding page to list the next steps to configure the merchant's
18+
BigCommerce store. This final page will appear in the admin menu as "Launch Steps" until
19+
all required steps have been completed.
20+
21+
### Fixed
22+
23+
- Handled a possible exception in the product update webhook handler
24+
- Fixed an undefined variable in the product update webhook handler
25+
- Fixed the product review form handler to respect the value of the
26+
`bigcommerce/product/reviews/show_form` filter that is used when
27+
displaying the form.
28+
- Changed the default value for `bigcommerce/gift_certificates/theme` to `general`.
29+
The previous value resulted in gift certificate reciepients to receive an email
30+
with no gift certificate template attached.
31+
332
## [3.11.0]
433

534
### Changed
@@ -1012,6 +1041,7 @@
10121041

10131042

10141043
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
1044+
[3.12.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.11.0...3.12.0
10151045
[3.11.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.10.0...3.11.0
10161046
[3.10.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.9.0...3.10.0
10171047
[3.9.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/3.8.1...3.9.0

assets/css/bc-admin.css

Lines changed: 139 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/bc-admin.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/cart-amp.css

Lines changed: 21 additions & 5 deletions
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: 21 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/master-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.css

Lines changed: 41 additions & 9 deletions
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/fonts/icons-bigcommerce/bigcommerce-icons.svg

Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)