Skip to content

Commit 20ab8a2

Browse files
committed
packaged version 1.2.0 from a1f0edee084d627d7cd70c06c4349c3e2995ae31
1 parent 4499f28 commit 20ab8a2

File tree

366 files changed

+29101
-3741
lines changed

Some content is hidden

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

366 files changed

+29101
-3741
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [1.2.0]
4+
5+
### Added
6+
7+
- Product prices will update dynamically to reflect the price of the selected variant.
8+
- Reintroduced the ability to set API credentials without using the connector app.
9+
- Added logs for import errors, viewable through the plugin diagnostics section
10+
on the plugin settings screen.
11+
- Added support for links directly to product variants.
12+
- The import process will continue to run via ajax requests while an admin is
13+
on the plugin settings screen. This can speed up import processing on sites
14+
that depend on WordPress cron jobs for the import.
15+
16+
### Changed
17+
18+
- Refactored Gutenberg block registration to re-use code and allow more
19+
configuration when registering the blocks in PHP.
20+
- Font sizes use relative units instead of pixels.
21+
- Increased quantity field width to accommodate three digits.
22+
23+
### Fixed
24+
25+
- Fixed compatibility with newer (4.4+) versions of Gutenberg.
26+
- Updated the `$_COOKIE` superglobal immediately on setting the cart cookie.
27+
- Fixed a PHP error when the BigCommerce tax class API returns an invalid value.
28+
- Added decimal precision to price sorting queries, fixing sorting for products
29+
that round to the same integer value.
30+
- Improved accessibility and keyboard navigation on the plugin settings screen.
31+
332
## [1.1.0]
433

534
### Added
@@ -191,6 +220,7 @@
191220

192221

193222
[Unreleased]: https://github.com/moderntribe/bigcommerce/compare/master...develop
223+
[1.2.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.1.0...1.2.0
194224
[1.1.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.0.2...1.1.0
195225
[1.0.2]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/1.0.1...1.0.2
196226
[1.0.1]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/0.15.0...1.0.1

0 commit comments

Comments
 (0)