Skip to content

Commit 89a998f

Browse files
authored
Merge pull request #137 from moderntribe/release/1.5.0
Package version 1.5.0
2 parents 9dd9516 + f660ebe commit 89a998f

Some content is hidden

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

52 files changed

+1960
-1170
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [1.5.0]
4+
5+
### Added
6+
- The product selection popup in the admin for the products shortcode/Gutenberg
7+
block will now load additional pages of products as you scroll past the initially
8+
loaded products matching your query.
9+
- When completing an embedded checkout, the customer's cart cookie is now
10+
cleared out so the cart menu item no longer shows items in the cart.
11+
- Product Categories and Brands have new dynamic nav menu items to show top
12+
level terms in those taxonomies.
13+
- Added synchronization back to BigCommerce when updating the Google Analytics
14+
tracking ID when GAEE is enabled.
15+
- Added product categories and thumbnails to the admin list table for Products.
16+
- Product Categories and Brands are visible (but not editable) in the WordPress admin.
17+
18+
### Fixed
19+
- Fixed a JavaScript console error when initializing Gutenberg blocks, when
20+
some of those blocks should be disabled.
21+
- Fixed the broken cancel button when reloading the customer address form
22+
after validation errors.
23+
- Fixed styles in the products Gutenberg block, because WordPress doesn't
24+
call it Gutenberg anymore.
25+
- Fixed broken synchronization of Facebook Pixel configuration between WordPress
26+
and BigCommerce.
27+
- The product sync should no longer show a success message if an import failed.
28+
- Fixed the featured image displayed for gift certificates in a customer's order history.
29+
- Removed the "Required" asterisk from the Company Name field in the address form.
30+
It is not, in fact, required.
31+
32+
### Changed
33+
- Changed the polling logic for the product import to prevent running multiple
34+
requests at the same time from a single browser window.
35+
- The Product Category dropdown on the Products archive will now show hierarchical
36+
terms nested under their parents.
37+
38+
339
## [1.4.2]
440

541
### Fixed
@@ -286,8 +322,9 @@
286322

287323

288324
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
289-
[1.4.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.1...1.4.2
290-
[1.4.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.0...1.4.1
325+
[1.5.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.2...1.5.0
326+
[1.4.2]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.1...1.4.2
327+
[1.4.1]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.4.0...1.4.1
291328
[1.4.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.3.0...1.4.0
292329
[1.3.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.2.0...1.3.0
293330
[1.2.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.1.0...1.2.0

assets/css/bc-gutenberg.css

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

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

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

assets/js/dist/admin/gutenberg/scripts.min.js

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

assets/js/dist/admin/scripts.js

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

assets/js/dist/admin/scripts.min.js

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

assets/js/dist/admin/vendor.js

Lines changed: 9 additions & 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)