Skip to content

Commit 469f9ca

Browse files
committed
packaged version 0.11.0 from 63a84f8c8e20b98988027479615fa3ecca14dd0d
1 parent 248af51 commit 469f9ca

File tree

798 files changed

+47663
-72214
lines changed

Some content is hidden

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

798 files changed

+47663
-72214
lines changed

CHANGELOG.md

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# Changelog
2+
3+
## [0.11.0] - 2018-08-27
4+
### Added
5+
- Changelog
6+
- Support for most product modifier field types: checkbox, date, number,
7+
single line text, multi line text
8+
- Quantity field for the Add to Cart form
9+
- Shim for the function wp_unschedule_hook(), which is not available on
10+
WordPress versions older than 4.9.0
11+
- Updates to the uninstaller to account for data added in recent releases
12+
13+
### Changed
14+
- Combined the "Product Archive" and "Product Catalog" sections in the theme customizer
15+
- Updated the BigCommerce API SDK to bring it up-to-date with current API behavior.
16+
API classes formerly in the `BigCommerce\Api\v3` namespace have moved to
17+
`BigCommerce\Api\v3\Api`.
18+
- When changing the import schedule, the next import is immediately rescheduled,
19+
instead of waiting until the next import runs.
20+
- When running an import via CLI, reschedule the next cron import after
21+
the CLI import completes.
22+
23+
### Deprecated
24+
25+
### Removed
26+
- The class `BigCommerce\Customizer\Sections\Catalog` is gone. Its constants
27+
have moved to `BigCommerce\Customizer\Sections\Product_Archive`.
28+
29+
### Fixed
30+
31+
### Security
32+
33+
## [0.10.0] - 2018-08-03
34+
### Added
35+
- Rendering of form error messages that do not correspond to specific fields
36+
- Timeout handling for "Load More" buttons
37+
- Fallback image for gift certificates in cart and order history
38+
- Automatically create Shipping & Returns page
39+
- Placeholder graphics for all Gutenberg blocks
40+
- Links to product pages from cart and order history
41+
- Product review pagination
42+
- Display option swatches with images or multiple colors
43+
- Link from WordPress admin to BigCommerce admin to manage product reviews
44+
- Option to disable reviews on a product, tied to WordPress's comment toggle
45+
46+
### Changed
47+
- Product gallery thumbnail images will wrap after four thumbnails
48+
49+
### Fixed
50+
- Render inline content for newly-created product blocks
51+
52+
## [0.9.0] - 2018-07-19
53+
### Added
54+
- Import product reviews and render on product pages
55+
- Product review form
56+
- Gift certificate purchasing
57+
- Automatically create page for purchasing gift certificates, with the
58+
new shortcode `[bigcommerce_gift_form]`
59+
- Automatically create page for checking gift certificate balances, with
60+
the new shortcode `[bigcommerce_gift_balance]`
61+
- Settings for Facebook Pixel and Google Analytics tracking IDs
62+
- Automatic import of Facebook Pixel and Google Analytics tracking IDs from
63+
the BigCommerce store
64+
- Two-way sync of Facebook Pixel tracking code with the BigCommerce store
65+
- Render Facebook Pixel and Google Analytics tracking codes
66+
- Tracking for add to cart and view product events
67+
- Settings for ordering and pagination in the product shortcode/block interface
68+
69+
### Fixed
70+
- Manually reset the global `$post`, because `wp_reset_postdata()` does not,
71+
in fact, reset postdata, so far as Gutenberg 3.2.0 is concerned.
72+
73+
74+
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
75+
[0.11.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/0.10.0...0.11.0
76+
[0.10.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/0.9.0...0.10.0
77+
[0.9.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/0.8.0...0.9.0

assets/css/bc-gutenberg.css

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

assets/css/bc-gutenberg.min.css

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

0 commit comments

Comments
 (0)