Skip to content

Commit fbe95f2

Browse files
authored
Merge pull request #141 from moderntribe/release/2.0.0
Package version 2.0.0
2 parents 08b5404 + b2c88f9 commit fbe95f2

File tree

399 files changed

+11266
-11036
lines changed

Some content is hidden

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

399 files changed

+11266
-11036
lines changed

CHANGELOG.md

+73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,77 @@
11
# Changelog
22

3+
## [2.0.0]
4+
5+
### Added
6+
- Added new links and buttons to the Products custom post type edit screen
7+
and the BigCommerce Settings page for managing your products on BigCommerce
8+
and logging in to your account
9+
- Added a Resources page to the BigCommerce admin section. The Resources page
10+
contains tab separated content that provides users with a repository of
11+
themes, plugins, apps, and support links to enhance or extend their
12+
BigCommerce for WordPress installation.
13+
- Added an option to create a new menu in addition to selecting a preexisting
14+
menu on the Menu Select screen during on-boarding.
15+
- Added an option to configure channel settings for new products during
16+
on-boarding. The channel selection screen is always shown now, even
17+
for new accounts that don't yet have a channel.
18+
- Added an option to the on-boarding process to choose between a
19+
full-featured store and one directed more towards bloggers. This
20+
sets default settings depending on your choice.
21+
- Added a filter for customer profile fields fetched from the API:
22+
`bigcommerce/customer/empty_profile`
23+
- Added a filter to wrap the output of a template. Can be used to prepend
24+
or append content to the template:
25+
`bigcommerce/template={$template}/output`
26+
- Added a template for the checkout button on the cart
27+
28+
### Changed
29+
- Updated the error handling and response messages related to the product
30+
sync feature. We now provide more information to the user based on the
31+
type of error that has occurred.
32+
- Added the product SKU to post meta, so that catalog searches can use
33+
WordPress meta queries.
34+
- If the option to automatically add products to the channel is disabled,
35+
it will be honored even on the initial import when the channel has no
36+
products.
37+
- Removed product pick list options for products that are out of stock.
38+
- Changed how option and modifier fields are rendered and treated on
39+
the product single and Quick View modals. Modifiers using select/radio
40+
fields are now supported, using the same templates as the option fields.
41+
42+
**NOTE:** Please take note of the changes to the option field templates and
43+
adjust your custom templates as needed.
44+
45+
`components/modifier-types/modifier-checkbox.php``components/option-types/option-checkbox.php`
46+
47+
`components/modifier-types/modifier-date.php``components/option-types/option-date.php`
48+
49+
`components/modifier-types/modifier-number.php``components/option-types/option-number.php`
50+
51+
`components/modifier-types/modifier-text.php``components/option-types/option-text.php`
52+
- The template `components/cart/cart-actions.php` now takes an array of
53+
rendered `$actions` that will be echoed into the template.
54+
- The template `components/products/product-card.php` requires a new
55+
attribute on the Quick View template wrapper: `data-quick-view-script=""`
56+
57+
### Fixed
58+
- Fixed a typo on the Create New Account screen during on-boarding
59+
- Fixed an issue with Quick View modal boxes in product cards where removing
60+
the quick-view feature would break the JS and the page.
61+
- The nonce for an ajax import request is validated before triggering the
62+
import cron action.
63+
- Fixed an extra quote rendered in template wrappers.
64+
- Fixed Flatpickr library issue with quick-view modal. **NOTE:** This changes the position
65+
of the date picker to inline with the date field. Update your CSS as needed.
66+
67+
### Deprecated
68+
- The `modifiers` parameter to the cart REST controller is no longer used
69+
and will be removed in a future version.
70+
- The `modifiers` variable in the template `components/products/product-form.php`
71+
is no longer used and will be removed in a future version.
72+
- The template `components/products/product-modifiers.php` is no longer used.
73+
74+
375
## [1.6.0]
476

577
### Added
@@ -348,6 +420,7 @@
348420

349421

350422
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
423+
[2.0.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.6.0...2.0.0
351424
[1.6.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.5.0...1.6.0
352425
[1.5.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.2...1.5.0
353426
[1.4.2]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.1...1.4.2

0 commit comments

Comments
 (0)