You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## [4.22.0]
4
+
5
+
### Added
6
+
- Added ability to enable or disable sub-categories in navigation menu. The option can be changed in Customizer > BigCommerce > Product Category > Menus. Sub categories are hidden from menu by default
7
+
- Added ability to abort import process. In order to do that go to Bigcommerce > Settings > Diagnostics and click on the "Abort Product Import" button
8
+
9
+
### Fixed
10
+
- Fixed 500 issue on the REST API endpoint for the product review
11
+
- Fixed PHP notice appearance when get_terms return boolean result during category fetching
12
+
- Added an error handling for situation when import task is missing
13
+
3
14
## [4.21.0]
4
15
5
16
### Changed
@@ -1668,6 +1679,7 @@
1668
1679
in fact, reset postdata, so far as Gutenberg 3.2.0 is concerned.
Copy file name to clipboardExpand all lines: bigcommerce.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Plugin Name: BigCommerce for WordPress
4
4
Description: Scale your ecommerce business with WordPress on the front-end and BigCommerce on the back end. Free up server resources from things like catalog management, processing payments, and managing fulfillment logistics.
0 commit comments